In SwiftUI I have this List:
SwiftUI
List
var body: some View { NavigationView { List(self.entries, id: \\.id) { entry in