OBJECT
1type SchemaList implements Page {23records: [Schema] 45# The starting index for records that were returned in this query.6offset: Int! 78# Maximum number of results that were retrieved in this query; page size9limit: Int! 1011# Number of records returned in this response12count: Int 1314}