Node(label: String)
Node(id: Long)
Data class for our node model.
See https://github.com/maxsumrall/PathDB/blob/master/src/main/java/com/pathdb/pathIndex/Node.java for the implementation in PathDB.