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