APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=63
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=64",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=62",
    "results": [
        {
            "url": "https://engre.co/news/articles/artificial-intelligence-opportunity-or-barrier-to-development/?format=api",
            "title": "Artificial Intelligence: Opportunity or Barrier to Development?",
            "image": "",
            "created_at": "2019-06-23T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/morse-code-is-it-still-relevant-in-the-21st-century/?format=api",
            "title": "Morse Code: Is It Still Relevant in the 21st Century?\n",
            "image": "https://lh6.googleusercontent.com/YlyXsMvlD6gdad8lFhS9_Hsv8HkPMiTeJUiXSmPvaggVTZQxim125WKW-MHH5Gk-lUiXVC1U31yvOVjC08ssaMKLtHtp302xo5PYkXJeC1ivDknennBepshlOPB3RWSOj6dgIM4k",
            "created_at": "2019-06-22T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/nasa-changes-the-fuel-for-rockets/?format=api",
            "title": "NASA Changes the Fuel for Rockets\n",
            "image": "https://lh6.googleusercontent.com/3ia_5bsYvK67G972fz2f_RyQFSHJkGoCGFmdsKkk-ar2vTTcifv4HXluK0k2cz2VQr8a7x77ZkML8MOIm_Pu436T3TCZ2Np6qWDhXl6z6-laWCORFVvgA5C0RR-QJ058hrqbcflW",
            "created_at": "2019-06-21T00:00:00Z"
        }
    ]
}