I need to extract all the products from MySQL and include in each one its link to access the detail of each product:
let products = db.Product.findAll({ attributes: ['id','title','description'], include: Category });
After that I have to return a JSON.
1.4m articles
1.4m replys
5 comments
57.0k users