QUERY PLAN
GroupAggregate (cost=295.16..295.66 rows=25 width=36)
Group Key: project_id
-> Sort (cost=295.16..295.22 rows=25 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..294.58 rows=25 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3815,3786,3805,1018,3811,3404,1111,3814,3804,3800}'::integer[])))