In change https://github.com/FgForrest/evitaDB/issues/920 evitaDB started to recognize two types of reference indexes (e.g. three with no index base): - NONE - FOR_FILTERING - FOR_FILTERING_AND_PARTITIONING Instead of former `indexed` with values `true/false` per scope. evitaLab should properly visualize the index type in a chip in reference schema viewer. Proto: - [GrpcEntitySchema.proto](https://github.com/FgForrest/evitaDB/blob/4fec8f4c4423691003d8b171dacdda1292195d7c/evita_external_api/evita_external_api_grpc/shared/src/main/resources/META-INF/io/evitadb/externalApi/grpc/GrpcEntitySchema.proto#L413-L415) - [GrpcEvitaDataTypes.proto](https://github.com/FgForrest/evitaDB/blob/4fec8f4c4423691003d8b171dacdda1292195d7c/evita_external_api/evita_external_api_grpc/shared/src/main/resources/META-INF/io/evitadb/externalApi/grpc/GrpcEvitaDataTypes.proto#L465-L471)