OBJECT
1type UserListingCollection { 2aggregations: Aggregations! 3current_page: Int! 4has_next_page: Boolean! 5has_previous_page: Boolean! 6per_page: Int! 7results: [UserListing!] 8size: Int! 9total_entries: Int! 10total_pages: Int! 11}