We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6551d commit 79f3e78Copy full SHA for 79f3e78
src/Initium/Request/PaginationParameters.cs
@@ -8,5 +8,5 @@ namespace Initium.Request;
8
public class PaginationParameters
9
{
10
public int Page { get; set; } = 1;
11
- public int PageSize { get; set; } = 10;
+ public int PageSize { get; set; } = 30;
12
}
0 commit comments