Here I need to hang an event listener on a custom node (on the list). That is, I need to zoom to the object by clicking on the list element
listItem.addEventListener('click', (e) => {
map.flyToBounds(feature.getBounds())
})
The problem is how to get feature