In a Neo4j customer database, we have an Address node. I want to link it to separate nodes for State, Zip Code, and Country, as there are there are numerous use cases for searching on them. My question is this. Is it better to redundantly add State, ...