Featured Articles
Description: Highlights important or relevant articles related to the search query.
API Response Structure:
{
  "items": [
    {
      "name": "Article Title",
      "title": "Headline",
      "author": {
        "name": "Author Name",
        "title": "Senior Editor",
        "publication": "Publication Name"
      },
      "content": {
        "snippet": "Article preview text...",
        "publishDate": "2023-08-15",
        "readTime": "5 min read"
      },
      "metrics": {
        "views": 1500,
        "shares": 250,
        "comments": 45
      },
      "category": "Technology",
      "tags": ["AI", "Technology", "Innovation"]
    }
  ],
  "type": "featuredArticles"
}
Fields:
- 
      items(array): Featured articles- 
          name(string): Article name
- 
          title(string): Article headline
- 
          author(object): Author information
- 
          content(object): Article details
- 
          metrics(object): Engagement stats
- 
          category(string): Article category
- 
          tags(array): Related topics
 
- 
          
- 
      type(string): Always "featuredArticles"
