Understand the AssetCollectionResponse model
mainThe AssetCollectionResponse model represents a collection of assets returned by the API. It contains a list of individual asset responses and metadata about the total number of entries in the collection.
Properties:
assets: AList[AssetResponse]containing the actual asset data.total_entries: Anintrepresenting the total count of assets in the collection.