`list.map { it.name }` should work, no?
# getting-started
s
list.map { it.name }
should work, no?