nestjs-paginate
nestjs-paginate copied to clipboard
How to get paginated raw data?
trafficstars
For a specific case, I need to get the raw data without being transformed via TypeORM. Is this achievable?
I don't think it's supported, but it shouldn't be hard to implement either, likely you'd only have to add a little option and if/else to the end of the paginate function :)