I have a Food entity which has a price column
Somewhere in project, I have an array of foods and I want to extract the sum of their prices using reduce()
reduce()