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.
2 parents 5f4f5c5 + e2396ac commit d930651Copy full SHA for d930651
src/JsonApiDotNetCore/Internal/Query/PageQuery.cs
@@ -3,6 +3,6 @@ namespace JsonApiDotNetCore.Internal.Query
3
public class PageQuery
4
{
5
public int PageSize { get; set; }
6
- public int PageOffset { get; set; }
+ public int PageOffset { get; set; } = 1;
7
}
8
0 commit comments