Wanted to use setter, but setter need property, and property are not listed when accessing the dict of an object when we need to serialize sqlalchemy to json.
[ ] make a to_dict function to annotation
[ ] use Flask SQLAlchemy definition of the column (in order to use property)
Wanted to use setter, but setter need property, and property are not listed when accessing the dict of an object when we need to serialize sqlalchemy to json.