Get a list of all the bookings.
"guests": { "firstName": string; "lastName": string; "startDate": Date; "endDate": Date; "role": 'patient' | 'companion' | 'guest' }[]