'int', 'is_main' => 'bool' ]; protected $fillable = [ 'rss_post_id', 'type', 'is_main', 'value', 'value_lowercased' ]; public function rss_post() { return $this->belongsTo(RssPost::class); } }