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