If I make a list like this
List { ForEach(0 ..< 4) { count in Text("\\(count)") } }
It produces this result where th