this.women = womens.sort((a, b) => b[this.stat] - a[this.stat]).slice(0, this.limit || 10);