[ { id: 2, first_name: 'Javier', last_name: 'Sotomayor', email: 'jsotomayor@gmail.com', profession: 'Endocrinologist', appointment: { id: 1, patient_id: 1, doctor_operation_time_id: 1, height: null, weight: null, glucotest: null, reason: 'No reason', notes: 'Some notes', dot: { id: 1, doctor_id: 2, operation_time_id: 1, operation_time: { id: 1, start: '2018-06-25T13:00:00.000Z', end: '2018-06-25T14:00:00.000Z' } } } }, { id: 2, first_name: 'Javier', last_name: 'Sotomayor', email: 'jsotomayor@gmail.com', profession: 'Endocrinologist', appointment: { id: 2, patient_id: 1, doctor_operation_time_id: 2, height: null, weight: null, glucotest: null, reason: 'No reason', notes: 'Some notes', dot: { id: 2, doctor_id: 2, operation_time_id: 3, operation_time: { id: 3, start: '2018-06-25T16:00:00.000Z', end: '2018-06-25T17:00:00.000Z' } } } }, { id: 2, first_name: 'Javier', last_name: 'Sotomayor', email: 'jsotomayor@gmail.com', profession: 'Endocrinologist', appointment: { id: 7, patient_id: 1, doctor_operation_time_id: 6, height: null, weight: null, glucotest: null, reason: 'Body health control', notes: 'Some notes for appointment with patient_id =1', dot: { id: 6, doctor_id: 2, operation_time_id: 19, operation_time: { id: 19, start: '2018-06-27T16:00:00.000Z', end: '2018-06-27T17:00:00.000Z' } } } }, { id: 2, first_name: 'Javier', last_name: 'Sotomayor', email: 'jsotomayor@gmail.com', profession: 'Endocrinologist', appointment: { id: 8, patient_id: 1, doctor_operation_time_id: 7, height: null, weight: null, glucotest: null, reason: 'Body health control', notes: 'Some notes for appointment with patient_id =1', dot: { id: 7, doctor_id: 2, operation_time_id: 25, operation_time: { id: 25, start: '2018-06-28T13:00:00.000Z', end: '2018-06-28T14:00:00.000Z' } } } } ]