Is your feature request related to a problem? Please describe.
Currently, the service option paginate is not taken into account when creating the response for the find method.
Describe the solution you'd like
If the paginate option of the service is set, the response documentation of the find method should reflect that and should contain the properties total, limit, skip, and data.
Additional context
Originally requested in #218.
Is your feature request related to a problem? Please describe.
Currently, the service option
paginateis not taken into account when creating the response for the find method.Describe the solution you'd like
If the
paginateoption of the service is set, the response documentation of the find method should reflect that and should contain the propertiestotal,limit,skip, anddata.Additional context
Originally requested in #218.