OBJECT
type TmdbSeriesSearchItem {# Official title according to the MovieDBname: String! # Release yearfirstAirYear: Int # TMDB IDtmdbID: Int! # ID to retrieve backdropbackdropPath: String! # ID to retrieve posterposterPath: String! }