QUERY PLAN
GroupAggregate (cost=324.32..324.60 rows=14 width=36)
Group Key: project_id
-> Sort (cost=324.32..324.35 rows=14 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..324.05 rows=14 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4097,4114,4124,4127,4120,4111,4052}'::integer[])))