Debugging room type resolution in HotelBookingCalendar
[
{
"id": 763,
"room_type_id": 1,
"room_type": {
"name": "Standard Room"
},
"max_guests": 2,
"description": "Comfortable standard room",
"price_per_night": 1400,
"room_number": "763",
"discount_percentage": 0
},
{
"id": 764,
"room_type_id": 2,
"room_type": {
"name": "Superior Room"
},
"max_guests": 3,
"description": "Spacious superior room",
"price_per_night": 1400,
"room_number": "764",
"discount_percentage": 0
},
{
"id": 765,
"room_type_id": 3,
"room_type": {
"name": "Deluxe Suite"
},
"max_guests": 4,
"description": "Luxurious deluxe suite",
"price_per_night": 1400,
"room_number": "765",
"discount_percentage": 0
}
]