QUERY PLAN
HashAggregate (cost=295.23..296.62 rows=112 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..294.58 rows=130 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{141,3056,2032,2736,189,2182,24,101,54,18}'::integer[])))