return self.filter(
            created_at__gt=datetime.today() - timedelta(days=days),
            created_at__lte=datetime.today(),