Hello i need a list of cocktails where i show all the ingredients they have, so far i have this query
var cocktails = _context.cocktails.Include(c => c.Ing