id, createdAt: $chat->created_at, updatedAt: $chat->updated_at, userId: $chat->user_id, title: $chat->title ?? null, ); } }