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