QUERY PLAN
GroupAggregate (cost=503.12..503.15 rows=2 width=36)
Group Key: client_id
-> Sort (cost=503.12..503.12 rows=2 width=9)
Sort Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..503.11 rows=2 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (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 (client_id = ANY ('{1933,3081,3315,2150,2593,982,1661,146,2616,2538,3465,3463,3462,3458,3457,3451,3435,3432,3429,3427}'::integer[])))