StatusDistribution is an interface representing the distribution of statuses. It includes the status and amount each having their own properties.
StatusDistribution
amount is a number representing the amount of the status.
amount
status is a string representing the status.
status
StatusDistribution
is an interface representing the distribution of statuses. It includes the status and amount each having their own properties.