if (!filter_var($category_id, FILTER_VALIDATE_INT)) {
                $category_id = self::getIdFromSlug($category_id) ;
            }