OBJECT

SummaryCount

Description

Total summarized counts.

link GraphQL Schema definition

  • type SummaryCount {
  • # Total count.
  • totalCount: Long!
  • # Count after filtering hits from allowlist.
  • violatedCount: Long!
  • }