Generated code - application design

The code generated creates models that is basically the data access classes, shouldn't this be in a data access folder? Models should represent the data that is bound to a view and the controllers access the data, populate the model, and then render the view. Did I miss something?

These classes are used both for data access and models for views. We decided to generate them in Models folder.