'required|min:2', ); public function has_models() { return $this->hasMany('Model', 'manufacturer_id')->count(); } }