OBJECT
Aggregated anomaly results.
type AnomalyResultAggregation {# Aggregated total of files added.filesAdded: Long! # Aggregated total of files modified.filesModified: Long! # Aggregated total of files deleted.filesDeleted: Long! # Aggregated total of bytes added.bytesAdded: Long! # Aggregated total of bytes modified.bytesModified: Long! # Aggregated total of bytes deleted.bytesDeleted: Long! }