@property
    def created_utc(self):
        try:
            return self.raw['created_utc']
        except KeyError: