ScoreChunkDTO: {
    highlights?: string[] | null;
    metadata: ChunkMetadataTypes[];
    score: number;
}