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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "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": 24934,
            "name": "Hang SU",
            "url": "/profiles/individual/24761/",
            "avatar": "/media/cache/bf/92/bf9224385f5d86971769e5ea46cbbf7a.png",
            "thumbnail": "/media/cache/bf/92/bf9224385f5d86971769e5ea46cbbf7a.png",
            "about": "Composer, Performer"
        },
        {
            "id": 10181,
            "name": "Jeremy WEXLER",
            "url": "/profiles/individual/10115/",
            "avatar": "/media/cache/8f/de/8fde068885336b4a7a7aafb6eaa9224f.png",
            "thumbnail": "/media/cache/8f/de/8fde068885336b4a7a7aafb6eaa9224f.png",
            "about": "Composer, Performer"
        },
        {
            "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"
        }
    ]
}