OBJECT
type TopicCluster implements Node {id: ID! modelID: String! label: String generatedLabel: String clusterID: Int! clusterLabel: String! words: [String!]! wordFrequencies: Map }