fix: update doc comment of aggregateWithCount method

This commit is contained in:
yassinedorbozgithub 2025-04-05 22:25:59 +01:00
parent e592a781b3
commit f18c061888

View File

@ -123,10 +123,10 @@ export class NlpValueRepository extends BaseRepository<
/** /**
* Performs an aggregation to retrieve NLP values with their sample counts. * Performs an aggregation to retrieve NLP values with their sample counts.
* *
* @param format - The format can be full or stub
* @param pageQuery - The pagination parameters * @param pageQuery - The pagination parameters
* @param filterQuery - The filter criteria * @param filterQuery - The filter criteria
* @param populatePipelineStages - Optional additional pipeline stages for populating related data * @returns Aggregated Nlp Value results with sample counts
* @returns Aggregated results with sample counts
*/ */
private async aggregateWithCount<F extends Format>( private async aggregateWithCount<F extends Format>(
format: F, format: F,