data class TopAnime : Entity
TopAnime(top: List<AnimeTopEntity?>? = null)
List of top anime on MyAnimeList.
val top: List<AnimeTopEntity?>?