The file /Users/neog/Apps/iOS/PROD-Planner2026/Planner2026-iOS/Views/Settings/SettingsView.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 77→ } 78→ .font(.subheadline) 79→ } 80→ 81→ NavigationLink { 82→ LocationsListView() 83→ } label: { 84→ HStack { 85→ Text("Saved Locations") 86→ Spacer() 87→ Text("\(dataManager.locations.count)") 88→ .foregroundColor(.secondary) 89→ } 90→ } 91→ } 92→ 93→ // iCloud Sync 94→ SyncStatusView() 95→ 96→ // AI 97→ Section("AI Assistant") { 98→ HStack { 99→ Text("API Status") 100→ Spacer()