Search summary information about all the measurements in the model.
type ModelSearchMeasurements {# The total number of mattertags in the model.count: Int! # The union of all the labels on mattertags in the model.# Each unique label will appear once.labels: [String!] }