Total: {{sum (map @items "price")}}
Average: {{div (sum (map @items "price")) @items.length}}
Max: {{max (map @items "price")}}
{{#each (sortBy "name" @items) as |item|}}Total: {{this.total}}
Average: {{this.average}}
Max: {{this.maxPrice}}
{{#each this.itemsWithTotal key="id" as |item|}}