The loader module ./models_index.js implements loading and initializing all models of all storage types. However, only models of type sql get logged to the console as being loaded. This is highly misleading. Please fix and please improve the log message to something like
The loader module
./models_index.js
implements loading and initializing all models of all storage types. However, only models of typesql
get logged to the console as being loaded. This is highly misleading. Please fix and please improve the log message to something likeloaded model: ${iterModel.name}
Expected work time: 1h