data class MangaForum : Entity
MangaForum(topics: List<Topic?>? = null)
List of topic related to the manga.
val topics: List<Topic?>?