I followed the instructions here: https://neo4j.com/developer/neo4j-bloom/
But whenever I type in CALL db.schema() it says:
ERROR: Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name db.schema
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.