public function prepare_item_for_response( $model_type, $request ) {
            if ( method_exists( $this, 'get_fields_for_response' ) ) {
                $fields = $this->get_fields_for_response( $request );
            } else {
                $schema = $this->get_item_schema();