QUERY PLAN
GroupAggregate (cost=517.57..519.76 rows=107 width=36)
Group Key: project_id
-> Sort (cost=517.57..517.85 rows=114 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=114 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{2665,3954,3754,3150,3702,4137,3818,2783,3288,4095}'::integer[])))