'array', // Stored as JSON string, cast to array ]; /** * Get the CartItems for the cart. */ public function cart() { return $this->belongsTo(CartModel::class, 'cart_id'); } }