belongsTo('App\Models\Shop\ArticleFamily'); } public function scopeByFamily($query, $id) { return $query->where('article_family_id', $id); } }