The file /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Models/IncomeModels.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 129→ var targetAmount: Double 130→ var deadline: Date 131→ var description: String 132→ 133→ static var `default`: IncomeGoal { 134→ IncomeGoal( 135→ targetAmount: 10000, 136→ deadline: Calendar.current.date(byAdding: .day, value: 30, to: Date()) ?? Date(), 137→ description: "Meta de renda mensal" 138→ ) 139→ } 140→} 141→ 142→// MARK: - AI Task Helper 143→struct AITaskHelper {