Ecto.Association.Has
The association struct for has_one and has_many associations.
Its fields are:
cardinality- The association cardinalityfield- The name of the association field on the modelowner- The model where the association was definedassoc- The model that is associatedowner_key- The key on theownermodel used for the associationassoc_key- The key on theassociatedmodel used for the associationqueryable- The real query to use for querying association