Summing columns in a collection

Hi Anthony,

Have a look at the aggregate API here
https://www.wix.com/velo/reference/wix-data/wixdataaggregate

You most likely are looking to use it along with the .filter() and .sum() functions.