@property
    def readable_fields(self):
        return [
            field for field in self.fields.values()
            if not field.write_only