[
    {
        "id": 0,
        "author": "Marion",
        "city": "Paris",
        "price": 20,
        "posted_date": "2021-04-15 19:00",
        "bike_type": "VTT"
    },
    {
        "id": 1,
        "author": "Marine",
        "city": "Paris",
        "price": 30,
        "posted_date": "2021-04-16 19:01",
        "bike_type": "VTT"
    },
    {
        "id": 2,
        "author": "Martine",
        "city": "Lyon",
        "price": 15,
        "posted_date": "2021-04-17 19:01",
        "bike_type": "Gravel"
    },
    {
        "id": 3,
        "author": "Marie",
        "city": "Lyon",
        "price": 55,
        "posted_date": "2021-04-18 19:01",
        "bike_type": "CLM"
    },
    {
        "id": 4,
        "author": "Mathilde",
        "city": "Bordeaux",
        "price": 20,
        "posted_date": "2021-04-18 21:01",
        "bike_type": "VTC"
    },
    {
        "id": 5,
        "author": "Mélanie",
        "city": "Bordeaux",
        "price": 20,
        "posted_date": "2021-04-19 10:09",
        "bike_type": "VTC"
    },
    {
        "id": 6,
        "author": "Mélodie",
        "city": "Bordeaux",
        "price": 20,
        "posted_date": "2021-04-19 10:19",
        "bike_type": "VTC"
    },
    {
        "id": 7,
        "author": "Maria",
        "city": "Nice",
        "price": 30,
        "posted_date": "2021-04-19 10:09",
        "bike_type": "Cargo"
    },
    {
        "id": 8,
        "author": "Malika",
        "city": "Paris",
        "price": 30,
        "posted_date": "2021-04-29 10:09",
        "bike_type": "Cargo"
    },
    {
        "id": 9,
        "author": "Marisa",
        "city": "Paris",
        "price": 30,
        "posted_date": "2021-04-29 10:09",
        "bike_type": "Gravel"
    },
    {
        "id": 10,
        "author": "Malika",
        "city": "Paris",
        "price": 10,
        "posted_date": "2021-04-29 10:09",
        "bike_type": "BMX"
    }
]
