'array', 'is_active' => 'boolean', 'price' => 'float', ]; public function subscriptions() { return $this->hasMany(Subscription::class); } }