def claims(self) -> ClaimList: return ClaimList(self.message)
def featured(self) -> ClaimList: return ClaimList(self.message.featured)