Invalid Per-Page Value
Provide a positive perPage within the allowed range.
An HTTP 400 application/problem+json response:
{
"type": "https://problems.atlas.propertyfinder.com/common-pagination-per-page-invalid/",
"title": "Invalid Per-Page Value",
"status": 400,
"code": "common_pagination_per-page-invalid",
"detail": "The perPage parameter is invalid. Provide a positive integer within the allowed range."
}