export interface Collection { id: string; name: string; assetCount: number; thumbnailUrls: string[]; url: string; }