array(8) {
  ["post_type"]=>
  string(10) "properties"
  ["posts_per_page"]=>
  int(-1)
  ["meta_query"]=>
  array(1) {
    ["relation"]=>
    string(3) "AND"
  }
  ["tax_query"]=>
  array(2) {
    ["relation"]=>
    string(3) "AND"
    [0]=>
    array(3) {
      ["taxonomy"]=>
      string(7) "regions"
      ["field"]=>
      string(7) "term_id"
      ["terms"]=>
      int(163)
    }
  }
  ["suppress_filters"]=>
  bool(false)
  ["orderby"]=>
  string(10) "menu_order"
  ["order"]=>
  string(4) "DESC"
  ["fields"]=>
  string(3) "ids"
}
Array
(
    [post_type] => properties
    [posts_per_page] => -1
    [meta_query] => Array
        (
            [relation] => AND
        )

    [tax_query] => Array
        (
            [relation] => AND
            [0] => Array
                (
                    [taxonomy] => regions
                    [field] => term_id
                    [terms] => 163
                )

        )

    [suppress_filters] => 
    [orderby] => menu_order
    [order] => DESC
    [fields] => ids
)