Skip to content

Commit

Permalink
set limit to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 22, 2024
1 parent 2efa70c commit 068e220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class CollectionSearchExtensionGetRequest(APIRequest):
Query(
description="Limits the number of results that are included in each page of the response." # noqa: E501
),
] = attr.ib(default=None)
] = attr.ib(default=10)

0 comments on commit 068e220

Please sign in to comment.