QUERY PLAN
Aggregate (cost=10.30..10.31 rows=1 width=8)
-> Seq Scan on tbl_contacts (cost=0.00..10.30 rows=1 width=0)
Filter: ((user_status = 2) AND (client_id = 1))