OBJECT
Paginated response for file queries
type PaginatedFiles {# List of files for the current pagefiles: [File!]! # Total number of files matching the querytotalCount: Int! }