if (counter >= 1e9 && counter < 1e12) {
    return `${+(counter / 1e9).toFixed(1)}B`;
  }