APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=9
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=10",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=8",
    "results": [
        {
            "url": "https://engre.co/news/articles/role-of-defence-engineering-contractors-in-national-security/?format=api",
            "title": "Exploring the Crucial Role of Defence Engineering Contractors in National Security",
            "image": "https://lh3.googleusercontent.com/LMI3rEOAAU70w1YrkCABV5j2Df2f0Qtgq0_iIQe8xexFok2KzS7TKN06CtHZgVxBZNGmSDpcMIjoWDn8C9H1luhq4N7wolKhrVBqU68Oo-a6fS71L3nDD-Y81SDdQFQ_QL_Utn3NTqdDzELwlw4rAZY",
            "created_at": "2023-08-30T09:15:59.334405Z"
        },
        {
            "url": "https://engre.co/news/articles/machine-learning-for-eco-friendly-driving-behavior-recognition/?format=api",
            "title": "Leveraging Machine Learning for Eco-Friendly Driving Behavior Recognition",
            "image": "https://lh4.googleusercontent.com/HcZ6oM00IeGo9SVIxNClflnGdqz3rGJN5ovV1tRUAEi65tyRIPSdek9kG9smeNPynwP2WjV_gdlLOxqWiq4NQqXxaDQm1PBBVfjeAPSTzbMzBydJOOwusps_hApjvwW3yiyPRZ026nX7",
            "created_at": "2023-08-28T10:12:48.050999Z"
        },
        {
            "url": "https://engre.co/news/articles/safer-highways-on-the-horizon/?format=api",
            "title": "Safer Highways on the Horizon",
            "image": "https://lh4.googleusercontent.com/drsXd42hHZX54Hm9iVMH7b8N5MXepeEbEm6uQkSUQC65MGvDACBR0kmTDJtNcxvy2zDOL1_Gd5P4_kD5SDM6fMCI6T-NP1Q_P9aLoJ3tcvcQ6fAaM_QFCnADvYl-lF36PQR_YrP5SUkX",
            "created_at": "2023-07-17T13:35:55.876667Z"
        }
    ]
}