if (empty($this->slug)) {
            $proposal = ContentUtility::generateUrlSlug($this->name, 30);
            
            $query = "SELECT id FROM loco_type WHERE slug = ?";
            $result = $this->db->fetchAll($query, $proposal);