Skip to content

Commit ff9465f

Browse files
fix: description
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3c65a69 commit ff9465f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plane/models/query_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class WorkItemCountQueryParams(BaseModel):
139139
None,
140140
description=(
141141
"ORM field to group counts by. When supplied the response shape "
142-
"changes from a flat ``{count}`` to a grouped "
143-
"``{grouped_by, total_count, results}`` envelope."
142+
"changes from a flat ``{total_count}`` to a grouped "
143+
"``{grouped_by, sub_grouped_by, total_count, grouped_counts}`` envelope."
144144
),
145145
)
146146

0 commit comments

Comments
 (0)