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