ListSummary
object
Summary of a public list for browse views.
Properties
ListSummaryobject
| Property | Type | Description |
|---|---|---|
slugrequired | string | URL-friendly identifier of the list |
titlerequired | string | |
descriptionrequired | string | |
isPublicrequired | boolean | |
likeCountrequired | integer | Number of likes the list has received |
itemCountrequired | integer | Number of items in the list |
coverImagesrequired | array | Up to four cover images of the list's first items |
usernamerequired | string | Username of the list owner |
avatarImagerequired | string | Avatar image URL of the list owner |
createdAtrequired | string | |
updatedAtrequired | string |
Example
ListSummary Example
{ "slug": "example-slug", "title": "string", "description": "string", "isPublic": false, "likeCount": 0, "itemCount": 0, "coverImages": [ "item1", "item2" ], "username": "string", "avatarImage": "string", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z"}Related Endpoints
This schema is used in the following endpoints: