OBJECT
Paginated list of ids
1type IDList implements Page {23records: [ID!] 45offset: Int! 67limit: Int! 89count: Int 1011}