$model->id, 'name' => $model->name, 'created_at' => $model->created_at->toIso8601String(), 'last_used_at' => now()->toIso8601String(), ]; } }