@property
    def cookies(self):
        return [Cookie(c) for c in self._dict.get("cookies", [])]