QUERY PLAN
Limit (cost=17.38..17.43 rows=20 width=266)
-> Sort (cost=17.38..17.44 rows=25 width=266)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..16.80 rows=25 width=266)
Filter: (user_status = ANY ('{1,2}'::type_global_user_status[]))