QUERY PLAN
GroupAggregate (cost=462.01..462.77 rows=38 width=36)
Group Key: project_id
-> Sort (cost=462.01..462.10 rows=39 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..460.97 rows=39 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4063,4086,4096,4144,4155,4111,4142,4127,4151,4157,4164,4161,4098,4166,4169,4172,4167,4170,4168,4174}'::integer[])))