Series

constructor(    associated: List<Series.Associated> = emptyList(),     comicvineId: Long? = null,     description: String? = null,     genres: List<GenericItem> = emptyList(),     grandComicsDatabaseId: Long? = null,     id: Long,     imprint: GenericItem? = null,     issueCount: Int,     modified: Instant,     name: String,     publisher: GenericItem,     resourceUrl: String,     seriesType: GenericItem,     status: String,     sortName: String,     volume: Int,     yearBegan: Int,     yearEnd: Int? = null)