Get the paginated list of all properties.

GET /properties/all-properties/paginated-list/?format=api&page=2
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4709,
    "next": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api&page=3",
    "previous": "https://backend.lalpurjanepal.com.np/properties/all-properties/paginated-list/?format=api",
    "results": [
        {
            "id": 8553,
            "title": "House for Sale at Sukedhara",
            "slug": "house-on-sale-at-sukedhara-nilopul",
            "code": "8553"
        },
        {
            "id": 8552,
            "title": "House for Sale at Kuleshwor",
            "slug": "house-for-sale-at-kuleshwor",
            "code": "8552"
        },
        {
            "id": 8551,
            "title": "House for Sale at Budhanilkatha",
            "slug": "house-for-sale-at-budhanilkatha",
            "code": "8551"
        },
        {
            "id": 8550,
            "title": "House for Sale at Sitapaila",
            "slug": "house-for-sale-at-sitapaila",
            "code": "8550"
        },
        {
            "id": 8549,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-for-sale-at-budhanilkantha",
            "code": "8549"
        },
        {
            "id": 8548,
            "title": "House for Sale at Pokhara",
            "slug": "house-for-sale-at-pokhara-05-parshyang-dharapani",
            "code": "8548"
        },
        {
            "id": 8547,
            "title": "House for Sale at Sitapaila",
            "slug": "house-for-sale-at-sitapaila",
            "code": "8547"
        },
        {
            "id": 8546,
            "title": "House for Sale at Kalanki",
            "slug": "house-for-sale-at-kalanki",
            "code": "8546"
        },
        {
            "id": 8545,
            "title": "Land for Sale at Pokhara",
            "slug": "land-for-sale-at-pokhara-09-nagdhunga",
            "code": "8545"
        },
        {
            "id": 8544,
            "title": "House for Sale at Swayambhu",
            "slug": "house-for-sale-at-swayambhu-bijeshwori",
            "code": "8544"
        },
        {
            "id": 8543,
            "title": "Land for Sale at Budhanilkantha",
            "slug": "land-of-sale-at-budhanilkantha",
            "code": "8543"
        },
        {
            "id": 8538,
            "title": "House for Sale at Kalanki",
            "slug": "house-for-sale-at-kalanki",
            "code": "8538"
        }
    ]
}