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 1c22966 commit 49672ceCopy full SHA for 49672ce
Src/Notion.Client/Models/PaginatedList.cs
@@ -5,6 +5,8 @@ namespace Notion.Client
5
{
6
public class PaginatedList<T>
7
8
+ public const string Object = "List";
9
+
10
public List<T> Results { get; set; }
11
12
[JsonProperty("has_more")]
0 commit comments