OBJECT
1type IngestSlugList implements Page {23records: [IngestSlug!] 45offset: Int! 67limit: Int! 89count: Int 1011totalCount: Int 1213}