I think that Model class has couple of variations.
Once fetched from repository - for example this class
Convert it to your app needs and hand it to the business logic - might be different class (loose couple of DB representation)
convert it before sending it to UI
where do you locate all those models? in one "Model" folder? or everyone in its own layer?