Results 3 issues of Omer

If I have a model with the following field: number: Optional[int] I can create a record without the number. But, when I'll call model.get(pk) - I'll get an error: value...

I'm searching for a way to update the primary_sale_happened property of the NFT. There is the update_token_metadata function that enables changing many of the NFT data - but not the...

The update_token_metadata function doesn't allow updating primary_sale_happened. Is there another way to do so?