Please, provide $sample aggregation operator, that not exists now
var mentions = await _context.For<MentionEntity>() .Aggregate() .Sample(count) .Project(x => new { x.Id }) .ToListAsync();
Please, provide $sample aggregation operator, that not exists now
var mentions = await _context.For<MentionEntity>() .Aggregate() .Sample(count) .Project(x => new { x.Id }) .ToListAsync();