[**@lancedb/lancedb**](../README.md) • **Docs** *** [@lancedb/lancedb](../globals.md) / IndexStatistics # Interface: IndexStatistics ## Properties ### indexType? > `optional` **indexType**: `string` The type of the index *** ### indices > **indices**: [`IndexMetadata`](IndexMetadata.md)[] The metadata for each index *** ### numIndexedRows > **numIndexedRows**: `number` The number of rows indexed by the index *** ### numUnindexedRows > **numUnindexedRows**: `number` The number of rows not indexed