I can "only" group by month using C# MongoDB
var result = _collection.Aggregate() .Match(e => e.Paid == true)