OBJECT
Hits stats of an individual data category.
type DataCategoryHits {# Identifier of the data category.dataCategoryId: String! # Total hits of the data category.totalHits: Long! # Total violated hits of the data category.totalViolatedHits: Long! }