Ecto.Reflections.HasMany
The struct record for a has_many association. Its fields are:
field- The name of the association field on the model;owner- The model where the association was defined;associated- The model that is associated;key- The key on theownermodel used for the association;assoc_key- The key on theassociatedmodel used for the association;