``` hotDeals.filterNotNull().toMutableList().sortB...
# getting-started
o
Copy code
hotDeals.filterNotNull().toMutableList().sortByDescending {
                    Utils.readFormat.parse(it.post_date)
                }