const top = tlist.slice(
    tlist.length - Math.max(Math.round(tlist.length / 4), 2)
  );