OBJECT
Stats related to managed volume snapshot.
type ManagedVolumeSnapshotStats {# The amount of logical space used.logicalBytes: Long! # The amount of physical space used.physicalBytes: Long! # Total number of inodes.totalInodes: Long # The number of used inodes.usedInodes: Long }