{
"status": true,
"message": "Request data successfully queried",
"data": {
"total": [
{
"_id": null,
"totalAmount": 429000
}
],
"bookedRoom": 2,
"admin": [
{
"_id": "653d637c2efc5eeb5d037c39",
"fullName": "Abdullah Yahaya",
"email": "abdullahyahaya@mail.com",
"phoneNumber": "+2349085998476",
"hotelId": "IMPERIAL-1243",
"hotel": "Ondo Central-City"
},
{
"_id": "653d63a82efc5eeb5d037c3e",
"fullName": "Sulieman Umar",
"email": "suliemanumar@mail.com",
"phoneNumber": "+2349085998476",
"hotelId": "IMPERIAL-1243",
"hotel": "Motherland Imperial"
}
],
"activeRoom": 1,
"completedRoom": 1,
"cancelledRoom": 0
}
}