Database: Postgres Using pagination and the `total` field is returned as a string, where all the rest of the pagination values are a number. ``` {"total":"74","perPage":20,"page":1,"lastPage":4, .... ```
Database: Postgres
Using pagination and the
totalfield is returned as a string, where all the rest of the pagination values are a number.