OBJECT
Represents a single capacity contribution.
type CapacityContribution {# The product that is making this contribution.product: Product! # The number of bytes this product has contributed.registeredCapacityBytes: Float! }