OBJECT
type PaginatableSites {# Number of total itemstotal: Int! # Current pagecurrentPage: Int! # Items per pageperPage: Int! # Paginated Sitesitems: [Site]! }