{
"content": [
{
"id": 0,
"username": "string",
"displayName": "string",
"isFollowing": true,
"isFollowed": true,
"isBlocked": true,
"tier": "FREE",
"profile": {
"bio": "string",
"Location": "string",
"avatarUrl": "http://example.com",
"coverPhotoUrl": "http://example.com",
"favoriteGenres": [
"string"
]
},
"socialLinks": {
"instagram": "http://example.com",
"twitter": "http://example.com",
"website": "http://example.com"
},
"stats": {
"followersCount": 0,
"followingCount": 0,
"trackCount": 0
}
}
],
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0,
"isLast": true
}