OBJECT

SeriesDetails

Series metadata.

link GraphQL Schema definition

1type SeriesDetails {
2
3# Number of seasons.
4seasonCount: Int
5
6}