OBJECT
ModelSearchPanos
Search summary information about all the panoramic images in the model.
link GraphQL Schema definition
- type ModelSearchPanos {
 - #   The total number of panos in the model.
 - : Int! 
 - #   The union of all the formats of panoramic images in the model.
 - #   Each unique format will appear once.
 - : [String!] 
 - #   The union of all the resolutions of panoramic images in the model.
 - #   Each unique resolutions will appear once.
 - : [String!] 
 - }