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 7512746 commit da30931Copy full SHA for da30931
src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs
@@ -4,5 +4,6 @@ public class JsonApiOptions
4
{
5
public string Namespace { get; set; }
6
public int DefaultPageSize { get; set; }
7
+ public bool IncludeTotalRecordCount { get; set; }
8
}
9
0 commit comments