Is it possible to group models and in the same way controllers, components etc like the example image below. Where you can group the models by what they are used for ( a new grouping Directory). Say all blog models in a folder, all team related ones in another folder and say product related ones in another? It will just make it easier to find things instead of having them all thrown in the same directory.
Yes, you can organize your models into separate folders.
Make sure to :
Adjust the Model Namespace: Ensure that you update the namespace in each model to reflect its new folder location.
Update Configuration Files: Make sure to update references in your config_list.yaml, config_form.yaml, and any other relevant configuration files to point to the correct paths.