HasMany — one-to-many relationship where the foreign key is on the target table.
Example: Bakery has many Clients (via client.bakery_id)