var isBook = false


if let book = models.contents?.book where isBook {

   

}



저기서 ? 는 뭔역할이고


where 는 이중if 대신 쓸 수 있다는거 같은데


트루?