MediaStatsAggregation type

每个统计信息字段的聚合属性。

type MediaStatsAggregation = {
  count: number[]
  max: number[]
  min: number[]
  sum: number[]
}