1 2 3 4 5 6 7 8
import Foundation struct Character: Identifiable { let id = UUID() let name: String let profileURL: URL let avatarURL: URL }