[vectordb](../README.md) / [Exports](../modules.md) / CleanupStats # Interface: CleanupStats ## Table of contents ### Properties - [bytesRemoved](CleanupStats.md#bytesremoved) - [oldVersions](CleanupStats.md#oldversions) ## Properties ### bytesRemoved • **bytesRemoved**: `number` The number of bytes removed from disk. #### Defined in [index.ts:904](https://github.com/lancedb/lancedb/blob/5228ca4/node/src/index.ts#L904) ___ ### oldVersions • **oldVersions**: `number` The number of old table versions removed. #### Defined in [index.ts:908](https://github.com/lancedb/lancedb/blob/5228ca4/node/src/index.ts#L908)