sum(function (Order $order) { return $order->total->amount(); }); return Money::inDefaultCurrency($total); } }