OBJECT
type Media {videoResolution: String id: Int duration: Int bitrate: Int width: Int height: Int aspectRatio: Float audioChannels: Int audioCodec: String videoCodec: String container: String videoFrameRate: String audioProfile: String videoProfile: String parts: [MediaPart!]! }