REst API View : The users who are following the current user

GET /social/followers/651/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 24847,
            "name": "ULYSSES Network",
            "url": "/profiles/organization/172/",
            "avatar": "/media/cache/73/fc/73fc8cf7ab84e712828b1003789b5bb4.png",
            "thumbnail": "/media/cache/73/fc/73fc8cf7ab84e712828b1003789b5bb4.png",
            "about": "Non-profit Organization"
        }
    ]
}