The current response from `defaultEndpointsFactory` is ``` { "status": "success", "data": { "your": "response" } } ``` Is there a way to return only the `data` part? ``` { "your": "response" } ``` Also it would be nice to only use the `data` response in the swagger documentation