@property
    def reading(self):
        if self._reading is None:
            self._reading = Reading.find(self.reading_id)