1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"data": {
"bundles": [
{
"id": "bundle-001",
"title": "Test Bundle One",
"description": "This is a test bundle description",
"price": 500,
"currencyPrices": {
"rub": 500,
"usd": 5
},
"hidden": false,
"hasAccess": true,
"createdAt": 1710000000,
"updatedAt": 1710001000,
"publishedAt": 1710000500,
"deletedAt": null,
"blogId": 12345,
"publishedPostsCounter": 10,
"accessiblePostsCounter": 8,
"sorting": "date_desc",
"contentCounters": [
{
"type": "image",
"count": 5,
"size": 1048576
},
{
"type": "video",
"count": 3,
"size": 10485760
},
{
"type": "text",
"count": 2,
"size": 2048
}
],
"thumbnail": {
"id": "thumb-001",
"title": "Thumbnail 1",
"url": "https://example.com/thumbnail1.jpg",
"rendition": "original",
"type": "image",
"width": 800,
"height": 600,
"size": 524288
}
},
{
"id": "bundle-002",
"title": "Test Bundle Two",
"description": "Another test bundle",
"price": 1000,
"currencyPrices": {
"rub": 1000,
"usd": 10
},
"hidden": true,
"hasAccess": false,
"createdAt": 1710002000,
"updatedAt": 1710003000,
"publishedAt": 1710002500,
"deletedAt": null,
"blogId": 12345,
"publishedPostsCounter": 5,
"accessiblePostsCounter": 0,
"sorting": "date_asc",
"contentCounters": [
{
"type": "image",
"count": 2,
"size": 524288
},
{
"type": "text",
"count": 3,
"size": 3072
}
],
"thumbnail": {
"id": "thumb-002",
"title": "Thumbnail 2",
"url": "https://example.com/thumbnail2.jpg",
"rendition": "original",
"type": "image",
"width": 1024,
"height": 768,
"size": 786432
}
}
]
}
}