suspend fun getTopPeople(page: Int? = 1): TopPeople
Function to get all top people on MyAnimeList.
page - : Optional, default is 1. Index of page, each page contain 50 items.
page
Return List of top people on MyAnimeList.