With delightful gardens to explore and relax in, this cosy house has wonderful, elevated views. The new carpeting complements the polished Rimu floors. A newly installed laundry is located in the large storage space and workshop under the house. Private and peaceful and recently renovated, this central Nelson home is an absolute 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 || []);
}
});">