| Aggregate (cost=2.62..2.62 rows=1 width=8) |
| -> HashAggregate (cost=1.76..2.14 rows=38 width=59) |
| Group Key: t.id |
| -> Seq Scan on tbl_ledger_tickets t (cost=0.00..1.67 rows=38 width=4) |
| Filter: ((ticket_date >= '2026-01-01'::date) AND (ticket_date <= '2026-12-31'::date) AND (ledger_id = 1)) |