OBJECT
type PaginatableCategories {# Number of total itemstotal: Int! # Current pagecurrentPage: Int! # Items per pageperPage: Int! # Paginated Categoriesitems: [Category]! }