app
.UseSwaggerUI(opts => { 
   opts.DefaultModelsExpandDepth(-1);
});