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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 33002,
            "name": "Violetta YANOU",
            "url": "/profiles/individual/30026/",
            "avatar": "/media/cache/5c/1e/5c1e8996fff64e0a1727734533978da5.png",
            "thumbnail": "/media/cache/5c/1e/5c1e8996fff64e0a1727734533978da5.png",
            "about": ""
        },
        {
            "id": 12327,
            "name": "ManiFeste academy",
            "url": "/profiles/organization/4/",
            "avatar": "/media/cache/1c/a1/1ca13d3cfb2ccd91d6891e153017fc89.png",
            "thumbnail": "/media/cache/1c/a1/1ca13d3cfb2ccd91d6891e153017fc89.png",
            "about": "Academy, Festival"
        },
        {
            "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"
        }
    ]
}