You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: a link to the first page of results. This link is optional for collections that cannot be indexed directly to a given page
6
+
type: string
7
+
last:
8
+
description: a link to the last page of results. This link is optional for collections that cannot be indexed directly to a given page
9
+
type: string
10
+
next:
11
+
description: a link to the next page of results. A response that does not contain a next link does not have further data to fetch
12
+
type: string
13
+
prev:
14
+
description: a link to the previous page of results. A response that does not contain a prev link has no previous data. This link is optional for collections that cannot be traversed backward
15
+
type: string
16
+
totalSize:
17
+
description: the total count of items in the list irrespective of pagination
0 commit comments