Has Many

relationships:
    - {
        type: hasMany,
        model: Comment,
        foreignKey: post_id,
        localKey: id
      }

Last updated