*/ public function toArray(Request $request): array { return [ 'id' => $this['id'], 'type' => $this['type'], 'version' => $this['version'] ?? null, 'name' => $this['name'], 'rate' => $this['rate'], 'tags' => $this['tags'], 'is_online' => $this['is_online'], 'cache_key' => $this['cache_key'], 'last_check_at' => $this['last_check_at'] ]; } }