QUERY PLAN
GroupAggregate (cost=0.00..270.86 rows=3 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..270.81 rows=3 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (client_id = 146))