`items.list.filter {}.map { it.depth }.max() ?: -1` ?
l
items.list.filter {}.map { it.depth }.max() ?: -1
?
👍 1