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