QUERY PLAN
Limit (cost=10.26..10.27 rows=2 width=3844)
-> Sort (cost=10.26..10.27 rows=2 width=3844)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..10.25 rows=2 width=3844)
Filter: (user_status = ANY ('{1,2}'::type_global_user_status[]))