def get_post_count(self): return countersharding.get_count(str(self.key()))
def get_post_count(self): return countersharding.get_count('{0}_postcount'.format(self.key()))
def get_thread_count(self): return countersharding.get_count('{0}_threadcount'.format(self.key()))