export type OlapAggregatedCollectionStatisticsResponse = { highestSaleUsd: string; volumeUsd: string; owners: number; };