Incorrect example statement in intro guide to using indexes

Hi,

I was just looking into indexes in Neo4j, and so was reading the intro guide:

In there it has the cypher statement:

CALL db.indexes
YIELD description, label, properties;

But I think the db.indexes procedure may have changed, in that the labels column doesn't seem to be in the results returned?
I'm running version 3.5.2 of Neo4j, so I think that's correct for the documentation?

Not a big issue, but thought I'd mention it.

Cheers,

Matt

Thanks for catching that! Yes that proc has been through some changes, we'll get that fixed up!