INTERFACE
interface Media {contentId: ID! displayRunTime: String genres: [String] programId: ID runTime: String type: String! }