I'm looking to get more data back in my jupyter visualization on Neptune than just Node ID
g.V("specific-id").emit().repeat(both().simplePath()).dedup().out().path().by(T.id)
In particular, it would be nice to know the label as well and maybe any other information. How can I modify this above query to achieve that?