यह सीक्वेल जीथब मुद्दा है बिल्कुल आपके मामले जैसा दिखता है:
User.findAll({
attributes: ['User.*', 'Post.*', [sequelize.fn('COUNT', 'Post.id'), 'PostCount']],
include: [Post]
});
यह सीक्वेल जीथब मुद्दा है बिल्कुल आपके मामले जैसा दिखता है:
User.findAll({
attributes: ['User.*', 'Post.*', [sequelize.fn('COUNT', 'Post.id'), 'PostCount']],
include: [Post]
});