Search summary information about all the rooms in the model.
type ModelSearchRooms {# The total number of rooms in the model.count: Int! # The union of all the tags on all the rooms in the model.# Each tag in this set will be unique.# All tags that appear on at least one room will be included.tags: [String!] }