QUERY PLAN
GroupAggregate (cost=334.09..334.67 rows=29 width=36)
Group Key: project_id
-> Sort (cost=334.09..334.16 rows=30 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..333.35 rows=30 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3737,3179,3258,3772,3788,3642,3364,3933,2804,3935}'::integer[])))