if ( in_array( $prefixed_property, $db_fields, true ) && isset( $this->original->$prefixed_property ) ) {
                    $old = $this->original->$prefixed_property;

                    $this->set_value_type_safe( $prefixed_property, $value );