mik-laj commented on a change in pull request #12532:
URL: https://github.com/apache/airflow/pull/12532#discussion_r528199506
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2449,7 +2470,7 @@ components:
properties:
total_entries:
type: integer
- description: Total count for all collection items.
+ description: Count of objects in the current result set.
Review comment:
I checked everything in detail and it seems to me that everything is
okay. If the resource has no filters, this number equals the total number of
objects in the database. We didn't support filters very often, so we could get
a count of all objects in many cases.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]