QUERY PLAN
GroupAggregate (cost=515.41..516.57 rows=57 width=36)
Group Key: project_id
-> Sort (cost=515.41..515.56 rows=59 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=59 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{263,1111,2504,1791,4111,1972,3910,3577,3873,4055}'::integer[])))