Shopify-api-node: Fetch published articles
in my Node project I am fetching articles from shopify app. Code: await shopify.article.list(blockId, { limit: 2 }); Now here I am getting both published/unpublished articles. I only want to fetch published articles. Can you suggest me, which params I…