def get_hit_count(self, obj):
        url = obj.get_absolute_url()
        return Request.objects.filter(path=url).count()