You have a folder called `/models/` here where you have classes that are annotated as `@Entity()`? https://github.com/TrilonIO/nest-data-source-agnostic/blob/main/src/countries/models/country.model.ts Shouldn't those go into the folder called `entities/`?
You have a folder called
/models/here where you have classes that are annotated as@Entity()?https://github.com/TrilonIO/nest-data-source-agnostic/blob/main/src/countries/models/country.model.ts
Shouldn't those go into the folder called
entities/?