QUERY PLAN
HashAggregate (cost=296.50..299.67 rows=253 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..294.58 rows=386 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{3337,189,2182,101,54,1492,149,57,20,1307}'::integer[])))