def getAllAppealCount(): return DBUtil.getAppealCount('', all=True)
def getAppealCount(username): return DBUtil.getAppealCount(username, all=False)