var testa = await _cartCollection.Find(x => x.id_cart == entity.id_cart).ToListAsync(); List cart = testa.ToList();
i want