`list.mapIndexed { index, it -> if (index == 2)...
# announcements
h
list.mapIndexed { index, it -> if (index == 2) y else it }