{
"pagination": {
"current_page": 1,
"per_page": 10,
"total_pages": 5,
"total_records": 50
},
"results": [
{
"address": "123 Main St, New York, NY 10001",
"country": "United States",
"gross_rent_month": "$25,000",
"gross_rent_month_num": 25000,
"gross_rent_year": "$300,000",
"gross_rent_year_num": 300000,
"letting_status": "Occupied",
"listing_date": "2023-08-01",
"market_value": "$5,000,000",
"market_value_num": 5000000,
"number_of_units": "50",
"number_of_units_num": 50,
"postcode": "10001",
"property_id": "PROP-001",
"property_type": "Multi-family",
"protocol": "RealT"
},
{
"address": "456 Oak Ave, Los Angeles, CA 90001",
"country": "United States",
"gross_rent_month": "$18,000",
"gross_rent_month_num": 18000,
"gross_rent_year": "$216,000",
"gross_rent_year_num": 216000,
"letting_status": "Vacant",
"listing_date": "2023-07-15",
"market_value": "$3,500,000",
"market_value_num": 3500000,
"number_of_units": "30",
"number_of_units_num": 30,
"postcode": "90001",
"property_id": "PROP-002",
"property_type": "Apartment Complex",
"protocol": "Lofty AI"
}
]
}