`listOf(6, 2, 4, 4, 5).map { Node("q$it") }`
# announcements
e
listOf(6, 2, 4, 4, 5).map { Node("q$it") }