OBJECT
Represents the results for a specific data type.
type DataTypeResults {# The ID of the data type.id: String! # The name of the data type.name: String! # Total hits for this data type.totalHits: Long! # Number of violated hits for this data type.totalViolatedHits: Long! }