I have this list here and I want to count the number of patient there is.
patients = [Patient('Sara','Smith', 20, '07012345678','B1 234','Cold',''), Patient('Will','Smith', 24, '07012345678','B1 234','Diabetic',''),Patient('Sam','Jones', 21, '07012345678','B1 234','Cold',''), Patient('Mike','Jones', 37,'07555551234','L2 2AB','Diabetic',''), Patient('Daivd','Smith', 15, '07123456789','C1 ABC','Heart Disease','')]