// User.swift struct User: Codable { let id: String? init() { id = nil } }