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