def get_usage_report_for_repository(self, subject, repo, from_date=None, to_date=None):
        """ Get monthly download and storage usage report, according to the specified date range
            for a specific subject repository.

            Security: Authenticated user with 'admin' permission.