QUERY PLAN
GroupAggregate (cost=262.01..262.23 rows=11 width=36)
Group Key: project_id
-> Sort (cost=262.01..262.04 rows=11 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..261.82 rows=11 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3805,3814,3817,3811,3818,3816}'::integer[])))