data class TopPeople : Entity
TopPeople(top: List<PeopleTopEntity?>? = null)
List of top people on MyAnimeList.
val top: List<PeopleTopEntity?>?