TraktSeason

constructor(number: Int, ids: TraktItemIds? = null, rating: Float? = null, votes: Int? = null, episodeCount: Int? = null, airedEpisodes: Int? = null, title: String? = null, overview: String? = null, network: String? = null, firstAired: Instant? = null, updatedAt: Instant? = null, episodes: List<TraktEpisode>? = null)