OBJECT
type PaginatableArticles {# Number of total itemstotal: Int! # Current pagecurrentPage: Int! # Items per pageperPage: Int! # Paginated Articlesitems: [Article]! }