public function register( $parent_metabox = null, $parent_post_type = null ) {
            // Do not register meta at this point, unless it is specifically enabled for the REST API.
            if ( ! $this->args['show_in_rest'] ) {
                return;
            }