protected function buildPost(\WP_Post $post, array $item)
 {
     parent::buildPost($post, $item);
     $post->post_title = $item['title'];
     $post->post_content = $item['content'];
     return $this;
 }
 public function buildPost(\WP_Post $post, array $item)
 {
     parent::buildPost($post, $item);
     return $this;
 }