OBJECT
1type LibraryTypeList 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: [LibraryType] 1213}