'int', 'featured' => 'bool', ]; protected $fillable = [ 'shopee_seller_scrape_id', 'original_name', 'image', 'featured', ]; public function shopee_seller_scrape() { return $this->belongsTo(ShopeeSellerScrape::class); } }