QUERY PLAN
GroupAggregate (cost=270.84..271.08 rows=12 width=36)
Group Key: project_id
-> Sort (cost=270.84..270.87 rows=12 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..270.62 rows=12 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{2590,3086,3241,3242,3468,3701,3704}'::integer[])))