def logo_url(self): return utils.first(p.logo_url for p in self.podcasts)
def license(self): return utils.first(p.license for p in self.podcasts)