total_event_costs = Decimal(
            self.events.all()
                .aggregate(total_event_cost=Sum('sum_costs'))