data class TopManga : Entity
TopManga(top: List<MangaTopEntity?>? = null)
List of top manga on MyAnimeList.
val top: List<MangaTopEntity?>?