QUERY PLAN
GroupAggregate (cost=514.47..515.10 rows=31 width=36)
Group Key: project_id
-> Sort (cost=514.47..514.55 rows=32 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=32 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{1111,4187,4184,4139,4174,3796,3854,1018,4186,4126}'::integer[])))