When we use a get ```/apples/:id``` and a get all ```/apples/``` the second one listed in the schema will turn into apples1 function in the generated code. isnt the openapi spec to have the endpoints both named apples? but then we get silly apples1 function name? am i missing something? thanks