@jjjeeerrr111 if you conform to Content initially then you don’t need to conform to Codable. Codable conformance has to be declared when you implement your model, so if you’re doing Content in an extension then you must do both. The reason why Content is conformed to in an extension is to show how you can share code with iOS. Hope that helps!