APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=12
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=13",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=11",
    "results": [
        {
            "url": "https://engre.co/news/articles/starship-prototype-by-spacex/?format=api",
            "title": "Starship Prototype by SpaceX is Already at the Launch Pad for Orbital Flight",
            "image": "https://lh6.googleusercontent.com/3RP3VIY5Ar0yJAsea7j5TEfAS7QtiaeE6-oLAIV_iLFnp_CZ-zP7kb6QiGbYD_FEm5y-oumtjSwjTihG6tMKvKD-Kzz8gkbQI4nrh9ETCotU-4JEsFXoaYSAVaxRWbK5-x986MQEvMlV-y-ceLNI9MA",
            "created_at": "2022-08-15T09:18:53.760462Z"
        },
        {
            "url": "https://engre.co/news/articles/worlds-first-helicopter-flight-applying-green-aviation-fuel/?format=api",
            "title": "Airbus Conducted the World's First Helicopter Flight Applying 100% Green Aviation Fuel",
            "image": "https://lh6.googleusercontent.com/RSepcyZjcYpi_1pkB5xTlxgJ_H8xGJLyQ8jw-pi9m-dvRFoa_aCEL4bpUw5eSpt8WWZGtBjRQhhPt9FQE-L27GMr0LMZ2Yta96wCyFNo8FIX_JiaBIzOabo2CSpSmNvtKdKFTgB6v4xVL27O-QzMMNw",
            "created_at": "2022-08-15T09:13:36.634385Z"
        },
        {
            "url": "https://engre.co/news/articles/biggest-hybrid-ship-ever-will-begin-traveling-in-2024/?format=api",
            "title": "The Biggest Hybrid Ship Ever will Begin Traveling in 2024",
            "image": "https://lh4.googleusercontent.com/5LCG-7V2LfB-u8Ckygn1zPc5E69asgBXKDgfzimldT163HY8K86gGHaADOLKn5gI2zZbPL0KPRq6IBo4_binzRtSONln9_KkNaHeKkpzJzsSJZr5o5hYnPUKbLsODkEtq-cGdSRkAzYORtk0JarvVoA",
            "created_at": "2022-07-26T09:43:15.087840Z"
        }
    ]
}