[ 'id' => (string)$this->id, 'type' => 'plans', 'attributes' => [ 'subscribers' => $this->subscriptions->count(), 'status' => $this->is_active, 'name' => $this->name, 'description' => $this->description, 'price' => $this->price, 'capacity_formatted' => format_gigabytes($this->features->first()->value), 'capacity' => $this->features->first()->value, 'created_at_formatted' => format_date($this->created_at), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ] ] ]; } }