Search summary information about all the anchor locations within a model.
type ModelSearchLocations {# The total number of anchor locations in the model.count: Int! # The union of all the tags associated with locations in the model.# Each unique tag will appear once.tags: [String!] }