OBJECT
1type EntityIdentifierList implements Page {23records: [EntityIdentifier] 45offset: Int! 67limit: Int! 89count: Int 1011}