QUERY PLAN
HashAggregate (cost=242.63..243.59 rows=77 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..242.20 rows=85 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{90,592,582,1207}'::integer[])))