true, 'notifications' => $notifications, 'counts' => [ 'total' => $metrics['total'], 'draft' => $metrics['draft'], 'pending' => $metrics['pending'], 'approved' => $metrics['approved'], ], ], JSON_UNESCAPED_UNICODE); } catch (Throwable $exception) { http_response_code(500); echo json_encode([ 'success' => false, 'error' => 'Unable to load activity feed.', ], JSON_UNESCAPED_UNICODE); }