query getTVShowSeasons($tvShowTMDBId: Int!) { seasons: getTVShowSeasons(tvShowTMDBId: $tvShowTMDBId) { id name seasonNumber episodeCount overview posterPath airDate inLibrary } }