$model->id, 'name' => $model->name, 'public_key' => $model->public_key, 'created_at' => self::formatTimestamp($model->created_at), ]; } }