TmdbSeason

constructor(id: Int, airDate: LocalDate? = null, episodeCount: Int? = null, name: String, posterPath: String?, seasonNumber: Int, overview: String? = null, episodes: List<TmdbEpisode>? = null)