type SortingOrder = "None" | "Ascending" | "Descending";The order to sort by if the asset source supports sorting. If set to None, the order is the same as the assets were added to the source.
type SortingOrder = "None" | "Ascending" | "Descending";The order to sort by if the asset source supports sorting. If set to None, the order is the same as the assets were added to the source.