OBJECT
Stats of an individual data type.
type DataTypeStats {# Identifier of the data type.id: String! # Total hits of the data type.totalHits: Long! # Total violated hits of the data type.totalViolatedHits: Long! # Total permitted hits of the data type.totalPermittedHits: Long! # Name of the data type.name: String! }