fresh(); if ($recording->recoverOrphanedTranscription()) { $recording->refresh(); } return response()->json($recording->transcriptionStatusPayload()); } }