Retrieves the unique Ayah number for a specific Ayah on a given page.
int getAyahUnqNumberByPageAndIndex(int page, int index) => state.pages[page - 1][index].ayahUQNumber;