QUERY PLAN
GroupAggregate (cost=514.29..514.81 rows=26 width=36)
Group Key: project_id
-> Sort (cost=514.29..514.35 rows=26 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=26 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4184,4182,4185,4167,4166,4161,4164,4155,4158,1018}'::integer[])))