@property
    def entries(self):
        return [Entry(e) for e in self._dict.get("entries", [])]