QUERY PLAN
GroupAggregate (cost=514.26..514.76 rows=25 width=36)
Group Key: project_id
-> Sort (cost=514.26..514.32 rows=25 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=25 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4024,4177,263,2504,1791,1111,4136,4139,4017,3754}'::integer[])))