QUERY PLAN
Limit (cost=8.37..8.38 rows=1 width=265)
-> Sort (cost=8.31..8.37 rows=24 width=265)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..7.76 rows=24 width=265)
Filter: (user_status = ANY ('{1,2}'::type_global_user_status[]))