public function apply($transformer, $instant_article, $element)
 {
     $pullquote = Pullquote::create();
     $instant_article->addChild($pullquote);
     $transformer->transform($pullquote, $element);
     return $instant_article;
 }