We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4982d9b + 29bf526 commit 521547bCopy full SHA for 521547b
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