OBJECT
1type LibraryList implements Page {23# The starting index for records that were returned in this query.4offset: Int! 56limit: Int! 78# Number of records returned in this response9count: Int 1011records: [Library] 1213}