package synchronizator type Node struct { _id int64 _class string _relationships []*Relationship name string metadata any }