From c0714985ff32f931b908bafd27d9a758d1e0532f Mon Sep 17 00:00:00 2001 From: Felix Sargent Date: Wed, 1 Oct 2025 17:21:50 +0100 Subject: [PATCH] fix: total now reflects the total count across the organization matching the filters, not the current page. Example: 20 items on a page, total shows 6024 (total dependencies in the org). The docs now match the implementation. --- docs/.gitbook/assets/v1-api-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.gitbook/assets/v1-api-spec.yaml b/docs/.gitbook/assets/v1-api-spec.yaml index b3cd0845de1f..a9959bfdb9e7 100644 --- a/docs/.gitbook/assets/v1-api-spec.yaml +++ b/docs/.gitbook/assets/v1-api-spec.yaml @@ -12074,7 +12074,7 @@ components: description: A list of issues total: type: number - description: The number of results returned + description: The total number of dependencies in the organization matching the applied filters Dependenciesfilters: title: Dependenciesfilters type: object