robert.xu

Results 2 issues of robert.xu

## Feature Request **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...]...

How can I customiz json response structure? like below: ```json { "metadata": { "resultset": { "pagination":{"page":1,"perPage":10,"total":11234} } }, "results": [ ] } ``` where can i do this? thanks.