| HashAggregate (cost=303.80..306.88 rows=205 width=64) |
| Group Key: to_char(occurrence_at, 'YYYY-MM'::text) |
| -> Seq Scan on tbl_reimbursements (cost=0.00..302.77 rows=206 width=37) |
| Filter: ((occurrence_at >= '2026-01-01 00:00:00+08'::timestamp with time zone) AND (occurrence_at <= '2026-12-31 23:59:59+08'::timestamp with time zone) AND (status = ANY ('{1,2,3}'::integer[]))) |