I'm using Spring Data for Neo4j for my app, i have introduced delete cypher query into app and see some wierd node names in Cypher query builder starting for _. For example i have node Vote and see that also _Vote exists in DB. Why they appear? something is done wrong?
Thanks