import RealmSwift public final class VName: Object, Decodable { @Persisted public var normalized: String? @Persisted public var original: String? }