Get unique Juz numbers in this range
Set<int> get juzNumbers => ayat.map((ayah) => ayah.juz).toSet();