Retrieves the follower count for a specific artist (public endpoint)
cURL
curl --request GET \ --url http://localhost:3000/api/follows/count/{artistId}
{ "artistId": "<string>", "followerCount": 123 }
The ID of the artist
Follower count retrieved successfully