QUERY PLAN
Aggregate (cost=366.08..366.09 rows=1 width=32)
-> Seq Scan on tbl_reimbursements (cost=0.00..365.16 rows=367 width=5)
Filter: ((occurrence_at >= '2025-01-01 00:00:00+08'::timestamp with time zone) AND (occurrence_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = ANY ('{1,2,3}'::integer[])) AND (created_by = ANY ('{5085,5248,1015,1022,5064,1023}'::integer[])))