Could swagger-typescript-api generate a client that returns - `Promise<T>` - instead of `Promise<HttpResponse<T, E>>`? 99% of the time I'm only interested in the actual data and doing `.data` makes the code less readable.