1{
2 "total": 10,
3 "nextPageToken": "next-page-token",
4 "collections": [
5 {
6 "id": "a1b2c3d4e5",
7 "createdAt": "2020-01-01T01:01:01Z",
8 "createdBy": "user-1234",
9 "updatedAt": "2020-01-01T01:01:01Z",
10 "updatedBy": "user-1234",
11 "name": "",
12 "description": "",
13 "access": {},
14 "metrics": {
15 "totalConversations": 0,
16 "totalDocuments": 0,
17 "totalPages": 0,
18 "totalBlocks": 0,
19 "totalSize": 0,
20 "averagePagesPerDocument": 0,
21 "averageBlocksPerDocument": 0,
22 "averageDocumentSize": 0
23 }
24 }
25 ]
26}