> ## Documentation Index
> Fetch the complete documentation index at: https://getbuildify.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Similar Listings

> Retrieve a list of similar properties based on the specified attributes.



## OpenAPI

````yaml get /{apiVersion}/{apiProvince}/similar_listings
openapi: 3.0.0
info:
  title: Buildify API
  version: '1.0'
servers:
  - url: https://api.getbuildify.com
security:
  - sec0: []
paths:
  /{apiVersion}/{apiProvince}/similar_listings:
    get:
      summary: Get Similar Listings
      description: >-
        📌 Retrieve a list of similar properties based on the specified
        attributes.
      operationId: get-similar-listings
      parameters:
        - name: id
          in: query
          description: Listing id for which similar listings needs to be fetched.
          required: true
          schema:
            type: string
        - name: retrieveAttributes
          in: query
          description: >-
            Attributes to retrieve. For example: name, summary, builders, etc.
            It should be comma separated. **[See more
            info](https://buildify.readme.io/reference/retrievable-attributes)**.
          schema:
            type: string
        - name: referrences
          in: query
          description: >-
            Fields to attach referrences. For example: builders, marketers, etc.
            It should be comma separated. **[See more
            info](https://buildify.readme.io/reference/referrencing)**.
          schema:
            type: string
        - name: minScore
          in: query
          description: Listings minimum similarity score.
          schema:
            type: integer
            format: int32
        - name: maxRecommendations
          in: query
          description: Maximum number of recommendations/results.
          schema:
            type: integer
            format: int32
        - name: apiVersion
          in: path
          schema:
            type: string
            enum:
              - v1-sandbox
              - v1
          required: true
        - name: apiProvince
          in: path
          schema:
            type: string
            enum:
              - all
              - 'on'
              - bc
              - ab
              - mb
              - nb
              - nl
              - ns
              - pe
              - qc
              - sk
            default: 'on'
          required: true
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                      "results": [
                        {
                          "_score": 52.27,
                          "contactForPricing": true,
                          "coverPhoto": {
                            "name": "cover",
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/a8e6df7d-3161-42fe-a3f4-25d58fa4170e.png"
                          },
                          "createdAt": "2023-01-02T19:39:06.490Z",
                          "endPrice": null,
                          "exposures": [],
                          "floorPlans": [],
                          "fullAddress": "",
                          "geographicAddress": "",
                          "hasLocker": false,
                          "hasParking": false,
                          "listingId": "DC6NO5",
                          "maxBaths": null,
                          "maxBeds": null,
                          "maxSize": null,
                          "minBaths": null,
                          "minBeds": null,
                          "minSize": null,
                          "mode": "live",
                          "name": "TEST LISTING",
                          "objectID": "DC6NO5",
                          "path": "Listings/DC6NO5",
                          "sellingStatus": "Selling Now",
                          "startPrice": null,
                          "updatedAt": "2023-01-02T19:39:06.495Z"
                        },
                        {
                          "_geoloc": {
                            "lat": 0,
                            "lng": 0
                          },
                          "_score": 41.55,
                          "amenities": [],
                          "architects": [],
                          "assignmentFee": 0,
                          "assignmentFeeFree": false,
                          "builders": [
                            "Builders/3tLqusTBLjz2p52xbuU3"
                          ],
                          "ccOrMaintFee": 0,
                          "ccOrMaintFeeIncluded": false,
                          "ceilingHeights": "",
                          "completionDate": "",
                          "completionDateTBD": false,
                          "constructionStartedTBD": false,
                          "constructionStatus": null,
                          "contactForPricing": true,
                          "country": null,
                          "coverPhoto": {
                            "name": "cover",
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/fb32e5f9-32dd-4ee7-bc5c-5a5910b63a36.png"
                          },
                          "createdAt": "2022-12-06T14:41:57.611Z",
                          "developmentLevies": "",
                          "developmentLeviesIncluded": false,
                          "endPrice": null,
                          "estimatedCompletionDate": "",
                          "estimatedCompletionDateTBD": false,
                          "exposures": [],
                          "finishes": "",
                          "firstOccupancyDate": "",
                          "firstOccupancyDateTBD": false,
                          "floorPlans": null,
                          "fullAddress": "",
                          "geographicAddress": "",
                          "hasLocker": false,
                          "hasParking": false,
                          "incentives": [],
                          "interiorDesigners": [],
                          "lat": "",
                          "listingId": "LKYIW1",
                          "lockerMaintainance": 0,
                          "lockerMaintainanceIncluded": false,
                          "logo": {
                            "name": "logo",
                            "url": null
                          },
                          "long": "",
                          "marketingCompanies": [],
                          "maxBaths": null,
                          "maxBeds": null,
                          "maxSize": null,
                          "metering": "",
                          "meteringIncluded": false,
                          "minBaths": null,
                          "minBeds": null,
                          "minSize": null,
                          "mode": "live",
                          "municipalities": [],
                          "name": "TEst listing for create webhook test",
                          "neighbourhood": [],
                          "numberOfFloorPlans": 0,
                          "numberOfFloors": "",
                          "numberOfIncentives": 0,
                          "numberOfUnits": "",
                          "objectID": "LKYIW1",
                          "owners": [],
                          "parkingCost": 0,
                          "parkingCostIncluded": false,
                          "parkingMaintainance": 0,
                          "parkingMaintainanceIncluded": false,
                          "parkingRestriction": "",
                          "path": "Listings/LKYIW1",
                          "paymentStructures": [],
                          "photos": [],
                          "postalCode": "",
                          "region": null,
                          "salesCompanies": [],
                          "salesStarted": "",
                          "sellingStatus": "Pending",
                          "startPrice": null,
                          "state": null,
                          "storageCost": 0,
                          "storageCostIncluded": false,
                          "storageRestriction": "",
                          "streetName": "",
                          "streetNumber": null,
                          "summary": "",
                          "type": [],
                          "updatedAt": "2022-12-06T14:43:17.277Z",
                          "videos": [],
                          "virtualShowing": ""
                        },
                        {
                          "_geoloc": {
                            "lat": 0,
                            "lng": 0
                          },
                          "_score": 36.96,
                          "amenities": [],
                          "architects": [],
                          "assignmentFee": null,
                          "assignmentFeeFree": false,
                          "builders": [],
                          "ccOrMaintFee": null,
                          "ccOrMaintFeeIncluded": false,
                          "ceilingHeights": "1.6",
                          "cityOrDistrict": "Burnaby",
                          "completionDate": "",
                          "completionDateTBD": false,
                          "constructionStartedTBD": false,
                          "constructionStatus": null,
                          "contactForPricing": true,
                          "country": null,
                          "coverPhoto": {
                            "name": "cover",
                            "url": null
                          },
                          "createdAt": "2023-01-20T03:37:40.565Z",
                          "developmentLevies": "",
                          "developmentLeviesIncluded": false,
                          "endPrice": null,
                          "estimatedCompletionDate": "",
                          "estimatedCompletionDateTBD": false,
                          "estimatedCompletionYear": null,
                          "exposures": [],
                          "finishes": "",
                          "firstOccupancyDate": "",
                          "firstOccupancyDateTBD": false,
                          "floorPlans": null,
                          "fullAddress": "Burnaby",
                          "geographicAddress": "Burnaby",
                          "hasLocker": false,
                          "hasParking": false,
                          "incentives": [],
                          "interiorDesigners": [],
                          "lat": "",
                          "listingId": "G3SRCU",
                          "lockerMaintainance": null,
                          "lockerMaintainanceIncluded": false,
                          "logo": {
                            "name": "logo",
                            "url": null
                          },
                          "long": "",
                          "marketingCompanies": [],
                          "maxBaths": null,
                          "maxBeds": null,
                          "maxSize": null,
                          "metering": "",
                          "meteringIncluded": false,
                          "minBaths": null,
                          "minBeds": null,
                          "minSize": null,
                          "mode": "live",
                          "municipalities": [],
                          "name": "Sample Listing Name Change",
                          "neighbourhood": [],
                          "numberOfFloorPlans": 0,
                          "numberOfFloors": "",
                          "numberOfIncentives": 0,
                          "numberOfUnits": "",
                          "objectID": "G3SRCU",
                          "owners": [],
                          "parkingCost": null,
                          "parkingCostIncluded": false,
                          "parkingMaintainance": null,
                          "parkingMaintainanceIncluded": false,
                          "parkingRestriction": "",
                          "path": "Listings/G3SRCU",
                          "paymentStructures": [],
                          "photos": [],
                          "postalCode": "",
                          "region": null,
                          "salesCompanies": [],
                          "salesStarted": "",
                          "sellingStatus": "Pending",
                          "startPrice": null,
                          "state": null,
                          "storageCost": null,
                          "storageCostIncluded": false,
                          "storageRestriction": "",
                          "streetName": "",
                          "streetNumber": null,
                          "summary": "Test summary change",
                          "type": [],
                          "updatedAt": "2023-01-20T04:25:02.311Z",
                          "videos": [],
                          "virtualShowing": ""
                        },
                        {
                          "_geoloc": {
                            "lat": 43.65931003092599,
                            "lng": -79.40030645577895
                          },
                          "_score": 23.61,
                          "amenities": [],
                          "architects": [],
                          "assignmentFee": 0,
                          "assignmentFeeFree": false,
                          "averagePricePerSqFeet": 705,
                          "builders": [],
                          "ccOrMaintFee": 0,
                          "ccOrMaintFeeIncluded": false,
                          "ceilingHeights": "",
                          "cityOrDistrict": "Toronto",
                          "completionDate": "",
                          "completionDateTBD": false,
                          "constructionStartedTBD": false,
                          "constructionStatus": "Pre Construction",
                          "contactForPricing": false,
                          "country": "Canada",
                          "coverPhoto": {
                            "name": "cover",
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/fa74779f-a87a-4e35-adf5-4dc74c43410b.png"
                          },
                          "createdAt": "2022-11-30T22:22:46.279Z",
                          "developmentLevies": "",
                          "developmentLeviesIncluded": false,
                          "endPrice": 911990,
                          "endPricePerSqFeet": 552990,
                          "estimatedCompletionDate": "",
                          "estimatedCompletionDateTBD": false,
                          "estimatedCompletionYear": null,
                          "exposures": [
                            "North West",
                            "South West",
                            "North East",
                            "South East",
                            "South",
                            "North",
                            "West",
                            "East"
                          ],
                          "finishes": "",
                          "firstOccupancyDate": "",
                          "firstOccupancyDateTBD": false,
                          "floorPlans": [
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.580Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_24_viewsonthepreserve_mattamyhomes_floorplans_npa2.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.580Z",
                              "name": "Npa2",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "552",
                              "startPrice": "552990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_55_157__gtw_votp_1br-a1_floorplan.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npa1",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "552",
                              "startPrice": "565990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_57_971_gtwvotp1brdb7floorplan.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb7",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "552",
                              "startPrice": "589990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_23_00_087_gtwvotp1brdb8floorplan.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb8",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "565",
                              "startPrice": "589990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_16_04_27_54_npa3_corner.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npa3 Corner",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "605",
                              "startPrice": "599990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_33_viewsonthepreserve_mattamyhomes_floorplans_npb4.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb4",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "619",
                              "startPrice": "611990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_30_viewsonthepreserve_mattamyhomes_floorplans_npb2.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb2",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "646",
                              "startPrice": "636990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_16_04_29_25_npb3.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb3",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "665",
                              "startPrice": "649990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_27_viewsonthepreserve_mattamyhomes_floorplans_npb1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb1",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "735",
                              "startPrice": "681990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_35_viewsonthepreserve_mattamyhomes_floorplans_npb5.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb5",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "737",
                              "startPrice": "686990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_38_viewsonthepreserve_mattamyhomes_floorplans_npb6.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npb6",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "752",
                              "startPrice": "689990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_56_viewsonthepreserve_mattamyhomes_floorplans_npc4.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npc4",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "859",
                              "startPrice": "784990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_48_viewsonthepreserve_mattamyhomes_floorplans_npc1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npc1",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "892",
                              "startPrice": "799990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_47_940__gtw_votp_2br-c3_floorplan.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npc3 Corner",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "907",
                              "startPrice": "819990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_41_492__gtw_votp_2br-c2_floorplan.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npc2 Corner",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "915",
                              "startPrice": "819990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_59_viewsonthepreserve_mattamyhomes_floorplans_npc5-corner.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npc5 Corner",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "929",
                              "startPrice": "849990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:56:29.581Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_16_04_50_49_npd1_corner.png"
                              },
                              "lastUpdated": "2022-12-01T20:56:29.581Z",
                              "name": "Npd1 Corner",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1083",
                              "startPrice": "944990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.598Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_37_46_9th_main_floor_plan_h.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.598Z",
                              "name": "H",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "665",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.598Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_33_37_9th_main_floor_plan_a.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.598Z",
                              "name": "A",
                              "numberOfBathrooms": 1,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "630",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_36_45_9th_main_floor_plan_f.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "F",
                              "numberOfBathrooms": 1.5,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "645",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_35_33_9th_main_floor_plan_b.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "B",
                              "numberOfBathrooms": 1.5,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "660",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_35_45_9th_main_floor_plan_c.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "C",
                              "numberOfBathrooms": 1.5,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "670",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_36_14_9th_main_floor_plan_d.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "D",
                              "numberOfBathrooms": 1.5,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "685",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_48_17_9thmain-fp-suite-e_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "E",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "730",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_49_13_9thmain-fp-suite-g_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "G",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "755",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_38_30_9th_main_floor_plan_j.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "J",
                              "numberOfBathrooms": 1.5,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "890",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_59_25_9th_main_floor_plan_w.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "W",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "930",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "M",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_20_24_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "312",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "949990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_20_24_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "412",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "861990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_24_08_building_a-_suite_m_2.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "612",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "899990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_55_02_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "333",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "982990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_13_18_building_b_-_suite_m_2.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "633",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "899990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_55_02_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "433",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "889990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_07_02_09_41_533.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "533",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1245",
                              "startPrice": "899990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "L",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1250",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_42_57_9th_main_floor_plan_l1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "L1",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1250",
                              "startPrice": "784990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_18_53_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "511",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1250",
                              "startPrice": "825990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_18_53_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "311",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1250",
                              "startPrice": "879990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_49_26_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "332",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1250",
                              "startPrice": "879900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_49_26_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "532",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1250",
                              "startPrice": "831990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_39_03_9th_main_floor_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "K",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_14_52_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "421",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "771990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "816",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "836990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "637",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "818990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "337",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "843990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_22_09_building_a-_suite_k_2.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "714",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "842990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_07_02_06_58_723.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "723",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "849990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_14_52_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "808",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "862990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "811",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1165",
                              "startPrice": "869990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "K.1",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1170",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_16_20_2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "414",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1170",
                              "startPrice": "799990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_47_41_2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "635",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1170",
                              "startPrice": "818990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_47_41_2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "535",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1170",
                              "startPrice": "814990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "N",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1290",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_17_42_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "420",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1290",
                              "startPrice": "831990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_17_42_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "713",
                              "numberOfBathrooms": 2,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1290",
                              "startPrice": "871990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_51_51_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "641",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1290",
                              "startPrice": "839990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_51_51_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "334",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1290",
                              "startPrice": "887990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_12_24_building_b_-_suite_n_2.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "441",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1290",
                              "startPrice": "829990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_49_16_9th_main_floor_plan_r.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "R",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1425",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_53_05_2018_05_15_08_49_16_9th_main_floor_plan_r.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "423",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1425",
                              "startPrice": "843990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_59_07_9th_main_floor_plan_v.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "V",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1500",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_24_49_2018_05_15_08_59_07_9th_main_floor_plan_v.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "801",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1500",
                              "startPrice": "912990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_57_08_2018_05_15_08_59_07_9th_main_floor_plan_v.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "809",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1500",
                              "startPrice": "899990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "P",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1555",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_26_57_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "619",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1555",
                              "startPrice": "979990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "South West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_26_57_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "419",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1555",
                              "startPrice": "959990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_12_39_building_b_-_suite_p_2.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "440",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1555",
                              "startPrice": "949990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_02_02_30_2018_05_15_08_45_46_9th_main_floor_plan_p1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "726",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1565",
                              "startPrice": "989990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_50_12_9th_main_floor_plan_u.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "U",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1630",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_00_12_9th_main_floor_plan_lofta.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Loft A",
                              "numberOfBathrooms": 3.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "2050",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_01_02_9th_main_floor_plan_loftb.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Loft B",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "2055",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_04_46_9th_main_floor_plan_loftf.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Loft F",
                              "numberOfBathrooms": 3.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "2055",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "East"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_02_03_33_2018_05_15_09_01_02_9th_main_floor_plan_loftb.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "717",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "2055",
                              "startPrice": "1369990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_50_09_9thmain-fp-suite-s_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "S",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 3,
                              "planCategory": "floorPlan",
                              "squareFeet": "1970",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_49_47_9th_main_floor_plan_t.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "T",
                              "numberOfBathrooms": 3.5,
                              "numberOfBedrooms": 3,
                              "planCategory": "floorPlan",
                              "squareFeet": "2065",
                              "startPrice": "1379990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_57_20_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "640",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1555",
                              "startPrice": "969990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [
                                "North West"
                              ],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_57_20_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "540",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1555",
                              "startPrice": "942990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_45_46_9th_main_floor_plan_p1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "P1",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1565",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_47_47_9th_main_floor_plan_q.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Q",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1680",
                              "startPrice": "1039990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_48_29_9th_main_floor_plan_q1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Q1",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1690",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_03_57_9th_main_floor_plan_lofte.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Loft E",
                              "numberOfBathrooms": 3.5,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1975",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T21:00:28.139Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_01_27_9th_main_floor_plan_loftc.jpg"
                              },
                              "lastUpdated": "2022-12-01T21:00:28.139Z",
                              "name": "Loft C",
                              "numberOfBathrooms": 3.5,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "2185",
                              "startPrice": 0,
                              "status": "Available"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_02_27_9th_main_floor_plan_loftd.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "Loft D",
                              "numberOfBathrooms": 3.5,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "2200",
                              "startPrice": "1399990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_11_28_12_58_01_th_b.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "TH-B",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1510",
                              "startPrice": "975000",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_09_34_9th_main_floor_plan_thj.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "TH-J",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1520",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_08_01_9th_main_floor_plan_thf.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "TH-F",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1530",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_31_2018_05_15_09_08_01_9th_main_floor_plan_thf.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "126",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1530",
                              "startPrice": "891990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_07_16_9th_main_floor_plan_tha.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "TH-A",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1540",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_10_52_2018_05_15_09_07_16_9th_main_floor_plan_tha.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "112",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1540",
                              "startPrice": "901990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_28_55_2018_05_15_09_07_16_9th_main_floor_plan_tha.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "133",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1540",
                              "startPrice": "889990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_55_23_9thmain-fp-th-n_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "TH-N",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1545",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_06_46_2019_06_14_03_55_23_9thmain-fp-th-n_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "113",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1545",
                              "startPrice": "889990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_28_10_2019_06_14_03_55_23_9thmain-fp-th-n_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "130",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1545",
                              "startPrice": "893990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_56_01_9thmain-fp-th-m_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "TH-M",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1590",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_07_42_2019_06_14_03_56_01_9thmain-fp-th-m_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "111",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1590",
                              "startPrice": "901990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_45_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "132",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1590",
                              "startPrice": "901990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.599Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_45_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.599Z",
                              "name": "128",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1590",
                              "startPrice": "911990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_45_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "131",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1590",
                              "startPrice": "911990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_08_23_9th_main_floor_plan_thg.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "TH-G",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1615",
                              "startPrice": "878990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_10_18_th_e.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "TH-E",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1655",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_12_44_th_e.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "108",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1655",
                              "startPrice": "922990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_31_40_th_e.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "125",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1655",
                              "startPrice": "932990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_51_38_9thmain-fp-th-c-2_1_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "TH-C",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1510",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_12_25_2018_05_15_09_09_34_9th_main_floor_plan_thj.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "107",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1520",
                              "startPrice": "905990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_54_37_9thmain-fp-th-l-2_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "TH-L",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1545",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T21:00:08.268Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_54_00_9thmain-fp-th-k-2_1.png"
                              },
                              "lastUpdated": "2022-12-01T21:00:08.268Z",
                              "name": "TH-K",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1600",
                              "startPrice": 903990,
                              "status": "Available"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_52_30_9thmain-fp-th-d_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "TH-D",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1975",
                              "startPrice": "1089990",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:59:57.263Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_07_42_2019_06_14_03_56_01_9thmain-fp-th-m_1.png"
                              },
                              "lastUpdated": "2022-12-01T20:59:57.263Z",
                              "name": "114",
                              "numberOfBathrooms": 3,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1590",
                              "startPrice": 911990,
                              "status": "Available"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-01T20:59:48.116Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_08_46_9th_main_floor_plan_thh.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:59:48.116Z",
                              "name": "TH-H",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1865",
                              "startPrice": 0,
                              "status": "Available"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-01T20:58:10.600Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Townhouse"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_33_16_2018_05_15_09_08_46_9th_main_floor_plan_thh_1.jpg"
                              },
                              "lastUpdated": "2022-12-01T20:58:10.600Z",
                              "name": "134",
                              "numberOfBathrooms": 2.5,
                              "numberOfBedrooms": 3.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "1865",
                              "startPrice": "1063990",
                              "status": "Sold Out"
                            }
                          ],
                          "fullAddress": "4 Kerr St, Toronto",
                          "geographicAddress": "4 Kerr St, Toronto",
                          "hasLocker": false,
                          "hasParking": false,
                          "incentives": [],
                          "interiorDesigners": [],
                          "lat": "43.65931003092599",
                          "listingId": "MK6B8C",
                          "lockerMaintainance": 0,
                          "lockerMaintainanceIncluded": false,
                          "logo": {
                            "name": "logo",
                            "url": null
                          },
                          "long": "-79.40030645577895",
                          "marketingCompanies": [],
                          "maxBaths": 3.5,
                          "maxBeds": 3.5,
                          "maxSize": 2200,
                          "metering": "",
                          "meteringIncluded": false,
                          "minBaths": 1,
                          "minBeds": 1,
                          "minSize": 552,
                          "mode": "live",
                          "municipalities": [
                            "C07"
                          ],
                          "name": "TEST Floorplan",
                          "neighbourhood": [
                            "Alexandra Park"
                          ],
                          "numberOfFloorPlans": 112,
                          "numberOfFloors": "",
                          "numberOfIncentives": 0,
                          "numberOfUnits": "",
                          "objectID": "MK6B8C",
                          "owners": [],
                          "parkingCost": 0,
                          "parkingCostIncluded": false,
                          "parkingMaintainance": 0,
                          "parkingMaintainanceIncluded": false,
                          "parkingRestriction": "",
                          "path": "Listings/MK6B8C",
                          "paymentStructures": [],
                          "photos": [
                            {
                              "createdAt": "2022-12-27T19:26:09.577Z",
                              "name": "NORM-LI_170803_EXT_Amenity_A01.jpg",
                              "tags": [
                                "Exterior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/2008c5ef-c4cd-4f25-b144-2ff48d665037"
                            },
                            {
                              "createdAt": "2022-12-27T19:26:09.577Z",
                              "name": "NORM-LI_170801_INT_Amenity_01_11x17.jpg",
                              "tags": [
                                "Exterior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/41e07616-5b2c-43f9-b2b7-2b65a3c7243d"
                            },
                            {
                              "createdAt": "2022-12-27T19:26:09.577Z",
                              "name": "NORM-LI_170727_EXT_Aerial_01.jpg",
                              "tags": [
                                "Exterior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/857b71ac-400f-4a93-a679-c68a0f41a7dd"
                            },
                            {
                              "createdAt": "2022-12-27T19:26:09.577Z",
                              "name": "NORM-LI_170721_EXT_Hero_03 (1).jpg",
                              "tags": [
                                "Exterior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/717710a1-c63f-49cd-8a06-3ee70f73212e"
                            }
                          ],
                          "postalCode": "",
                          "region": "Toronto",
                          "salesCompanies": [
                            "SalesCompanies/md5syAFCqmgio8CUTk1Q"
                          ],
                          "salesStarted": "",
                          "sellingStatus": "Selling Now",
                          "startPrice": 0,
                          "startPricePerSqFeet": 0,
                          "state": "Ontario",
                          "storageCost": 0,
                          "storageCostIncluded": false,
                          "storageRestriction": "",
                          "streetName": "Kerr St",
                          "streetNumber": 4,
                          "summary": "",
                          "type": [
                            "Condo"
                          ],
                          "updatedAt": "2022-12-27T19:26:18.006Z",
                          "videos": [],
                          "virtualShowing": ""
                        },
                        {
                          "_geoloc": {
                            "lat": 43.77472005249832,
                            "lng": -79.34494187303011
                          },
                          "_score": 9.76,
                          "amenities": [
                            "Concierge",
                            "Lounge",
                            "Pool",
                            "Yoga Studio",
                            "Pilates Studio",
                            "Exercise Fitness Room",
                            "Theatre Room",
                            "Terrace",
                            "Guest Suites",
                            "Party Room",
                            "Billiards Room",
                            "Patios",
                            "BBQ Area",
                            "Kitchenette",
                            "Weight Room",
                            "Whirlpool",
                            "Mail Room",
                            "Storage Lockers"
                          ],
                          "architects": [],
                          "assignmentFee": 0,
                          "assignmentFeeFree": false,
                          "averagePricePerSqFeet": 480,
                          "builders": [
                            "Builders/ernCXB3iyrtBvpf8XZX6"
                          ],
                          "ccOrMaintFee": 0.55,
                          "ccOrMaintFeeIncluded": false,
                          "ceilingHeights": "9'0'' to 10'0''",
                          "cityOrDistrict": "Toronto",
                          "completionDate": "2014",
                          "completionDateTBD": false,
                          "completionYear": 2014,
                          "constructionStartedTBD": false,
                          "constructionStartedYear": null,
                          "constructionStatus": "Complete",
                          "contactForPricing": true,
                          "country": "Canada",
                          "coverPhoto": {
                            "name": "cover",
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/9f115170-c481-4ad5-98ba-dbeb0f234f5e.png"
                          },
                          "createdAt": "2022-12-01T19:53:49.147Z",
                          "developmentLevies": "",
                          "developmentLeviesIncluded": false,
                          "endPrice": null,
                          "endPricePerSqFeet": 257900,
                          "estimatedCompletionDate": "Dec, 2014",
                          "estimatedCompletionDateTBD": false,
                          "estimatedCompletionYear": 2014,
                          "exposures": [],
                          "finishes": "",
                          "firstOccupancyDate": "2014",
                          "firstOccupancyDateTBD": false,
                          "firstOccupancyYear": 2014,
                          "floorPlans": [
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.884Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_10_55_1_bed_539.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.884Z",
                              "name": "Amethyst",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "539",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.886Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2015_01_22_02_29_17_rhinestone_1.png"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.886Z",
                              "name": "Rhinestone",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "541",
                              "startPrice": "257900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.886Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_11_15_1_bed_543.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.886Z",
                              "name": "Onyx",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "543",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.886Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_10_22_sapphire_1_bed.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.886Z",
                              "name": "Sapphire",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "543",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.886Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2015_01_22_02_27_46_jasper_1.png"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.886Z",
                              "name": "Jasper",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1,
                              "planCategory": "floorPlan",
                              "squareFeet": "599",
                              "startPrice": "281900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.886Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_11_55_1_bd_639.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.886Z",
                              "name": "Garnet",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "639",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_12_41_1_bd_649.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Cameo",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "649",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_12_17_1_bd_657.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Jade",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "657",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_13_03_1_bd_767.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Topaz",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 1.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "767",
                              "startPrice": "385900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_13_32_2_b_730.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Ruby",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "730",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_13_52_2_b_738.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Diamond",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "738",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_14_11_2_b_869.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Coral",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "869",
                              "startPrice": "410900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_14_30_2_b_887.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Crystal",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "887",
                              "startPrice": "419900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_14_53_2_b_901.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Opal",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "901",
                              "startPrice": "436900",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_15_17_2_b_912.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Pearl",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "912",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": true,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_15_49_2_b_1005.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Emerald",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2,
                              "planCategory": "floorPlan",
                              "squareFeet": "1005",
                              "startPrice": "",
                              "status": "Sold Out"
                            },
                            {
                              "contactForPricing": false,
                              "createdAt": "2022-12-09T12:31:48.887Z",
                              "exposure": [],
                              "floorPlanType": [
                                "Condo"
                              ],
                              "image": {
                                "name": "Photo",
                                "url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_16_33_2_bd.PNG"
                              },
                              "lastUpdated": "2022-12-09T12:31:48.887Z",
                              "name": "Moonstone",
                              "numberOfBathrooms": 0,
                              "numberOfBedrooms": 2.5,
                              "planCategory": "floorPlan",
                              "squareFeet": "907",
                              "startPrice": "436900",
                              "status": "Sold Out"
                            }
                          ],
                          "fullAddress": "70 Forest Manor Rd, Toronto",
                          "geographicAddress": "70 Forest Manor Rd, Toronto",
                          "hasLocker": true,
                          "hasParking": true,
                          "incentives": [],
                          "interiorDesigners": [],
                          "lat": "43.774720052498324",
                          "listingId": "69S6VN",
                          "lockerMaintainance": 13,
                          "lockerMaintainanceIncluded": false,
                          "logo": {
                            "name": "logo",
                            "url": "https://storage.googleapis.com/precon-app.appspot.com/645aaa52-8754-44af-940d-8a3a843fbd76.png"
                          },
                          "long": "-79.34494187303011",
                          "marketingCompanies": [],
                          "maxBaths": 0,
                          "maxBeds": 2.5,
                          "maxSize": 1005,
                          "metering": "",
                          "meteringIncluded": false,
                          "minBaths": 0,
                          "minBeds": 1,
                          "minSize": 539,
                          "mode": "live",
                          "municipalities": [
                            "C15"
                          ],
                          "name": "Emerald City Condos 2",
                          "neighbourhood": [
                            "Henry Farm"
                          ],
                          "numberOfFloorPlans": 17,
                          "numberOfFloors": "29",
                          "numberOfIncentives": 0,
                          "numberOfUnits": "404",
                          "objectID": "69S6VN",
                          "owners": [],
                          "parkingCost": 28000,
                          "parkingCostIncluded": false,
                          "parkingMaintainance": 40,
                          "parkingMaintainanceIncluded": false,
                          "parkingRestriction": "",
                          "path": "Listings/69S6VN",
                          "paymentStructures": [
                            {
                              "milestones": [
                                {
                                  "amount": 3500,
                                  "prefix": "",
                                  "suffix": "with agreement",
                                  "text": "$3500 with agreement",
                                  "type": "fixed"
                                },
                                {
                                  "amount": 5,
                                  "prefix": "",
                                  "suffix": "in 30 days",
                                  "text": "5% in 30 days",
                                  "type": "percentage"
                                },
                                {
                                  "amount": 15,
                                  "prefix": "",
                                  "suffix": "at occupancy",
                                  "text": "15% at occupancy",
                                  "type": "percentage"
                                }
                              ],
                              "totalDeposit": 20,
                              "type": "Standard"
                            }
                          ],
                          "photos": [
                            {
                              "createdAt": "2022-12-01T20:08:08.007Z",
                              "name": "2011_08_10_01_25_56_int.png",
                              "tags": [
                                "Interior"
                              ],
                              "type": "image/png",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/d53bca23-0b79-4ee3-913e-14876f0c5185"
                            },
                            {
                              "createdAt": "2022-12-01T20:08:08.007Z",
                              "name": "2011_08_10_01_26_36_int3.png",
                              "tags": [
                                "Interior"
                              ],
                              "type": "image/png",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/46cefa26-f0fb-4354-98ed-1e81c6ff1bbb"
                            },
                            {
                              "createdAt": "2022-12-01T20:08:08.007Z",
                              "name": "Emerald-City-Condominiums-in-Don-Mills-6-v6-full.jpg",
                              "tags": [
                                "Interior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/343d9e7c-4051-4237-93dc-dec2b1c55c19"
                            },
                            {
                              "createdAt": "2022-12-01T20:08:08.007Z",
                              "name": "Emerald-City-Condos-Phase-2-Amenities-5-v6-full.jpg",
                              "tags": [
                                "Interior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/5be9c3b9-dfa3-46e2-8ca7-b2fa992ce2de"
                            },
                            {
                              "createdAt": "2022-12-01T20:08:08.007Z",
                              "name": "Emerald-City-Terrace-7-v6-full.jpg",
                              "tags": [
                                "Interior"
                              ],
                              "type": "image/jpeg",
                              "url": "https://storage.googleapis.com/precon-app.appspot.com/569f8aad-d621-45ff-85db-a43f26b05dd5"
                            }
                          ],
                          "postalCode": "M2J 0A9",
                          "region": "Toronto",
                          "salesCompanies": [
                            "SalesCompanies/2LaAbcrrhlDDs4dhuO8p"
                          ],
                          "salesStarted": "",
                          "salesStartedYear": null,
                          "sellingStatus": "Sold Out",
                          "startPrice": null,
                          "startPricePerSqFeet": 470,
                          "state": "Ontario",
                          "storageCost": 2900,
                          "storageCostIncluded": false,
                          "storageRestriction": "",
                          "streetName": "Forest Manor Rd",
                          "streetNumber": 70,
                          "summary": "ELAD Canada’s signature residential community in Toronto, Emerald City, on Sheppard across from Fairview Mall is the perfect example of exceptional product blended with exciting lifestyle amenities in a location that offers the utmost in convenience.",
                          "type": [
                            "Condo"
                          ],
                          "updatedAt": "2022-12-09T12:31:51.564Z",
                          "videos": [],
                          "virtualShowing": ""
                        }
                      ],
                      "perPage": 5,
                      "total": 5,
                      "pages": 1,
                      "page": 0
                    }
              schema:
                type: object
                properties:
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        _score:
                          type: number
                          example: 52.27
                          default: 0
                        contactForPricing:
                          type: boolean
                          example: true
                          default: true
                        coverPhoto:
                          type: object
                          properties:
                            name:
                              type: string
                              example: cover
                            url:
                              type: string
                              example: >-
                                https://storage.googleapis.com/precon-app.appspot.com/a8e6df7d-3161-42fe-a3f4-25d58fa4170e.png
                        createdAt:
                          type: string
                          example: '2023-01-02T19:39:06.490Z'
                        endPrice: {}
                        exposures:
                          type: array
                          items:
                            type: string
                        floorPlans:
                          type: array
                          items:
                            type: string
                        fullAddress:
                          type: string
                          example: ''
                        geographicAddress:
                          type: string
                          example: ''
                        hasLocker:
                          type: boolean
                          example: false
                          default: true
                        hasParking:
                          type: boolean
                          example: false
                          default: true
                        listingId:
                          type: string
                          example: DC6NO5
                        maxBaths: {}
                        maxBeds: {}
                        maxSize: {}
                        minBaths: {}
                        minBeds: {}
                        minSize: {}
                        mode:
                          type: string
                          example: live
                        name:
                          type: string
                          example: TEST LISTING
                        objectID:
                          type: string
                          example: DC6NO5
                        path:
                          type: string
                          example: Listings/DC6NO5
                        sellingStatus:
                          type: string
                          example: Selling Now
                        startPrice: {}
                        updatedAt:
                          type: string
                          example: '2023-01-02T19:39:06.495Z'
                  perPage:
                    type: integer
                    example: 5
                    default: 0
                  total:
                    type: integer
                    example: 5
                    default: 0
                  pages:
                    type: integer
                    example: 1
                    default: 0
                  page:
                    type: integer
                    example: 0
                    default: 0
        '403':
          description: '403'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                        "requestId": "1675936506191367296-YXdzLWFwLXNvdXRoLTE=-f1ba3478051c4a05aefcd03df74e63e655f4911767434d6d8e42ac367fdc2837",
                        "message": "Forbidden"
                    }
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                    example: >-
                      1675936506191367296-YXdzLWFwLXNvdXRoLTE=-f1ba3478051c4a05aefcd03df74e63e655f4911767434d6d8e42ac367fdc2837
                  message:
                    type: string
                    example: Forbidden
        '404':
          description: '404'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                      "requestId": "1675930650506561841-YXdzLXVzLWVhc3QtMQ==-d8bb32903387455f8a2f16386f0d42bd9f6480e08b28452598e3d52e922ea747",
                      "message": "No data product found. Please contact your data provider"
                    }
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                    example: >-
                      1675930650506561841-YXdzLXVzLWVhc3QtMQ==-d8bb32903387455f8a2f16386f0d42bd9f6480e08b28452598e3d52e922ea747
                  message:
                    type: string
                    example: No data product found. Please contact your data provider
        '500':
          description: '500'
          content:
            application/json:
              examples:
                Result:
                  value: |-
                    {
                        "message": "Error 500"
                    }
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Error 500
      deprecated: false
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      name: x-api-key

````