aggregation := components.CreateAggregationAvg(components.PropertyAggregation{/* values here */})
aggregation := components.CreateAggregationCount(components.CountAggregation{/* values here */})
aggregation := components.CreateAggregationMax(components.PropertyAggregation{/* values here */})
aggregation := components.CreateAggregationMin(components.PropertyAggregation{/* values here */})
aggregation := components.CreateAggregationSum(components.PropertyAggregation{/* values here */})