The above convention tell codegen that - The API is not pagable. Return type of the API is a model with composed list and when receiving such a response from service, client should extract the composed list and return the list instead of the model that composes the list.
The above convention tell codegen that - The API is not pagable. Return type of the API is a model with composed list and when receiving such a response from service, client should extract the composed list and return the list instead of the model that composes the list.
But this is not happening for this API.
The generated method signature is correct but when receiving following response from service
Proxy returns a list with 1 element of type Location with all properties set to null.