Get unique surahs that appear in this Juz
List<int> get surahsInJuz { final surahIds = ayat.map((ayah) => ayah.surah.id).toSet(); return surahIds.toList()..sort(); }