public function __construct($data = null)
 {
     parent::__construct(array('author', 'title', 'coverPicture', 'affiliateUrl', 'description'), $data);
 }
 public function __construct($data = null)
 {
     parent::__construct(array('author', 'title', 'text'), $data);
 }