case: in package have class performs activirt patients & doctors patient specifict operations( post , get , put , delete ) done patient controller, doctor specifict operations( post , get , put , delete ) done doctor controller there are: 4 doctors: a, b, c , d; 50 patients - 1 of them name z one doctor have multiple patients one patient can consult multiple doctors patient z consults doctors a, b & d. question: how to, upon deletion of patient, remove each of doctors attends, , upon deletion of doctor, remove patients attended him? if understand use case correctly , want doctor attended patients x, y, z… doctor b attended patients x, y, z… doctor c attended patients x, y, k… ( doctor c did not attended patient z). doctor d attended patients x, y, z… now looking in list of patients attended doctor a, , deleted patient z list. , patient z should deleted list of doctor b , d. want model data cassandra database. we need remember goa...