This central Nelson property has gorgeous character; it is Healthy Homes compliant and is on a freehold title. With vaulted ceilings, a mezzanine office plus deck and an oversized main bedroom, this lovely home feels spacious. The lawned back garden with a patio offers great outdoor living. With a wood burner and having been fully insulated, this Stepneyville cottage is a gem.
{
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 || []);
}
});">