hasMany(Items::class, 'gender_id', 'id'); } public function productCount() { return $this->items()->count(); } }