fetch data from the table: "users"
- distinct_onusers_select_columndistinct select on columns
- limitlimit the nuber of rows returned
- offsetskip the first n rows. Use only with order_by
- order_by[users_order_by]!sort the rows by one or more columns
- whereusers_bool_expfilter the rows returned