export interface ReadMetadataChapterDbModel { chapterName: string; wordCount: number; charCount: number; startingCharOffset: number; hasParsedHtml?: boolean; hasSummary?: boolean; durationSeconds?: number; fileNumber?: string; }