Assuming I have a model like below:
class Region(models.Model): info = JSONField() number = models.IntegerField()
I want to write a O