OBJECT
type PaginatableMedias {# Number of total itemstotal: Int! # Current pagecurrentPage: Int! # Items per pageperPage: Int! # Paginated Mediasitems: [Media]! }