nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.09k stars 539 forks source link

Get many base response with swagger #664

Open muhammadsamir11 opened 3 years ago

muhammadsamir11 commented 3 years ago

Hi, I always get an example response in swagger with paginate even I define alwaysPaginate: false in the global config why?

{
  "data": [
    {}
  ],
  "count": 0,
  "total": 0,
  "page": 0,
  "pageCount": 0
}