I have the following
class OrderBasket: Identifiable, Codable { @DocumentID var id: String! var credits: Int! = 200