I have the following struct:
struct Note: Identifiable, Codable { enum CodingKeys: CodingKey { case title, message, background } let