A number of models use the old model design this issue is to refractor the following - `__init__()` should take individual fields and not a single dict - Make a `from_dict()` classmethod that allow object creation from data provided from a dict
A number of models use the old model design this issue is to refractor the following
__init__()should take individual fields and not a single dictfrom_dict()classmethod that allow object creation from data provided from a dict