OBJECT
type Season {name: String! overview: String! seasonNumber: Int! airDate: String! posterPath: String! tmdbID: Int! episodes: [Episode]! uuid: String! unwatchedEpisodesCount: Int! series: Series }