OBJECT
type PaginatableMedias {# Number of total itemstotal: Int! # Current pagecurrentPage: Int! # Items per pageperPage: Int! # Paginated Mediasitems: [Media]! # List of Media types with their count based on current filters (not just current # page)types: [MediaType] }