getFollowersCount

abstract suspend fun getFollowersCount(item: EchoMediaItem): Long?

Gets the followers count of an item. This will only be called if the EchoMediaItem.isFollowable is true.

Return

the number of followers or null if it cannot be determined.

Parameters

item

the item to get the followers count of.