The repository is mutated in the 'fetchPage' method of the 'USelectEntity.vue' component
Only the custom repository is mutated, because the repository based on 'entityName' is recreated each time (getRepository method)
This leads to the fact that the search does not work properly