edwardwongtl
getItems().first(default).map{ it.isNotEmpty() }
kiptoo
getItems().first(default=listOf()).map{ it.isNotEmpty() }