the response i get is `{ deployments: [], pagination: { count: 0, next: null, prev: '0' } }`
this is causing an error in the zod validation:
Cause: ZodError: [
{
"code": "invalid_type",
"expected": "number",
"received": "string",
"path": [
"pagination",
"prev"
],
"message": "Expected number, received string"
}
]