'array', 'key_features' => 'array', 'is_sticky' => 'boolean', 'is_no_deposit' => 'boolean', 'is_featured' => 'boolean', 'is_active' => 'boolean', ]; public function stats() { return $this->hasMany(BonusStat::class); } }