List { ForEach(languages, id: .self) { language in Text("Creator: (language.creator ?? "Anonymous")") }.onDelete(perform: removeLanguages) }