QUERY PLAN
Unique (cost=17.19..17.19 rows=1 width=4)
-> Sort (cost=17.19..17.19 rows=1 width=4)
Sort Key: created_by
-> Seq Scan on tbl_reimbursements r (cost=0.00..17.18 rows=1 width=4)
Filter: ((created_by = ANY ('{5493,5495}'::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))