oday
07/02/2018, 8:17 AMsearchResults.filterNotTo(mutableListOf()) { it.negotiated_price == null }
searchResults.sortByDescending {
100 - ((it.negotiated_price!!.toInt() / it.price) * 100)
}