import Foundation struct User: Identifiable, Decodable { let id: String let username: String let email: String }