OBJECT
Statistics about the feed.
type FeedSummaryStats {# Number of active hashes in the feed.activeHashes: Int! # Number of active YARA rules in the feed.activeYaraRules: Int! # Number of deactivated hashes in the feed.notEnabledHashes: Int! # Number of deactivated YARA rules in the feed.notEnabledYaraRules: Int! }