Skip to content

Commit 79f3e78

Browse files
committed
Increase to 30 items in the pagination parameters class.
1 parent 7b6551d commit 79f3e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Initium/Request/PaginationParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ namespace Initium.Request;
88
public class PaginationParameters
99
{
1010
public int Page { get; set; } = 1;
11-
public int PageSize { get; set; } = 10;
11+
public int PageSize { get; set; } = 30;
1212
}

0 commit comments

Comments
 (0)