@@ -409,7 +409,7 @@ namespace Hotline.Api.Controllers.Bigscreen
Title = d.Title,
SumCount = x.SumCount,
Id = d.Id,
- }).ToListAsync();
+ }).Take(50).ToListAsync();
return list;
}