QUERY PLAN
GroupAggregate (cost=281.37..281.49 rows=6 width=36)
Group Key: project_id
-> Sort (cost=281.37..281.38 rows=6 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..281.29 rows=6 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4082,3109,2755}'::integer[])))