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