export type GetPopularStocksConfigType = {
  popularOnly?: boolean,
  requireTotal?: boolean,
  offset?: number,
  limit?: number,
}