APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 266,
    "next": "https://engre.co/api/v1/news/suggested/?format=api&page=26",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=24",
    "results": [
        {
            "url": "https://engre.co/news/articles/software-development-market-trends-in-2022/?format=api",
            "title": "Top 6 Software Development Market Trends in 2022",
            "image": "https://lh4.googleusercontent.com/9AJ1B45zknV6cSKiUdMdu_dlzOybwlV1Sx70uy5ymtKSuZFNzykj-eeJvh5eOrLWdBaemiOQ2oIsStovfhWgqK0vGWk1dZmAfzf0N5MKjh--kX6V3TmcZmilwDd8lUxfMoLJbMJH",
            "created_at": "2021-11-24T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/lexus-introduces-the-new-flagship-lx-suv/?format=api",
            "title": "Lexus Introduces the New Flagship LX SUV",
            "image": "https://lh4.googleusercontent.com/Xa1SSk8WRGSjqxaKeZvvRlKsP4VYir__OZha3WDv0AD-Cda7H_trB504f2qN8AslQynQZC3te15fdsBQG3nGrSrvVz6AfAliCJk6B8b9R3ptmLM5KFBPMTpebYoINfq76T0hl6Qw",
            "created_at": "2021-11-17T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/elon-musk-the-worlds-first-trillionaire/?format=api",
            "title": "Elon Musk - The World's First Trillionaire",
            "image": "",
            "created_at": "2021-11-05T00:00:00Z"
        }
    ]
}