I'm trying to download some buildings from Overpass Turbo. Most of the buildings have a unique address which is tagged on the way of the building, but few of them have multiple addresses as a node (either randomly inside the building or as entrances). e.g. https://www.openstreetmap.org/way/45772548
How can I retrieve all the addresses associated with them? I've read that I should do reverse geocoding with Nominatim, but I can only retrieve one address for a given coordinate.