NormalizedShowVideoTotals
Aggregate data about available videos for the show.
type NormalizedShowVideoTotals {
ALL_MEMBERS: NormalizedShowVideoTotalsForAvailabilityType
CLIP: Int
EPISODE: Int
PREVIEW: Int
PUBLIC: NormalizedShowVideoTotalsForAvailabilityType
SPECIAL: Int
STATION_MEMBERS: NormalizedShowVideoTotalsForAvailabilityType
fullLength: Int
total: Int
}
Fields
NormalizedShowVideoTotals.ALL_MEMBERS
● NormalizedShowVideoTotalsForAvailabilityType
object references
Aggregate data about available PBS Passport videos for the show.
NormalizedShowVideoTotals.CLIP
● Int
scalar references
Total number of available clips.
NormalizedShowVideoTotals.EPISODE
● Int
scalar references
Total number of available episodes.
NormalizedShowVideoTotals.PREVIEW
● Int
scalar references
Total number of available previews.
NormalizedShowVideoTotals.PUBLIC
● NormalizedShowVideoTotalsForAvailabilityType
object references
Aggregate data about available public videos for the show.
NormalizedShowVideoTotals.SPECIAL
● Int
scalar references
Total number of available specials.
NormalizedShowVideoTotals.STATION_MEMBERS
● NormalizedShowVideoTotalsForAvailabilityType
object references
Aggregate data about available station members PBS Passport videos for the show.
NormalizedShowVideoTotals.fullLength
● Int
scalar references
Total number of available full length videos.
NormalizedShowVideoTotals.total
● Int
scalar references
Total number of available videos.
Member Of
NormalizedShow
object