protected static function valid_vendor_ids()
 {
     return array_map(function ($lvl) {
         return $lvl->id;
     }, Vendor::cached_all());
 }