Storage type and size of databases

Hi there, I found that after updating the Neo4j desktop(1.3.8), now query: sysinfo can only present total storage size xx MB instead of detailed types of the store such as label store, index store, array store etc.(I think the version before is 1.2.5) . Is there a way to query them as before ?
Thanks.

Hi @lightningthu seems :sysinfo it just working in the enterprise edition Empty Response to ":sysinfo" in Browser · Issue #1100 · neo4j/neo4j-browser · GitHub

but you could run this

CALL apoc.meta.stats yield labelCount, relTypeCount, propertyKeyCount, nodeCount, relCount, labels, relTypes, stats