QUERY PLAN
GroupAggregate (cost=302.42..302.62 rows=10 width=36)
Group Key: project_id
-> Sort (cost=302.42..302.45 rows=10 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..302.26 rows=10 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3109,3022,2755,2745,1366}'::integer[])))