QUERY PLAN
GroupAggregate (cost=514.29..514.81 rows=26 width=36)
Group Key: project_id
-> Sort (cost=514.29..514.35 rows=26 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=26 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{1018,2290,4024,4176,3880,3878,2282,3713,3980,2684}'::integer[])))