Search summary information about all the 3D meshes associated with the model.
type ModelSearchMeshes {# The total number of meshes associated with the model.count: Int! # The union of all the formats of meshes in the model.# Each unique format will appear once.formats: [String!] }