QUERY PLAN
GroupAggregate (cost=355.08..355.46 rows=19 width=36)
Group Key: project_id
-> Sort (cost=355.08..355.13 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..354.68 rows=19 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3854,3796,4024,3957,4146,4005,4149,4136,4133,4165}'::integer[])))