{
    "success": true,
    "data": [
        {
            "id": 1,
            "userId": 1,
            "logType": 0,
            "actionName": "delete",
            "message": "hello world",
            "isError": 0,
            "ip": "000.000.000",
            "deviceInfo": "Nokia 1110",
            "mailSent": 0,
            "createdAt": "22-02-2023",
            "createdBy": 1
        },
        {
            "id": 2,
            "userId": 1,
            "logType": 0,
            "actionName": "add",
            "message": "bye world",
            "isError": 0,
            "ip": "000.000.000",
            "deviceInfo": "Nokia 1110",
            "mailSent": 0,
            "createdAt": "22-02-2023",
            "createdBy": 1
        }
    ],
    "totalPages": 1,
    "currentPage": 1,
    "currentTotalCount": 10,
    "totalCount": 10
}