Must be sold this beautiful lifestyle property set of 1.228ha offers 3 generous bedrooms, 1 family bathroom, 1 ensuite, and a studio/office. Big open-plan kitchen, dining and living area with Bosch appliances, underfloor heating and solar water heating. Large separate laundry and internal-access garage, plus a separate 4-car garage with consented bathroom and shower. Just 15 minutes to Richmond CBD, it's priced to sell, so don't miss out on this opportunity.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">