public function popular($num = 10) {
        
        return $this->getFromDatabase("d.hits", "DESC", 0, $num);
        
    }