Get surahs that contain sajdah ayat
List<Surah> get surahsWithSajdah { return surahs.where((surah) => surah.hasSajdah).toList(); }