type Ayah struct {
Number int `json:"number"`
Text string `json:"text"`
NumberInSurah int `json:"numberInSurah"`
Juz int `json:"juz"`
Manzil int `json:"manzil"`
Page int `json:"page"`
Ruku int `json:"ruku"`
HizbQuarter int `json:"hizbQuarter"`
Sajda interface{} `json:"sajda"`
}
type Edition struct {
Identifier string `json:"identifier"`
Language string `json:"language"`
Name string `json:"name"`
EnglishName string `json:"englishName"`
Format string `json:"format"`
Type string `json:"type"`
}