Bloom query changing node size based on number of relationship

In the above image, is it possible to change the node sizes based on the number of relationships a node has.

Thank You,

You'll probably have to store the degree as a value to make that work for now. I guess apoc.virtual nodes as wrappers around your real nodes should work too.

But please raise this as an feature request at