View Source
Supported relation kinds.
type RelationKind = "hasMany" | "hasOne" | "belongsTo" | "hasManyThrough";