Sindbad~EG File Manager
/**
* @swagger
* /stats:
* get:
* summary: Retrieve statistics about users, contacts, and policies
* tags: [Stats]
* security:
* - bearerAuth: []
* responses:
* 200:
* description: Successfully retrieved statistics
* content:
* application/json:
* schema:
* type: object
* properties:
* message:
* type: string
* description: The status of the request
* example: success
* data:
* type: object
* properties:
* user_count:
* type: integer
* description: The total number of users
* example: 4
* contact_count:
* type: integer
* description: The total number of contacts
* example: 6
* policy_count:
* type: integer
* description: The total number of policies
* example: 7
*/
"use strict";
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists