descending sort
1.sortByNameDesc: signifies that the result returned by a find_xx or get_xx inquiry call should be sorted on the name field in descending alphabetic sort order.
2.sortByDateDesc: signifies that the result returned by a find_xx or get_xx inquiry call should be sorted based on the date last updated in descending chronological sort order (most recent change returns first).

