How many models does leave-one-out CV train?
You have observations and run leave-one-out cross-validation (LOOCV): each observation takes a turn as the single held-out validation point while the model trains on all the others.
How many separate models are trained in total?