VyCollectionDto
Represents a collection of items in the Vy system.
Properties
Field
Type
Description
publicIdentifier
string
The public identifier of the collection.
name
string
The name of the collection.
verified
bool
Indicates whether the collection is verified or not.
premium
bool
Indicates whether the collection is premium or not.
banner
string
The banner image of the collection.
logo
string
The logo image of the collection.
description
string
The description of the collection.
collectionUrl
string
The URL of the collection.
categories
string[]
The categories associated with the collection.
numberOfItems
int
The number of items in the collection.
Last updated