Tags
import { Marketplace } from '@evav/marketplace'
const tags = await Marketplace.getRecentTags()
static getRecentTags(): Promise<string[]>
Categories
import { Marketplace } from '@evav/marketplace'
const categories = await Marketplace.getCategories()
static getCategories(): Promise<string[]>