return Order.findAll({
                include: [{
                    model: Product,
                    through: {
                        attributes: ['quantity', 'price']