Retrieves the list of followers for an artist (artist-only)
cURL
curl --request GET \ --url http://localhost:3000/api/follows/followers/{artistId}
{ "follows": [ {} ], "hasMore": true, "nextCursor": "<string>", "total": 123 }
The ID of the artist
Number of followers to retrieve
1 <= x <= 50
Pagination cursor
Followers list retrieved successfully
List of followers
Whether there are more results
Cursor for next page
Total number of results in current page