OBJECT
Paginated response for user queries
type PaginatedUsers {# List of users for the current pageusers: [User!]! # Total number of users matching the querytotalCount: Int! }