Both your JSON and code are not valid, you should better show the right things for readers not to be confused.
Have you tried to make it a computed property?
struct ProductModel: Identifiable, Codable, Hashable {
var id: Int {productId}
var productId: Int
var name: String
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: