package types type DashboardSummary struct { Income int64 Savings int64 Expenses int64 Total int64 }