Created
February 3, 2023 11:25
-
-
Save pixelbuildlab/575961beae720a561c1517d854f84f9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"_id": "5b21ca3eeb7f6fbccd471815", | |
"title": "Terminator", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471818", | |
"name": "Action" | |
}, | |
"numberInStock": 6, | |
"dailyRentalRate": 2.5, | |
"publishDate": "2018-01-03T19:04:28.809Z", | |
"liked": true | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd471816", | |
"title": "Die Hard", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471818", | |
"name": "Action" | |
}, | |
"numberInStock": 5, | |
"dailyRentalRate": 2.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd471817", | |
"title": "Get Out", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471820", | |
"name": "Thriller" | |
}, | |
"numberInStock": 8, | |
"dailyRentalRate": 3.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd471819", | |
"title": "Trip to Italy", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471814", | |
"name": "Comedy" | |
}, | |
"numberInStock": 7, | |
"dailyRentalRate": 3.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd47181a", | |
"title": "Airplane", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471814", | |
"name": "Comedy" | |
}, | |
"numberInStock": 7, | |
"dailyRentalRate": 3.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd47181b", | |
"title": "Wedding Crashers", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471814", | |
"name": "Comedy" | |
}, | |
"numberInStock": 7, | |
"dailyRentalRate": 3.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd47181e", | |
"title": "Gone Girl", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471820", | |
"name": "Thriller" | |
}, | |
"numberInStock": 7, | |
"dailyRentalRate": 4.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd47181f", | |
"title": "The Sixth Sense", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471820", | |
"name": "Thriller" | |
}, | |
"numberInStock": 4, | |
"dailyRentalRate": 3.5 | |
}, | |
{ | |
"_id": "5b21ca3eeb7f6fbccd471821", | |
"title": "The Avengers", | |
"genre": { | |
"_id": "5b21ca3eeb7f6fbccd471818", | |
"name": "Action" | |
}, | |
"numberInStock": 7, | |
"dailyRentalRate": 3.5 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment