OBJECT
Media type with count
type MediaType {# Type of media (e.g., image, video, pdf, etc.)type: String! # Number of medias of this typecount: Int! }