hasMany(Product::class, 'category_id'); // 'category_id' is the foreign key in products } }