def batch(self, date, issue_type):
        """get all the issues"""
        batched = []
        paginations = list(range(1, settings.pagination_limit() + 1))
        per_page = str(settings.per_page())