I have a booking linked to a room and I'm trying to retrieve only the roomname through roomid a pointer object.
If I use the include parameter the whole room object with all details gets included along with picture data etc.
I just need to retrieve 1 column the roomname.
room details are included through roomid pointer...
Response only specifies specific columns that are being used