I\'d like to perform a group_by on a ManyToManyField habit_type = models.ManyToManyField(HabitType, blank=True), but not on every single existing element but on the
habit_type = models.ManyToManyField(HabitType, blank=True)