Why would gelly return 0 if 1 of all have 0 or null? even though all besides that one have greater then 0. ``` field on bulkOrder { sum(cast(bulkOrderRecipients.totalTax, type: "Number")) } ```