total_costs = Decimal(
            self.events.all()
                .aggregate(total_cost=Sum('sum_costs'))