Steps to reproduce
Generating hasMany relation between News and NewsFile object. Naming it files instead of the default newsFiles:

@loopback/cli@1.26.0
Current Behavior
The custom name files is used in the model, but not in the repository:


Expected Behavior
Expecting consistent naming across model and repository.