Ghost/apps/admin-x-settings/test/utils/responses/labels.json

36 lines
964 B
JSON
Raw Normal View History

{
"labels": [
{
"id": "645c4c8564f46d9f26eb93ae",
"name": "first-label",
"slug": "first-label",
"created_at": "2023-05-11T02:01:41.000Z",
"updated_at": "2023-05-11T02:01:41.000Z"
},
{
"id": "645c4c6764f46d9f26eb93a9",
"name": "second-label",
"slug": "second-label",
"created_at": "2023-05-11T02:01:11.000Z",
"updated_at": "2023-05-11T02:01:11.000Z"
},
{
"id": "645c4c6764f46d9f26eb93a8",
"name": "third-label",
"slug": "third-label",
"created_at": "2023-05-11T02:01:11.000Z",
"updated_at": "2023-05-11T02:01:11.000Z"
}
],
"meta": {
"pagination": {
"page": 1,
"limit": "all",
"pages": 1,
"total": 3,
"next": null,
"prev": null
}
}
}