このGitHubの続編の問題 あなたの場合とまったく同じように見えます:
User.findAll({
attributes: ['User.*', 'Post.*', [sequelize.fn('COUNT', 'Post.id'), 'PostCount']],
include: [Post]
});
このGitHubの続編の問題 あなたの場合とまったく同じように見えます:
User.findAll({
attributes: ['User.*', 'Post.*', [sequelize.fn('COUNT', 'Post.id'), 'PostCount']],
include: [Post]
});