MangaSubEntity(malId: Int, url: String? = null, imageUrl: String? = null, title: String? = null, synopsis: String? = null, type: String? = null, volumes: Int? = null, members: Int? = null, genres: List<MalSubEntity?>? = null, authors: List<MalSubEntity?>? = null, serializations: List<String?>? = null)
Manga sub entity data class.