export interface IndexStatistics {
  documentCount: number;
  storageSize: number;
}
