-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPostman Library API v2.postman_collection.json
More file actions
774 lines (774 loc) · 338 KB
/
Postman Library API v2.postman_collection.json
File metadata and controls
774 lines (774 loc) · 338 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
{
"info": {
"_postman_id": "8f9324df-658c-49a9-9cea-bad8733bbf43",
"name": "Postman Library API v2",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
"_exporter_id": "18373209",
"_collection_link": "https://www.postman.com/flight-astronomer-5175923/workspace/postman-api-fundamentals-student-expert-certification/collection/18373209-8f9324df-658c-49a9-9cea-bad8733bbf43?action=share&source=collection_link&creator=18373209"
},
"item": [
{
"name": "get books",
"request": {
"method": "GET",
"header": [],
"url": "{{baseURL}}/books"
},
"response": [
{
"name": "get books",
"originalRequest": {
"method": "GET",
"header": [],
"url": "{{baseURL}}/books"
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 12:41:00 GMT"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Content-Length",
"value": "130043"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "x-amzn-RequestId",
"value": "61567f85-ded4-499d-9fff-12d7b3fec106"
},
{
"key": "x-amzn-Remapped-Content-Length",
"value": "130043"
},
{
"key": "x-amzn-Remapped-Connection",
"value": "keep-alive"
},
{
"key": "x-amz-apigw-id",
"value": "S0TKiGVFoAMEHKg="
},
{
"key": "x-amzn-Remapped-Server",
"value": "nginx/1.20.0"
},
{
"key": "x-amzn-Remapped-Date",
"value": "Thu, 08 Feb 2024 12:41:00 GMT"
}
],
"cookie": [],
"body": "[\n {\n \"id\": \"8ce5b3cb-b3fc-44e9-8d0b-e57241a3d9c5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:36:25.676Z\"\n },\n {\n \"id\": \"801479e5-fbb7-4a21-8f50-e93d56f6a247\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:36:09.412Z\"\n },\n {\n \"id\": \"ea6cabb5-de37-4b5a-865d-d652860ad99e\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:35:43.267Z\"\n },\n {\n \"id\": \"44b799e2-587a-44f2-a1f3-c8b4fe3fc808\",\n \"title\": \"The Little Book of Common Sense Investing\",\n \"author\": \"John C. Bogle\",\n \"genre\": \"Sociales\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:35:41.353Z\"\n },\n {\n \"id\": \"08cf0a2e-9d76-4dfe-9257-7af98328e393\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:35:30.976Z\"\n },\n {\n \"id\": \"be320d86-6a40-4e42-abe1-ed5632326265\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:35:14.731Z\"\n },\n {\n \"id\": \"7c7be136-4aa9-4f9e-8fe6-ec0a902fa964\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:34:41.414Z\"\n },\n {\n \"id\": \"da5694b6-2d10-4c46-aeb5-6a873f85a616\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:34:41.216Z\"\n },\n {\n \"id\": \"d2c7904a-3717-47af-a3bb-246af3f25748\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:34:40.709Z\"\n },\n {\n \"id\": \"828a790b-e384-4a4e-8b89-d563354fe763\",\n \"title\": \"The Psychology of Money\",\n \"author\": \"Morgan House\",\n \"genre\": \"Sociales\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:31:13.805Z\"\n },\n {\n \"id\": \"fdbff1c3-44fa-40d2-8359-40b005b6833f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:30:51.789Z\"\n },\n {\n \"id\": \"be85994d-da4a-4599-b4b1-2427599b9005\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:30:50.587Z\"\n },\n {\n \"id\": \"35348ee5-9347-4b95-9db7-05a7aa186cb9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:30:49.169Z\"\n },\n {\n \"id\": \"ed8ab5a7-1bca-4a77-b4cd-0863b5c87896\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:29:34.949Z\"\n },\n {\n \"id\": \"64f7be7b-5c43-41a0-9f0e-81884a49fffa\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:29:24.061Z\"\n },\n {\n \"id\": \"6a961043-2e24-4b6e-a675-83ec18e3fcb4\",\n \"title\": \"To kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:29:12.187Z\"\n },\n {\n \"id\": \"9a609e28-2ac8-4558-8997-e61422c1881e\",\n \"title\": \"Miss\",\n \"author\": \"Agatha\",\n \"genre\": \"fiction\",\n \"yearPublished\": 199,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:28:10.244Z\"\n },\n {\n \"id\": \"2e539f36-6516-45bf-93c5-7265614a42ee\",\n \"title\": \"Miss\",\n \"author\": \"Agatha\",\n \"genre\": \"fiction\",\n \"yearPublished\": 199,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:27:52.469Z\"\n },\n {\n \"id\": \"1026dfd3-6185-4949-96ba-caf5774db80a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:25:25.893Z\"\n },\n {\n \"id\": \"7b72e485-cac9-48aa-9f70-e91286b18fff\",\n \"title\": \"To kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:25:09.428Z\"\n },\n {\n \"id\": \"8b4f68ae-ddab-474f-b2e3-1327779d4f58\",\n \"title\": \"To Kill a Mockingbird Test1\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:10:04.637Z\"\n },\n {\n \"id\": \"29ed9f3b-2280-4eef-b51e-8e1375eef4d8\",\n \"title\": \"moon\",\n \"author\": \"david col\",\n \"genre\": \"triller\",\n \"yearPublished\": 1998,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:07:41.777Z\"\n },\n {\n \"id\": \"9545b3a2-7519-4333-99c8-efbe66b10bb6\",\n \"title\": \"seven\",\n \"author\": \"bradd\",\n \"genre\": \"triller\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:04:06.887Z\"\n },\n {\n \"id\": \"d9fcb53e-5a48-40ea-8ff2-ee95ab1c2b87\",\n \"title\": \"Laborum ut quidem eos nemo consequatur laborum vel eum.\",\n \"author\": \"Shelly Cremin\",\n \"genre\": \"self-help\",\n \"yearPublished\": 878,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:00:29.821Z\"\n },\n {\n \"id\": \"a86cda5a-8692-4592-a5f6-f11b9ce135f4\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:00:29.660Z\"\n },\n {\n \"id\": \"4f490761-3d2e-44ce-92cd-b50a2b63b688\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:54:19.787Z\"\n },\n {\n \"id\": \"afabc8b5-5dac-4684-a1aa-32a53247dec8\",\n \"title\": \"seven\",\n \"author\": \"bradd\",\n \"genre\": \"triller\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:48:18.716Z\"\n },\n {\n \"id\": \"084e9a98-cb07-48b0-bf45-5446aebaed3d\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:35:30.108Z\"\n },\n {\n \"id\": \"9444497b-cc03-4787-bc5a-2c0c99b2f5c9\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:20:54.018Z\"\n },\n {\n \"id\": \"9644790f-1b3c-427d-8b10-3c12e5ba3d00\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:19:38.007Z\"\n },\n {\n \"id\": \"f63df4b9-f3a9-4f30-be82-00b21d9f2328\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:19:07.779Z\"\n },\n {\n \"id\": \"72b6641f-4edb-4245-b9a2-841f66f69153\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:18:06.999Z\"\n },\n {\n \"id\": \"24f3b2ea-d279-489d-bd67-3a5161c30a9a\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:16:10.213Z\"\n },\n {\n \"id\": \"54813eb6-97c7-4235-b8ff-645acd2bad61\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:12:06.583Z\"\n },\n {\n \"id\": \"187719b0-7381-48f7-914d-9e6e25f0266e\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:09:55.837Z\"\n },\n {\n \"id\": \"920d1b84-22ea-482d-ba86-5f3b73140676\",\n \"title\": \"Non consequuntur qui vel. Molestiae in ipsam in quasi quibusdam. Corrupti reiciendis accusantium. Aliquid nesciunt quia qui et id.\",\n \"author\": \"Miriam Kirlin\",\n \"genre\": \"self-help\",\n \"yearPublished\": 880,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:01:19.163Z\"\n },\n {\n \"id\": \"1919f021-4a7a-4cde-855c-3a7b40c1b4b6\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:01:18.543Z\"\n },\n {\n \"id\": \"9d728af7-f89a-42fb-87f0-16b4c94b47ab\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:53:43.633Z\"\n },\n {\n \"id\": \"f2a5d3de-026b-4bf5-9aa8-c45734365770\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:45:47.849Z\"\n },\n {\n \"id\": \"9d9a946c-bc44-481f-bca3-218376fc798e\",\n \"title\": \"To kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:41:15.532Z\"\n },\n {\n \"id\": \"a3b6bac0-1959-479f-b885-35ab5e64239e\",\n \"title\": \"To kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:36:47.505Z\"\n },\n {\n \"id\": \"70c47e49-7b6d-44d3-948f-e3428ac906a1\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:28:19.861Z\"\n },\n {\n \"id\": \"055c2e38-86fd-4b55-b43b-2d2a0d4a30a8\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:27:10.739Z\"\n },\n {\n \"id\": \"6725390f-473f-4556-ba10-5bf7f0082fbb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:25:19.501Z\"\n },\n {\n \"id\": \"12a137f5-fbab-4cb7-a93c-07711447f247\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:21:30.672Z\"\n },\n {\n \"id\": \"01dc7a41-929c-4d68-8664-a53f3c2483cc\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:19:49.252Z\"\n },\n {\n \"id\": \"55f8621f-192c-4992-b5a2-68ae9d072b50\",\n \"title\": \"The Alchemist New 2\",\n \"author\": \"Paulo Coelho\",\n \"genre\": \"quest\",\n \"yearPublished\": 1988,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:17:35.146Z\"\n },\n {\n \"id\": \"e6aecdf9-4c75-4d5b-a729-7d73633ab8d7\",\n \"title\": \"Mr and Mrs Smith\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:12:01.666Z\"\n },\n {\n \"id\": \"15971e5b-8857-4691-9799-fed9ea0e44f6\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:08:47.342Z\"\n },\n {\n \"id\": \"4a716dec-1878-4184-88c0-f7af5a8f06a2\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Harper Lee\",\n \"genre\": \"finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:07:00.869Z\"\n },\n {\n \"id\": \"6cad53d8-9b1c-4e72-93b2-b451193bcf5d\",\n \"title\": \"Normal People\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:05:28.750Z\"\n },\n {\n \"id\": \"6e7e93ce-6b8d-45cd-861f-7a184b1dcd71\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:01:55.830Z\"\n },\n {\n \"id\": \"28b3d5e7-4e3f-4f7d-a915-9fd22daafa8c\",\n \"title\": \"2 States\",\n \"author\": \"Chetan Bhagat\",\n \"genre\": \"Love\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:01:41.057Z\"\n },\n {\n \"id\": \"ff52a810-7b87-44c0-a587-2a707aa75e51\",\n \"title\": \"To Pimp A Butterfly\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:56:15.429Z\"\n },\n {\n \"id\": \"6b5e2f37-d7b6-4fa1-997a-490d5fab5b57\",\n \"title\": \"The Alchemist\",\n \"author\": \"Paulo Coelho\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:54:36.594Z\"\n },\n {\n \"id\": \"20248850-b672-4c86-81d0-8bb90bfe8893\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:52:16.299Z\"\n },\n {\n \"id\": \"65d0aed0-3a95-4dfc-889f-ebe04299bef0\",\n \"title\": \"Norse myths\",\n \"author\": \"Stephen Fry\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:29:06.363Z\"\n },\n {\n \"id\": \"b1c3591e-7ad8-464d-8bbe-77198396d68a\",\n \"title\": \"Mercifull Killer version - 2\",\n \"author\": \"John Kya\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:09:51.101Z\"\n },\n {\n \"id\": \"eb1cd362-91fe-4c99-a52d-ea0c7974b3dc\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:05:37.864Z\"\n },\n {\n \"id\": \"2eae8d9c-f968-4f7d-b371-d2078d933d26\",\n \"title\": \"To Kill a Mockingbird Nowek\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:04:20.020Z\"\n },\n {\n \"id\": \"2bfe92b0-8a92-486c-84a7-33f84b1d65c8\",\n \"title\": \"To Kill a Mockingbird Nowek\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:03:17.363Z\"\n },\n {\n \"id\": \"6ad01eb5-cb95-4679-9f3b-f5f7187e3756\",\n \"title\": \"Mythos 2\",\n \"author\": \"Stephen Fry\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:01:30.460Z\"\n },\n {\n \"id\": \"76201186-659e-4964-8e8f-e79527c7de00\",\n \"title\": \"Mythos\",\n \"author\": \"Stephen Fry\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:30:53.785Z\"\n },\n {\n \"id\": \"ac25e176-59f1-4074-a03f-806bab6356cd\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:24:48.808Z\"\n },\n {\n \"id\": \"dbf5423f-36c6-4ad3-bcbd-5d49212df4db\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:20:30.446Z\"\n },\n {\n \"id\": \"ae16ddd4-afdc-4200-979f-bd4779219288\",\n \"title\": \"Fue un privilegio estar aqui\",\n \"author\": \"Melva Frias Vda. Carrillo\",\n \"genre\": \"Accion\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:01:48.034Z\"\n },\n {\n \"id\": \"42ccb31e-d87f-4458-a8ae-d2fba127ce61\",\n \"title\": \"Las sagas de Potter\",\n \"author\": \"Josepi LucasMoi\",\n \"genre\": \"Accion\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:01:46.540Z\"\n },\n {\n \"id\": \"6ac94af1-26ac-49b3-8c3e-0b52bb7c9bd0\",\n \"title\": \"Quibusdam aut odio quo quis. Est soluta aliquam id. Eligendi vitae ut sint. Voluptas dolor consequatur dolores sed quo sit iure in distinctio. Consectetur reiciendis fugiat architecto iusto occaecati.\",\n \"author\": \"Clinton Champlin\",\n \"genre\": \"self-help\",\n \"yearPublished\": 168,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:01:34.666Z\"\n },\n {\n \"id\": \"ad2eb086-b9f9-4d31-bf5e-08384c3364b8\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:01:34.534Z\"\n },\n {\n \"id\": \"1d42ea60-dfc0-4139-b582-31b1457c4b18\",\n \"title\": \"Networked solution-oriented definition\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:01:29.958Z\"\n },\n {\n \"id\": \"383cda6c-6380-4c9d-8a34-5b5c87fe29af\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:56:52.177Z\"\n },\n {\n \"id\": \"adadd6ea-5b60-4ce4-967f-aafe292c180f\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:53:51.503Z\"\n },\n {\n \"id\": \"eb0106ed-ce27-4a25-9a72-f20e674b9085\",\n \"title\": \"Vishubook\",\n \"author\": \"SanKumar\",\n \"genre\": \"Romantic\",\n \"yearPublished\": 2002,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:50:55.882Z\"\n },\n {\n \"id\": \"9993c245-790e-4a4c-b08e-e38376347ada\",\n \"title\": \"Das ist ein Test Buch mit Variablen\",\n \"author\": \"Rob Wei\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:49:50.315Z\"\n },\n {\n \"id\": \"1a4c9f99-e6ca-4083-a113-6a8f20c177d8\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:49:46.091Z\"\n },\n {\n \"id\": \"8c4ffe19-15ab-47d2-925d-50c28bb974d6\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:43:42.900Z\"\n },\n {\n \"id\": \"dd8609af-644c-49d6-8ec1-36c3de4ea72b\",\n \"title\": \"Das ist ein Test Buch mit Variablen\",\n \"author\": \"Rob Wei\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:41:28.744Z\"\n },\n {\n \"id\": \"dc06fe9b-43d4-4794-b0b1-630567d2f2f3\",\n \"title\": \"To Kill a Mockingbird Test1\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:14:48.640Z\"\n },\n {\n \"id\": \"a4f32613-1379-48ee-a109-5a73cb6956ba\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:06:51.482Z\"\n },\n {\n \"id\": \"97c7be26-95df-42d7-b578-ffe33b9c0beb\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:06:13.602Z\"\n },\n {\n \"id\": \"b9233c78-074f-40a6-b8ac-e732bfbda42c\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:05:41.680Z\"\n },\n {\n \"id\": \"c9e9a6b7-34db-484f-ac1e-2e5eb0fdc5d4\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:04:55.861Z\"\n },\n {\n \"id\": \"641d9ff3-2ef8-4c76-a78c-fb2adba3ab08\",\n \"title\": \"Think like a monk\",\n \"author\": \"Jay Shetty\",\n \"genre\": \"self help book\",\n \"yearPublished\": 2020,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:00:35.078Z\"\n },\n {\n \"id\": \"fce4dc92-711f-4d03-9b2b-9942d9b38987\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:59:14.655Z\"\n },\n {\n \"id\": \"35a84205-38ad-4c51-87b8-e16aa6856ffb\",\n \"title\": \"SanBook\",\n \"author\": \"SanKumar\",\n \"genre\": \"Romantic\",\n \"yearPublished\": 2012,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:56:04.784Z\"\n },\n {\n \"id\": \"440295e2-5df5-4213-9ca6-fb8a4e496f79\",\n \"title\": \"Merciful Killer\",\n \"author\": \"John Kya\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:55:27.765Z\"\n },\n {\n \"id\": \"7cfc92a7-2eef-4cc3-ac51-c1ed17634510\",\n \"title\": \"SanBook\",\n \"author\": \"SanKumar\",\n \"genre\": \"Romantic\",\n \"yearPublished\": 2012,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:54:47.246Z\"\n },\n {\n \"id\": \"d99e1e86-728c-497f-90c7-81ce9b1a4211\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:54:04.400Z\"\n },\n {\n \"id\": \"2232c1b2-3ea6-478d-9cc7-11bd6d28f2f4\",\n \"title\": \"To a Mockingbird v3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:53:10.639Z\"\n },\n {\n \"id\": \"98da8cd8-b1fa-494c-930f-e21c25022edc\",\n \"title\": \"My Book\",\n \"author\": \"Kumar\",\n \"genre\": \"Romantic\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:52:23.990Z\"\n },\n {\n \"id\": \"f6972033-4011-45e4-96f1-2e9e02a99368\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:51:48.801Z\"\n },\n {\n \"id\": \"673e0db6-74ff-45a5-9c1c-7dbc4f13f624\",\n \"title\": \"My Bookd\",\n \"author\": \"Santhosh Kumar\",\n \"genre\": \"Romantic\",\n \"yearPublished\": 2014,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:51:09.733Z\"\n },\n {\n \"id\": \"fd50a86c-3e05-430f-8626-971e18b7e52d\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:50:09.005Z\"\n },\n {\n \"id\": \"247db7a7-2a66-49b9-a4d9-3db0f62c0bb8\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:49:58.910Z\"\n },\n {\n \"id\": \"d2064b7b-92ea-4b72-bcd9-ea4e3c366b33\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:48:22.691Z\"\n },\n {\n \"id\": \"ae466a92-5305-450d-acba-118b4f605aad\",\n \"title\": \"To a Mockingbird v2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:48:10.937Z\"\n },\n {\n \"id\": \"f58f75dc-0872-4b4b-9b9f-cc34eafea54d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:45:51.340Z\"\n },\n {\n \"id\": \"05c9e111-f725-44d4-aaae-930a40df3020\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:45:36.216Z\"\n },\n {\n \"id\": \"28769119-3e19-4fce-963f-4c9a18486b4b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:45:22.516Z\"\n },\n {\n \"id\": \"3ba33ac3-230b-421f-add1-6a4d653aed0c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:41:50.948Z\"\n },\n {\n \"id\": \"d354deb0-c0a4-4805-9015-e19259f90c29\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:40:13.891Z\"\n },\n {\n \"id\": \"cc11a8dd-1927-4b5a-bacc-51b771e04df5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:38:35.455Z\"\n },\n {\n \"id\": \"0ce6bbc6-880b-4008-8781-2f297cc7ca52\",\n \"title\": \"Energize your mind\",\n \"author\": \"Gaur Gopal Das\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:30:55.713Z\"\n },\n {\n \"id\": \"61bb997a-ddd5-4c52-bf13-8b531c8a1ea7\",\n \"title\": \"Energize your mind\",\n \"author\": \"Gaur Gopal Das\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:30:11.065Z\"\n },\n {\n \"id\": \"139fdf6e-50bd-418e-9950-fd50fe9692d5\",\n \"title\": \"To Kill a Mockingbird v2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:25:09.878Z\"\n },\n {\n \"id\": \"dcabff22-2c10-46c1-bc30-d257e4858ca7\",\n \"title\": \"Energize your mind\",\n \"author\": \"Gaur Gopal Das\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:23:54.276Z\"\n },\n {\n \"id\": \"054a9b95-757f-4709-a3d5-102c3d5135d1\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:19:35.982Z\"\n },\n {\n \"id\": \"6dac7cd4-744e-4b1c-ae0a-313291d81661\",\n \"title\": \"To Kill a Mockingbird Nowe\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:11:56.994Z\"\n },\n {\n \"id\": \"2d9d509c-567e-485c-9ec4-888db827d821\",\n \"title\": \"To Kill a Mockingbird Nowe\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:11:39.360Z\"\n },\n {\n \"id\": \"e6a114eb-1d83-4b0e-8257-8b63a1ce6315\",\n \"title\": \"Elon Musk\",\n \"author\": \"Elon Kumar\",\n \"genre\": \"Buisness\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:10:00.960Z\"\n },\n {\n \"id\": \"3e530785-fc6e-49ef-bc62-a1504f2923f4\",\n \"title\": \"To Kill a Mockingbird Now\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:08:33.559Z\"\n },\n {\n \"id\": \"ae6dae05-d1df-4877-b33f-6c51bee7f8ff\",\n \"title\": \"Elon Musk\",\n \"author\": \"Elon Kumar\",\n \"genre\": \"Buisness\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:06:56.521Z\"\n },\n {\n \"id\": \"91460195-c6e0-406e-8687-9df2bce4734d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:05:16.855Z\"\n },\n {\n \"id\": \"60e36888-2021-438b-992a-3d9c87e0c315\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:03:56.823Z\"\n },\n {\n \"id\": \"0f853f62-f339-4045-8fbe-0912c07d951f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:02:42.344Z\"\n },\n {\n \"id\": \"9026f1c3-ad4e-4db5-a596-1dae6adc9d13\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:02:32.963Z\"\n },\n {\n \"id\": \"b14373dc-8948-4b52-bd85-3db8c40daa81\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:02:23.972Z\"\n },\n {\n \"id\": \"78ef9965-0e49-47d3-ac16-bf63c99e7f31\",\n \"title\": \"Elon Musk\",\n \"author\": \"Elon Kumar\",\n \"genre\": \"Buisness\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:58:09.723Z\"\n },\n {\n \"id\": \"c18a7e94-1926-4305-b696-1ca660c258af\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:56:35.101Z\"\n },\n {\n \"id\": \"4e5d4306-70be-456c-b571-e57a67e5bc6a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:54:15.583Z\"\n },\n {\n \"id\": \"a083dd7e-14c4-40df-98ad-07050c565da4\",\n \"title\": \"ABCX\",\n \"author\": \"Kawaljeet singh\",\n \"genre\": \"productivity\",\n \"yearPublished\": 2022,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:53:04.632Z\"\n },\n {\n \"id\": \"feb66030-6f62-4f73-b970-8c96d2919317\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:52:53.581Z\"\n },\n {\n \"id\": \"c6e38ec3-410f-484a-b7cf-3f1aecde7f66\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:52:36.594Z\"\n },\n {\n \"id\": \"7a77aec5-60e5-42bc-84e3-59dcd1dbfc1b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:51:13.466Z\"\n },\n {\n \"id\": \"f0ec2ee4-1a8c-480c-b947-b6dfa27970a1\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:49:40.676Z\"\n },\n {\n \"id\": \"df6b7935-0057-411b-8f58-b38e4497335b\",\n \"title\": \"The Secret\",\n \"author\": \"Rhonda Byrne\",\n \"genre\": \"productivity\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:47:39.841Z\"\n },\n {\n \"id\": \"98e7502d-f9ab-4dbd-a884-3a7dfd9f0552\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:35:53.215Z\"\n },\n {\n \"id\": \"d1d04574-d26b-4ac8-8a7b-1cdddefa4511\",\n \"title\": \"RichDad PoorDad\",\n \"author\": \"Robert Kiyosaki\",\n \"genre\": \"Finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:31:11.333Z\"\n },\n {\n \"id\": \"b9c03050-7b9a-492e-a662-91ac22fa44db\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:29:38.286Z\"\n },\n {\n \"id\": \"9270ec26-4c63-4662-8f71-03516ddaf83b\",\n \"title\": \"RichDad PoorDad\",\n \"author\": \"Robert Kiyosaki\",\n \"genre\": \"Finance\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:29:08.888Z\"\n },\n {\n \"id\": \"784061bd-7623-45cd-a58a-f56015b514b6\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:27:57.987Z\"\n },\n {\n \"id\": \"360d7707-8471-4f85-99ee-587cfe36f614\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:24:42.155Z\"\n },\n {\n \"id\": \"a6c09d1e-2a56-4367-a1a0-72c3c8374a84\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:23:36.935Z\"\n },\n {\n \"id\": \"0ff6be4f-21e5-4b27-8c6c-1a32b48a05d5\",\n \"title\": \"Harry Potter and the Philosopher's Stone\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:06:54.857Z\"\n },\n {\n \"id\": \"c61bf76d-2b00-47d8-848a-0adc659cbc20\",\n \"title\": \"Temporibus qui qui maiores commodi.\",\n \"author\": \"Sammy McLaughlin\",\n \"genre\": \"self-help\",\n \"yearPublished\": 753,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:05:50.485Z\"\n },\n {\n \"id\": \"ca948acc-8053-419f-b445-7e4d2199963e\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:05:49.838Z\"\n },\n {\n \"id\": \"5960350e-e024-431f-ae66-052b878a843c\",\n \"title\": \"Harry Potter and the Philosopher's Stone\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:47:48.629Z\"\n },\n {\n \"id\": \"84d5365b-4f29-40a4-b4b0-20e8b680880a\",\n \"title\": \"Harry Potter and the Goblet of Fire\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:07:52.518Z\"\n },\n {\n \"id\": \"f8dd364c-6361-404a-aacb-c490305324e4\",\n \"title\": \"Occaecati qui et et id at voluptatibus.\",\n \"author\": \"Larry Ankunding\",\n \"genre\": \"self-help\",\n \"yearPublished\": 292,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:06:00.572Z\"\n },\n {\n \"id\": \"fe0293c5-0aa0-4417-9c12-03c24b499a4a\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:06:00.350Z\"\n },\n {\n \"id\": \"ce85f97a-f9a8-4959-8cda-78323a2215f5\",\n \"title\": \"Occaecati voluptatum consequatur qui voluptatum rem accusantium dignissimos.\",\n \"author\": \"Cedric Frami\",\n \"genre\": \"tech\",\n \"yearPublished\": 549,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:04:06.527Z\"\n },\n {\n \"id\": \"6592b009-b9bd-4125-bee3-275bcce26dfd\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:18:51.329Z\"\n },\n {\n \"id\": \"94a830e1-0a16-441c-baae-16fcef6dc139\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:11:04.035Z\"\n },\n {\n \"id\": \"4b5e1b41-6c2d-4688-8dc8-2c1a8d092f91\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:10:10.488Z\"\n },\n {\n \"id\": \"d29fe278-2deb-4216-bbc4-5b6b42b12345\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:08:36.140Z\"\n },\n {\n \"id\": \"e27ab160-27ed-4f55-a936-7a7fa55d40cf\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:07:46.838Z\"\n },\n {\n \"id\": \"8591c6b9-d482-4a9a-9d8f-f1f12a30e903\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:07:37.345Z\"\n },\n {\n \"id\": \"1a128b24-621e-4a22-8f31-8af1ba0ea80c\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:06:27.129Z\"\n },\n {\n \"id\": \"e5f5b5a7-0424-4f1e-ab59-259dd0c94b11\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:04:51.504Z\"\n },\n {\n \"id\": \"a0994451-bf42-44ca-9d4e-22a478b09fbd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:04:28.084Z\"\n },\n {\n \"id\": \"e6dcc4f6-d8ee-4ae8-93c2-e42e932ad439\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:03:24.634Z\"\n },\n {\n \"id\": \"d4d8d4da-68cd-4d2a-b299-faf3129f0e07\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:02:14.980Z\"\n },\n {\n \"id\": \"4a8f82e5-0b7c-4090-9a79-c8b83ef868b2\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:02:02.380Z\"\n },\n {\n \"id\": \"1257bd58-4b20-4648-889a-89a346373bdd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:55:26.407Z\"\n },\n {\n \"id\": \"d82938b6-0e6b-47ec-8e5c-4f8e2ab54504\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:55:20.309Z\"\n },\n {\n \"id\": \"5ad58fed-a27e-4523-827c-837f1a18f3b1\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:54:25.266Z\"\n },\n {\n \"id\": \"eb22ad6a-af6c-4d21-afcf-a066a17c33ee\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:50:55.453Z\"\n },\n {\n \"id\": \"340fae36-cdf8-447f-9656-59a5aa7c3644\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:48:08.288Z\"\n },\n {\n \"id\": \"defb996c-641a-4500-b54b-5df320a0901e\",\n \"title\": \"Doodle Anything\",\n \"author\": \"Vishnupriya\",\n \"genre\": \"Art\",\n \"yearPublished\": 2026,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:07:43.774Z\"\n },\n {\n \"id\": \"467d1202-be56-4e24-85a2-36f1731d5625\",\n \"title\": \"repellat\",\n \"author\": \"Roy Spencer\",\n \"genre\": \"self-help\",\n \"yearPublished\": 288,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:06:06.190Z\"\n },\n {\n \"id\": \"f5a3386d-e8c8-416c-b222-3563af5d27e1\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:06:06.010Z\"\n },\n {\n \"id\": \"204e9ad7-35de-4bc0-b775-9f842f5aed7d\",\n \"title\": \"Software Engineering for Architects\",\n \"author\": \"Vishnupriya\",\n \"genre\": \"Software Engineering\",\n \"yearPublished\": 2026,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:03:09.945Z\"\n },\n {\n \"id\": \"54855365-0f59-4d6c-b45e-c24c8b728785\",\n \"title\": \"Software Engineering for Architects\",\n \"author\": \"Vishnupriya\",\n \"genre\": \"Software Engineering\",\n \"yearPublished\": 2026,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:01:29.031Z\"\n },\n {\n \"id\": \"07030721-5fea-445a-8bee-1d4239a53b84\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:00:10.218Z\"\n },\n {\n \"id\": \"00b997e2-ea67-4028-b85d-bdd31754e311\",\n \"title\": \"Extreme Ownership\",\n \"author\": \"Jocko Willink\",\n \"genre\": \"Self Help\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:58:57.563Z\"\n },\n {\n \"id\": \"585a4ccf-ba7d-4955-84eb-bc1f40abe832\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:52:54.940Z\"\n },\n {\n \"id\": \"c14fa41b-79d3-4020-8561-2c023c71a161\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:52:29.719Z\"\n },\n {\n \"id\": \"8efa0a5e-b66c-442c-96c6-11734db46d40\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:50:52.472Z\"\n },\n {\n \"id\": \"7d13350c-ca3c-4ddb-bc2b-0e4aed69b31a\",\n \"title\": \"Extreme Ownership\",\n \"author\": \"Jocko Willink\",\n \"genre\": \"Self Help\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:30:00.842Z\"\n },\n {\n \"id\": \"b5c7c5a6-4949-465f-a73d-2bdadcc60456\",\n \"title\": \"Extreme Ownership\",\n \"author\": \"Jocko Willink\",\n \"genre\": \"Self Help\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:27:38.641Z\"\n },\n {\n \"id\": \"63ef4e9a-654c-43db-ac19-7aefa06e2718\",\n \"title\": \"Extreme Ownership\",\n \"author\": \"Jocko Willink\",\n \"genre\": \"Self Help\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:26:12.619Z\"\n },\n {\n \"id\": \"b198aa74-02d5-4d9e-b528-c806d4b405e5\",\n \"title\": \"At commodi qui quis ipsa asperiores voluptatum.\",\n \"author\": \"Denise Strosin I\",\n \"genre\": \"self-help\",\n \"yearPublished\": 814,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:04:24.509Z\"\n },\n {\n \"id\": \"35ef593e-bbe0-468a-9a44-e0005ad90c69\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:04:24.147Z\"\n },\n {\n \"id\": \"8078eceb-4365-4bed-9cab-31502959c3b9\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T00:00:32.880Z\"\n },\n {\n \"id\": \"6848c1b6-b562-4923-8787-48f2d098ed3f\",\n \"title\": \"Zafiros en la Piel\",\n \"author\": \"Viviana Rivero\",\n \"genre\": \"erotic\",\n \"yearPublished\": 2009,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:41:24.708Z\"\n },\n {\n \"id\": \"7d172fe0-8ca1-4869-b663-7edfd4273ded\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:40:25.942Z\"\n },\n {\n \"id\": \"141739df-c174-4f90-996e-1a8beccfedec\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:37:21.971Z\"\n },\n {\n \"id\": \"c1b77198-6b2a-47a4-bb45-dba751d15055\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:37:07.697Z\"\n },\n {\n \"id\": \"8e359ecf-398c-40c9-bc57-0c2e9c1f8ed5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:35:47.485Z\"\n },\n {\n \"id\": \"84b5fa6b-2e12-410b-8ce3-ab4c82084e34\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:23:28.234Z\"\n },\n {\n \"id\": \"5daee178-1938-479e-bb2b-9eccaddf84bf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:14:47.251Z\"\n },\n {\n \"id\": \"f703b9b0-73e2-457e-acac-13e9f27bb6c0\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:11:38.735Z\"\n },\n {\n \"id\": \"32619d68-6d1f-46e1-9755-46a4622eeb9f\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:01:50.503Z\"\n },\n {\n \"id\": \"183ea3aa-1597-430a-b776-8398b1e20540\",\n \"title\": \"Wuthering Heights\",\n \"author\": \"Emily Bronte\",\n \"genre\": \"Gothic fiction\",\n \"yearPublished\": 1848,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:52:14.665Z\"\n },\n {\n \"id\": \"10237749-0bc8-4b82-a5a8-33f5ce497413\",\n \"title\": \"Wuthering Heights\",\n \"author\": \"Emily Bronte\",\n \"genre\": \"Gothic fiction\",\n \"yearPublished\": 1848,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:51:16.762Z\"\n },\n {\n \"id\": \"50632e3e-95cd-450a-b97f-76939e26e8de\",\n \"title\": \"1984\",\n \"author\": \"George Orwell\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1949,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:29:29.019Z\"\n },\n {\n \"id\": \"ea665ccd-ece6-424a-9738-05e01b76762b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:17:43.752Z\"\n },\n {\n \"id\": \"2c5fe121-353c-4e27-9b93-87fa365c5128\",\n \"title\": \"The Hunger Games\",\n \"author\": \"Suzanne Collins\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2008,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:13:33.659Z\"\n },\n {\n \"id\": \"cf65af59-7f29-4b5f-a465-4534b094fc8e\",\n \"title\": \"The Hunger Games\",\n \"author\": \"Suzanne Collins\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2008,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:07:37.800Z\"\n },\n {\n \"id\": \"f9b42542-914c-42ce-848e-f67fd7a0cb90\",\n \"title\": \"Secreto bien guardado\",\n \"author\": \"Viviana Rivero\",\n \"genre\": \"novel\",\n \"yearPublished\": 2010,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:04:24.396Z\"\n },\n {\n \"id\": \"64f1a5ef-bcf1-41d6-95eb-0c9d1a718093\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:00:29.478Z\"\n },\n {\n \"id\": \"4fec9c19-ead7-4a41-afbf-86452510f239\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:58:29.174Z\"\n },\n {\n \"id\": \"d96a1996-19a7-4bdc-ae5d-1b57fe63a376\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:58:06.790Z\"\n },\n {\n \"id\": \"e36fc347-344d-4d1c-965b-09f8b44cc8ab\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:55:09.835Z\"\n },\n {\n \"id\": \"664f4498-64db-4f73-8cde-c16a05b20621\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:54:55.228Z\"\n },\n {\n \"id\": \"e6688a13-e222-43d7-a3f1-f0582e27a604\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:53:34.149Z\"\n },\n {\n \"id\": \"c07a21e8-814c-449d-aa0a-c21798bdf396\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:52:35.909Z\"\n },\n {\n \"id\": \"dd599e06-0b66-492d-b578-97e9db7aa1e9\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:46:58.219Z\"\n },\n {\n \"id\": \"4ce9be37-30a4-43c6-b93b-e0bc27347964\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:45:22.604Z\"\n },\n {\n \"id\": \"082834ab-24d4-4a58-825b-e05a5a1784a3\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:45:06.005Z\"\n },\n {\n \"id\": \"d4081f8f-f424-42c0-8a50-82226f8000bb\",\n \"title\": \"Fifty Shades of Grey\",\n \"author\": \"E.L. James\",\n \"genre\": \"novel\",\n \"yearPublished\": 2011,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:42:17.276Z\"\n },\n {\n \"id\": \"47d0257c-975c-4d9b-aae6-165da20d30bf\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:39:52.630Z\"\n },\n {\n \"id\": \"f43de3e5-efb9-462f-b159-bae382c33cc8\",\n \"title\": \"Inteligencia Emocional\",\n \"author\": \"Daniel Goleman\",\n \"genre\": \"psicologia\",\n \"yearPublished\": 1995,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:37:11.604Z\"\n },\n {\n \"id\": \"f0a473ad-33e1-43bb-9231-e790cd15553b\",\n \"title\": \"The Alchemist New\",\n \"author\": \"Paulo Coelho\",\n \"genre\": \"quest\",\n \"yearPublished\": 1988,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:34:37.455Z\"\n },\n {\n \"id\": \"25dba982-b60c-4ccb-a152-126cdd8b8468\",\n \"title\": \"Inteligencia Emocional\",\n \"author\": \"Daniel Goleman\",\n \"genre\": \"psicologia\",\n \"yearPublished\": 1995,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:33:06.604Z\"\n },\n {\n \"id\": \"d8cebe34-15ec-4375-9994-8984b27a384b\",\n \"title\": \"The Alchemist\",\n \"author\": \"Paulo Coelho\",\n \"genre\": \"quest\",\n \"yearPublished\": 1988,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:28:58.430Z\"\n },\n {\n \"id\": \"8dc5c076-f418-49fd-ab90-6dc53cc45af7\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:09:10.928Z\"\n },\n {\n \"id\": \"057dccc9-afbe-478f-b3ed-2c929740a7cb\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:02:12.639Z\"\n },\n {\n \"id\": \"a87104e3-a028-415e-892e-20131a28e173\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:48:07.016Z\"\n },\n {\n \"id\": \"78a9e53f-972d-4262-b0da-e47a1ec7d7ae\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:47:05.827Z\"\n },\n {\n \"id\": \"52e2a08e-90a6-49ab-a3eb-12741a0ad189\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:46:44.996Z\"\n },\n {\n \"id\": \"97bb77c7-8ba4-4847-98c1-a60ca6b7fb18\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:46:37.498Z\"\n },\n {\n \"id\": \"dfb20cfd-aa44-4181-9be5-f132efbec27a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:44:05.346Z\"\n },\n {\n \"id\": \"52c3cd6a-492e-4e9d-8710-553f404a696a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:42:41.257Z\"\n },\n {\n \"id\": \"184bbd14-e856-44ac-83e1-0a28155bc6a1\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:41:34.280Z\"\n },\n {\n \"id\": \"5834a1cf-ecbb-474a-b133-ae570f4486d5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:34:48.052Z\"\n },\n {\n \"id\": \"2a33dea2-06d5-4461-b649-d5dc0bd48af2\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:27:07.911Z\"\n },\n {\n \"id\": \"e91ce2d7-e7ee-49a2-a18f-8a301f4699c6\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:26:15.512Z\"\n },\n {\n \"id\": \"4683b41e-8e28-4967-a95b-e0e84bf194d4\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:24:19.531Z\"\n },\n {\n \"id\": \"ae6c38d5-8a6f-4319-a7fb-d209a20f5be5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:16:00.593Z\"\n },\n {\n \"id\": \"2a4755e7-02de-4de0-bc04-527e070a50dc\",\n \"title\": \"To Kill a Mockingbird \",\n \"author\": \"Ghalia\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:13:53.554Z\"\n },\n {\n \"id\": \"32265c6b-d4b4-4d90-939d-047ff6ae72cc\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:12:19.237Z\"\n },\n {\n \"id\": \"28904bfc-33a4-4ca3-a5c8-91767d053b22\",\n \"title\": \"To Kill a Mockingbird new2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:10:44.521Z\"\n },\n {\n \"id\": \"c38beb2e-1b27-4dc7-989a-4192c4983b99\",\n \"title\": \"veniam quisquam tenetur\",\n \"author\": \"Miss Marlon Heaney\",\n \"genre\": \"self-help\",\n \"yearPublished\": 792,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:03:14.754Z\"\n },\n {\n \"id\": \"543e08bd-80b1-4d3e-9102-5baa1f6d82c3\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:03:13.887Z\"\n },\n {\n \"id\": \"3152b792-086f-48ad-8c67-a6daf960752e\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:01:53.264Z\"\n },\n {\n \"id\": \"65f66cf5-4a34-4800-a292-cadd2805f8ca\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:00:44.731Z\"\n },\n {\n \"id\": \"5127065b-89c3-48aa-bbb4-5a86552af671\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:59:43.467Z\"\n },\n {\n \"id\": \"138b7d9a-9166-4c4d-961e-4de1869f1a46\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:59:12.807Z\"\n },\n {\n \"id\": \"fbf98c5b-078c-4de2-9f8f-2ca4e3a22cf9\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:56:04.716Z\"\n },\n {\n \"id\": \"cfa07850-bff5-4d51-a73b-135be8c68092\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:55:50.297Z\"\n },\n {\n \"id\": \"e5089bcf-eb4f-4a00-9fd3-8a1e3d7b198b\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:55:20.095Z\"\n },\n {\n \"id\": \"0a8816a2-b5c1-40a5-ae2a-833f7d5c4f23\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:55:14.337Z\"\n },\n {\n \"id\": \"56d8a00b-55d8-451f-80fd-07de53b32d14\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:55:02.396Z\"\n },\n {\n \"id\": \"2015faa9-f6fd-4a51-aad9-8bfe25ce23b0\",\n \"title\": \"Pillow Thoughts II\",\n \"author\": \"Courtney Peppernell\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:50:07.885Z\"\n },\n {\n \"id\": \"e9a89f07-999e-49ad-b7fc-5b2b7b6bf8bb\",\n \"title\": \"Solitario De Amor\",\n \"author\": \"Cristina Peri Rossi\",\n \"genre\": \"novel\",\n \"yearPublished\": 1988,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:43:55.036Z\"\n },\n {\n \"id\": \"78c84d38-da50-4d41-80da-5f5e723f01d7\",\n \"title\": \"To Kill a Mockingbird know\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:34:46.860Z\"\n },\n {\n \"id\": \"8f4acd75-2029-45fd-b272-492403898944\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:22:39.480Z\"\n },\n {\n \"id\": \"9c5b0077-a802-4fbe-bb47-553f71d94090\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:22:05.689Z\"\n },\n {\n \"id\": \"9fa1f063-b2e9-4f84-8fbc-94a2049a1737\",\n \"title\": \"The Analyst\",\n \"author\": \"John Katzenbach\",\n \"genre\": \"thriller\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:21:59.730Z\"\n },\n {\n \"id\": \"fea9da50-7ffb-4f01-a72b-2e948cd75974\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:21:28.345Z\"\n },\n {\n \"id\": \"a17db9b4-3a96-4c11-8c21-522d2ec86c1d\",\n \"title\": \"The Analyst\",\n \"author\": \"John Katzenbach\",\n \"genre\": \"thriller\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:19:20.519Z\"\n },\n {\n \"id\": \"517f966f-f4ac-42a1-840c-f706081dc9fe\",\n \"title\": \"To Kill a Mockingbird N\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:18:06.014Z\"\n },\n {\n \"id\": \"1493e465-3530-4d0a-b1f1-1af9d45a43da\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:18:02.241Z\"\n },\n {\n \"id\": \"38a152be-dafe-437a-b111-d4f2c3eb4c4e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:17:35.692Z\"\n },\n {\n \"id\": \"f63f6fd5-c10a-4930-9851-573dc1778607\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:15:41.992Z\"\n },\n {\n \"id\": \"be4fd5c3-a93a-421c-960c-f3d19f0c26c2\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:08:16.523Z\"\n },\n {\n \"id\": \"5714f2f7-1224-403c-b7d8-8f97c912ab2e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:03:40.730Z\"\n },\n {\n \"id\": \"f44a7ed3-3b57-4c5e-8cec-c8ad29dc047e\",\n \"title\": \"Quibusdam aperiam eos ea. Doloremque et dolor delectus eum. Facere distinctio aliquid adipisci consequuntur ea. Qui suscipit dolor quod. Accusamus commodi repudiandae. Amet eos maiores corporis voluptate quibusdam consequatur est unde.\",\n \"author\": \"Reginald Raynor\",\n \"genre\": \"self-help\",\n \"yearPublished\": 195,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:02:28.305Z\"\n },\n {\n \"id\": \"00d2015d-ffc1-4c0f-9b1c-f69e88d36dd2\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:02:27.965Z\"\n },\n {\n \"id\": \"37ee72e1-ff5e-4b71-8409-96c6abfa5ca6\",\n \"title\": \"How you complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:59:53.182Z\"\n },\n {\n \"id\": \"b8a4767b-3cba-4cdb-854e-58e4c504522a\",\n \"title\": \"How you achieve complete frotnend mastery course\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"programming\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:56:16.289Z\"\n },\n {\n \"id\": \"d14ceb92-6071-4fab-afab-4306787cae4a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:54:44.533Z\"\n },\n {\n \"id\": \"af06b126-2a6d-4007-b654-7986653aafd9\",\n \"title\": \"What is the basic element to make you successfull\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"ethics and rules\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:46:27.951Z\"\n },\n {\n \"id\": \"d8130fd3-527c-4559-83ee-068c201422fa\",\n \"title\": \"How to start your career in IOT\",\n \"author\": \"Syed Muhammad Musab\",\n \"genre\": \"science\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:38:09.413Z\"\n },\n {\n \"id\": \"8c7c1c86-44dd-4f86-9118-a498e53ba007\",\n \"title\": \"How to win friends and influence people\",\n \"author\": \"Dale Carnegie\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1936,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:34:23.131Z\"\n },\n {\n \"id\": \"0e99d28c-eb9c-4d06-84f8-d6d98d9da8dc\",\n \"title\": \"To a little Mocking Bird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:31:38.260Z\"\n },\n {\n \"id\": \"3edee0a8-7203-440b-bfbc-c2fa84e64f37\",\n \"title\": \"Power of Subconcious Mind\",\n \"author\": \"Josheph Murphy\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:09:13.795Z\"\n },\n {\n \"id\": \"6085c1fc-30ed-402e-b0a5-9408fd9e6ab3\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:05:27.718Z\"\n },\n {\n \"id\": \"a1a6f6e3-1f5f-4d89-8668-e476ed3161eb\",\n \"title\": \"To Kill\",\n \"author\": \"Harper Lee\",\n \"genre\": \"comedy\",\n \"yearPublished\": 1967,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:01:40.321Z\"\n },\n {\n \"id\": \"e1a79272-f306-45a3-a756-65c17a472abe\",\n \"title\": \"To Kill\",\n \"author\": \"Harper Lee\",\n \"genre\": \"comedy\",\n \"yearPublished\": 1967,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:01:20.051Z\"\n },\n {\n \"id\": \"a6b69b2d-ddd3-4a08-826b-8011342bb9ae\",\n \"title\": \"Believe in Yourself\",\n \"author\": \"Josheph Murphy\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:01:11.130Z\"\n },\n {\n \"id\": \"b7d5913f-2432-4a51-9eeb-0d13f56e91ea\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:57:13.072Z\"\n },\n {\n \"id\": \"b1fda6de-1124-4ab3-9a7f-47b086386d01\",\n \"title\": \"To Kill MockPretty\",\n \"author\": \"HarLe\",\n \"genre\": \"comedy\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:45:36.678Z\"\n },\n {\n \"id\": \"6adf643b-c47c-4df8-b45d-2929190d93dd\",\n \"title\": \"Think like a monk\",\n \"author\": \"Jay Shetty\",\n \"genre\": \"self help book\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:41:56.857Z\"\n },\n {\n \"id\": \"68adbcde-ea44-441c-9726-54e79e5901dd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:32:53.844Z\"\n },\n {\n \"id\": \"190684f5-bdc6-44e5-88c2-1baeba5b686a\",\n \"title\": \"hero\",\n \"author\": \"sahil\",\n \"genre\": \"Autobiography\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:32:12.184Z\"\n },\n {\n \"id\": \"848fb377-ca6f-464c-9906-cde8377d8242\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:30:59.640Z\"\n },\n {\n \"id\": \"fd50ce4b-6faf-4b12-a382-d05f3404b174\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:30:20.800Z\"\n },\n {\n \"id\": \"bc0d5581-ca4b-4ae1-9034-74708ad44330\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:28:55.498Z\"\n },\n {\n \"id\": \"e66d6756-6e0d-4db4-8c23-7b91ffc3d689\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:26:59.804Z\"\n },\n {\n \"id\": \"565f604a-3267-4e16-a33d-d97169667575\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:26:43.606Z\"\n },\n {\n \"id\": \"859918c8-d985-49c7-838e-47d496f1d871\",\n \"title\": \"Pillow Thoughts II\",\n \"author\": \"Courtney Peppernell\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:24:43.921Z\"\n },\n {\n \"id\": \"70a7b2f8-16c4-4493-a744-b88f2d8116fe\",\n \"title\": \"To Kill MockPretty\",\n \"author\": \"HarLe\",\n \"genre\": \"comedy\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:22:27.469Z\"\n },\n {\n \"id\": \"61fa72a1-2b20-47aa-882a-289630b54e9f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:22:25.725Z\"\n },\n {\n \"id\": \"a3c1fd5e-a96d-4e2a-94f8-8a35a940d9a9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:21:08.664Z\"\n },\n {\n \"id\": \"de74e915-cac8-4e5c-872c-4121a8e7ae7f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:19:54.840Z\"\n },\n {\n \"id\": \"213eace3-1a51-4391-9721-d0a3ab480843\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:19:44.337Z\"\n },\n {\n \"id\": \"1819480c-ee8a-432c-a077-1474c2873d41\",\n \"title\": \"Think like a monk\",\n \"author\": \"Jay Shetty\",\n \"genre\": \"self help book\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:17:05.522Z\"\n },\n {\n \"id\": \"62ce9416-5480-474e-a7dd-9bcffba52944\",\n \"title\": \"To Kill a MockPretty\",\n \"author\": \"HarperLe\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:16:47.620Z\"\n },\n {\n \"id\": \"8e0ac406-13da-48e6-ace7-84c9c32f659e\",\n \"title\": \"hero\",\n \"author\": \"sahil\",\n \"genre\": \"Autobiography\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:16:17.249Z\"\n },\n {\n \"id\": \"90216c96-43d6-4048-be09-e55e750e6f1e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:08:43.147Z\"\n },\n {\n \"id\": \"577422eb-15c2-4e5c-a1c7-0ee824403129\",\n \"title\": \"Rich Dad Poor Dad\",\n \"author\": \"Robert Kiyosaki and Sharon Lechter\",\n \"genre\": \"financial education\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:07:55.350Z\"\n },\n {\n \"id\": \"3bafa4db-e710-49a2-b0e8-d6d9cd4a52a0\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:07:53.334Z\"\n },\n {\n \"id\": \"80d6d333-9b85-4717-8892-913757fdc145\",\n \"title\": \"SteveJobsThink\",\n \"author\": \"John\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2021,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:04:10.208Z\"\n },\n {\n \"id\": \"6d8e137b-b277-4a3c-9465-e64971179cef\",\n \"title\": \"Myth and Religion\",\n \"author\": \"Alan Watts\",\n \"genre\": \"philosophy\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:59:04.198Z\"\n },\n {\n \"id\": \"3067809b-a8bf-4e91-99f9-9d323f11004d\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:51:01.551Z\"\n },\n {\n \"id\": \"692fbe4c-548b-481d-bd89-465e3caa8325\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:50:53.110Z\"\n },\n {\n \"id\": \"d4236c9f-b324-4678-aaa5-a079fa810c3c\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:49:43.482Z\"\n },\n {\n \"id\": \"9fd75f53-8bf7-4096-9841-3a57ebecb60c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:49:05.546Z\"\n },\n {\n \"id\": \"7f70491d-845c-4eb0-8664-14d1e93c5ae9\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:48:48.385Z\"\n },\n {\n \"id\": \"ed3bd1fa-5785-4e9f-89eb-338e200df175\",\n \"title\": \"Innovators\",\n \"author\": \"Walter Isacson\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:46:00.098Z\"\n },\n {\n \"id\": \"f9575973-fedf-411c-8e9f-a977281712f6\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:45:08.387Z\"\n },\n {\n \"id\": \"b2e0ed2b-7843-4c13-8f14-f2b13fadfe48\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:43:34.235Z\"\n },\n {\n \"id\": \"88882ea0-c3aa-470a-b0c9-a1e5e05257c6\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:43:17.505Z\"\n },\n {\n \"id\": \"66d13f2e-d2ed-4226-b53b-18f409dca26f\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:54.042Z\"\n },\n {\n \"id\": \"c03b8882-58b7-432c-ac40-6704cad76ada\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:43.141Z\"\n },\n {\n \"id\": \"a44d3c19-c3d4-4253-a882-7ee5fd31977c\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:13.591Z\"\n },\n {\n \"id\": \"302821c6-261f-41ef-9cbb-24cdc3d010eb\",\n \"title\": \"Energize your mind\",\n \"author\": \"Gaur Gopal Das\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:04.177Z\"\n },\n {\n \"id\": \"c427696e-a330-4004-bd8a-6cf1a6c082a1\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:37:21.596Z\"\n },\n {\n \"id\": \"897d4a3d-dd64-42bb-9151-e821602c1740\",\n \"title\": \"Red, White & Royal Blue\",\n \"author\": \"Casey McQuiston\",\n \"genre\": \"Romance\",\n \"yearPublished\": 2019,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:36:14.072Z\"\n },\n {\n \"id\": \"d9b5bc25-f694-4510-a613-e78c2ce12896\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:34:02.789Z\"\n },\n {\n \"id\": \"26698a46-eb63-4b62-968f-a76cb3908b49\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:30:41.888Z\"\n },\n {\n \"id\": \"f8fefb4e-f51a-4cab-bef3-be7e0ff02c94\",\n \"title\": \"Death Note\",\n \"author\": \"Tsugumi Ohba\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:24:16.016Z\"\n },\n {\n \"id\": \"7c528510-a452-4e9d-b0e0-89b58fd4c167\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:21:49.628Z\"\n },\n {\n \"id\": \"9d988170-50a2-4714-87c4-29d420c323a3\",\n \"title\": \"Orange\",\n \"author\": \"Ichigo Takanoe\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:14:05.419Z\"\n },\n {\n \"id\": \"d59e5c96-db10-4179-a99c-b8050e63d241\",\n \"title\": \"Harry Potter and the Goblet of Fire\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:07:32.023Z\"\n },\n {\n \"id\": \"8ebc7366-b5ab-4606-a468-cca14bb90dcb\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:03:50.535Z\"\n },\n {\n \"id\": \"019bec8b-c2dc-46cb-8808-aa7fa2036c06\",\n \"title\": \"The Last Devil to Die\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:58:45.878Z\"\n },\n {\n \"id\": \"8c06b90e-fff3-40b5-a019-599072fb9c02\",\n \"title\": \"The Bullet That Missed\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2022,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:58:24.300Z\"\n },\n {\n \"id\": \"ab10cb61-ee8e-4b4d-8ac5-d1f1be3927b7\",\n \"title\": \"The Man Who Died Twice\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2021,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:57:31.048Z\"\n },\n {\n \"id\": \"d36209bc-aea9-4255-83f0-a8a86d871576\",\n \"title\": \"The Thursday Murder Club\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:55:19.696Z\"\n },\n {\n \"id\": \"ee39e06e-c724-4ece-83b1-e25c06a85d56\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:49:51.188Z\"\n },\n {\n \"id\": \"8c22766e-8cc6-40d7-90a4-cbcea2d0a5dc\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:49:07.564Z\"\n },\n {\n \"id\": \"b5c5c429-c9ce-4b3a-a597-53d447bf713f\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:47:29.832Z\"\n },\n {\n \"id\": \"61afff70-a14f-4d80-a588-63cf48b4f5ab\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:42:46.724Z\"\n },\n {\n \"id\": \"d15bbb67-36b1-4b85-83e0-13117d51a58e\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:42:25.061Z\"\n },\n {\n \"id\": \"c54159e5-3d7f-46c3-9b84-449b0faa19d7\",\n \"title\": \"EL PODER DE LAS PALABRAS\",\n \"author\": \"Mariano Sigman\",\n \"genre\": \"self help\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:33:26.242Z\"\n },\n {\n \"id\": \"b74dbfaa-37ec-42e1-9c32-d7a561deef30\",\n \"title\": \"EL PODER DE LAS PALABRAS\",\n \"author\": \"Mariano Sigman\",\n \"genre\": \"self help\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:30:26.441Z\"\n },\n {\n \"id\": \"b9370609-4043-4f82-b3dc-a07fcd4e3c4a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:29:25.395Z\"\n },\n {\n \"id\": \"043958ae-07ad-4562-894a-0400344776e4\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:29:00.471Z\"\n },\n {\n \"id\": \"e958d51c-11bd-4e4f-8262-de964a8d7590\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:28:41.411Z\"\n },\n {\n \"id\": \"eda07018-dcee-4969-a9e9-83a9d557214c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:28:25.994Z\"\n },\n {\n \"id\": \"10bd98b1-b6c0-4657-a3ea-b5c92c7c85ed\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:26:33.438Z\"\n },\n {\n \"id\": \"40e21b81-28a2-43ad-9388-102e0a39bd10\",\n \"title\": \"Anyone but you\",\n \"author\": \"Jennifer Crusie\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:25:23.551Z\"\n },\n {\n \"id\": \"4afba622-45e2-45ab-9449-6a975cd6511c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:23:50.867Z\"\n },\n {\n \"id\": \"31e48aec-d583-4e4a-885a-ed04c0ce860a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:21:36.433Z\"\n },\n {\n \"id\": \"edd67c83-7793-47bd-b6da-c36a3574e118\",\n \"title\": \"Este dolor no es mio\",\n \"author\": \"Mark Wolynn\",\n \"genre\": \"self help\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:15:07.204Z\"\n },\n {\n \"id\": \"d64c6241-ab98-4bc8-88de-4a663a676926\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:13:27.040Z\"\n },\n {\n \"id\": \"915c617c-b42c-408b-b17e-be15d059c541\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:08:41.648Z\"\n },\n {\n \"id\": \"b7c58d43-f7ca-4868-aaf3-7f81c73dd512\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:08:05.465Z\"\n },\n {\n \"id\": \"6bc6690a-1858-476c-935e-6833ff7d279a\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:04:06.976Z\"\n },\n {\n \"id\": \"35407f9b-e13e-4d62-aa2c-b04cc20a4f15\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:59:54.183Z\"\n },\n {\n \"id\": \"49385def-34f1-4a9f-a391-cbcdd9b8feb9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:59:32.537Z\"\n },\n {\n \"id\": \"c9bca846-d81d-4ac2-956e-e629692fec1a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:59:00.064Z\"\n },\n {\n \"id\": \"05708d3a-8b14-4ef3-b86e-0a220d55fd19\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:54:15.363Z\"\n },\n {\n \"id\": \"8943482f-e359-401c-8126-89bffe53f525\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:53:23.695Z\"\n },\n {\n \"id\": \"f033dbef-a038-424d-9b11-7b9d05276681\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:46:09.682Z\"\n },\n {\n \"id\": \"da42e28f-b8ed-4e94-8067-b130a3860e36\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:44:24.198Z\"\n },\n {\n \"id\": \"c2e0f82a-dabd-4113-bcd4-caf66e0933fa\",\n \"title\": \"Este dolor no es mio\",\n \"author\": \"Mark Wolynn\",\n \"genre\": \"self help\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:42:26.687Z\"\n },\n {\n \"id\": \"1df0d4a6-9456-4492-ae23-c03a2312f828\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:40:26.335Z\"\n },\n {\n \"id\": \"2fd47e97-968f-4dac-a4b1-919be74968cf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:39:33.838Z\"\n },\n {\n \"id\": \"eb639740-81c4-461a-b0b1-7ebf21639ccc\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:39:26.976Z\"\n },\n {\n \"id\": \"df47d360-043b-4bab-9e12-3d067c452d63\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:36:17.555Z\"\n },\n {\n \"id\": \"bb237833-ef7d-4e3c-8425-ea9dfb1aabe6\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:32:56.095Z\"\n },\n {\n \"id\": \"69fc124b-422b-47da-9572-346e7d5f033c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:31:38.728Z\"\n },\n {\n \"id\": \"8dc18162-2057-497b-b9a0-a650325bf1cd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:29:49.413Z\"\n },\n {\n \"id\": \"d115403a-f02b-4b65-a0aa-7b44dc559a9a\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:27:52.179Z\"\n },\n {\n \"id\": \"9d651183-ded3-421e-b035-72f323228b41\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:27:47.340Z\"\n },\n {\n \"id\": \"cccdc153-3ed8-42aa-aa1f-3073a39d9772\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:27:33.267Z\"\n },\n {\n \"id\": \"6ec3ffc7-7620-412d-b32e-3488dd7f6895\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:24:31.134Z\"\n },\n {\n \"id\": \"8900771c-86d4-4346-a301-64a24f4b1c47\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:23:14.636Z\"\n },\n {\n \"id\": \"855f2444-88d3-4205-8783-7e001b52f50f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:20:20.937Z\"\n },\n {\n \"id\": \"38cb91e7-9612-4a48-b274-84990ca300f0\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:19:00.396Z\"\n },\n {\n \"id\": \"6a2e24ec-dd8e-43c4-8a58-302ae3f872a7\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:15:48.415Z\"\n },\n {\n \"id\": \"0f657449-8f04-4bec-a8f6-1a94e725ea3d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:09:09.961Z\"\n },\n {\n \"id\": \"8432f14e-811b-4f73-a06a-dddeb4291a61\",\n \"title\": \"Magni cumque qui dignissimos harum vel omnis minus.\",\n \"author\": \"Christy Torphy\",\n \"genre\": \"self-help\",\n \"yearPublished\": 581,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:03:01.623Z\"\n },\n {\n \"id\": \"6ced432f-9ae0-4457-9073-72eae8261061\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:03:01.327Z\"\n },\n {\n \"id\": \"baa09034-c894-4238-9eb1-b1d570ed6402\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:56:27.396Z\"\n },\n {\n \"id\": \"801740d8-09fa-4d8e-afb9-4edf120dc0ef\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:54:12.325Z\"\n },\n {\n \"id\": \"5e3a1dd3-e5a2-44eb-9870-f87336f953fd\",\n \"title\": \"Quiúbole con... Para hombres\",\n \"author\": \"Yordi Rosado\",\n \"genre\": \"Sociales\",\n \"yearPublished\": 2006,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:48:55.369Z\"\n },\n {\n \"id\": \"1bc76dc2-1ab4-4156-8eca-668dd93df934\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:42:41.467Z\"\n },\n {\n \"id\": \"bde9faa5-0755-49f4-bf22-d195f8455b78\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:42:12.569Z\"\n },\n {\n \"id\": \"c71b9894-140e-4668-a2c3-033632f6f054\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:37:35.762Z\"\n },\n {\n \"id\": \"06190e51-6b21-4a8d-bd7d-f09cde8ba94e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:26:44.054Z\"\n },\n {\n \"id\": \"1cab1817-a6d2-4ebc-ae2a-d02c92e6dc73\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:06:37.161Z\"\n },\n {\n \"id\": \"925af27a-06e9-484c-b0f9-d6e32710d37e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:05:26.999Z\"\n },\n {\n \"id\": \"92a9d89a-976f-4143-b39c-63b1123394a7\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:05:22.034Z\"\n },\n {\n \"id\": \"2f83a9c4-d241-4ffa-8f27-9ced290a0fa8\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:03:57.379Z\"\n },\n {\n \"id\": \"37c7d70a-1fbb-4dda-bb96-d7069110e737\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:03:11.318Z\"\n },\n {\n \"id\": \"d8d44b01-5639-409d-b710-977e6a6ddc97\",\n \"title\": \"Norwegian Wood\",\n \"author\": \"Haruki Murakami\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1987,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:02:20.750Z\"\n },\n {\n \"id\": \"c4113673-fddf-4d9e-b2fe-b19521ee0d32\",\n \"title\": \"Kafka on the Shore\",\n \"author\": \"Haruki Murakami\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:52:55.137Z\"\n },\n {\n \"id\": \"6d806f1b-b545-42ce-9c00-f30f9e552832\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:52:20.408Z\"\n },\n {\n \"id\": \"b16fc8d9-90e9-47fa-b20d-15a5f56e2722\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:47:46.257Z\"\n },\n {\n \"id\": \"c27754c7-5fb8-47e3-a808-6963287802f3\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:47:22.635Z\"\n },\n {\n \"id\": \"bd9ae6eb-d28d-44dd-80f3-4150db510582\",\n \"title\": \"Mayuresh Kasar's best seller books 2\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:47:11.596Z\"\n },\n {\n \"id\": \"25693a97-413d-4a72-8f1a-8c1395d46444\",\n \"title\": \"Mayuresh Kasar's best seller books\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:46:51.231Z\"\n },\n {\n \"id\": \"dfb26500-375e-4871-aa63-7baf26f32220\",\n \"title\": \"TestingXperts2\",\n \"author\": \"MG Hector\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:46:43.515Z\"\n },\n {\n \"id\": \"58351fca-04e8-4b01-9b12-93e8bc587db4\",\n \"title\": \"Mayuresh Kasar's best seller books\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:38:10.013Z\"\n },\n {\n \"id\": \"d26fb247-78a6-4b50-b12a-d337aa83f3e2\",\n \"title\": \"Mayuresh Kasar's best seller books\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:37:52.144Z\"\n },\n {\n \"id\": \"548d799c-bea9-408b-ab39-6fe900d16515\",\n \"title\": \"Mayuresh Kasar's best seller books\",\n \"author\": \"Mayuresh Kasar\",\n \"genre\": \"Romance and thriller\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:37:37.961Z\"\n },\n {\n \"id\": \"41c6839b-106c-47d0-8e0e-142e4719f2aa\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:36:20.463Z\"\n },\n {\n \"id\": \"f130babe-f95c-474c-b05f-8adf22d37a79\",\n \"title\": \"Púdrete en el infierno\",\n \"author\": \"Adrián Herrera\",\n \"genre\": \"Sociales y humanidades\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:33:23.293Z\"\n },\n {\n \"id\": \"12111d85-81bd-45f1-9921-276a04a0bf72\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:33:18.014Z\"\n },\n {\n \"id\": \"02c0715a-af91-4ee6-a59a-4f02c203f908\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:31:10.310Z\"\n },\n {\n \"id\": \"382c7dde-6e07-4195-9a9c-807efbcfd192\",\n \"title\": \"TestingXperts2\",\n \"author\": \"MG Hector\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:30:42.757Z\"\n },\n {\n \"id\": \"bde90946-a609-49e2-965b-3dc55da3fee2\",\n \"title\": \"To Kill a snake 3\",\n \"author\": \"Marcus Man\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:29:30.482Z\"\n },\n {\n \"id\": \"68d9bd55-1704-4c7e-9002-1c58600dd598\",\n \"title\": \"Corazón Demonio\",\n \"author\": \"Adrián Herrera\",\n \"genre\": \"Sociales y humanidades\",\n \"yearPublished\": 2021,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:27:20.959Z\"\n },\n {\n \"id\": \"6a394597-43cf-4c12-bf6f-cfa68d2fee93\",\n \"title\": \"TestingXperts2\",\n \"author\": \"MG Hector\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:26:32.757Z\"\n },\n {\n \"id\": \"fc705969-f360-4a87-bdb6-a05541332980\",\n \"title\": \"To Kill a snake 2\",\n \"author\": \"Marcus Man\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:25:46.296Z\"\n },\n {\n \"id\": \"304ac060-b269-4961-bb37-0b36999462db\",\n \"title\": \"To Kill a snake\",\n \"author\": \"Marcus Man\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:24:13.951Z\"\n },\n {\n \"id\": \"817478d1-6bb0-4d00-8680-cb6edbea2cb9\",\n \"title\": \"Corazón Demonio\",\n \"author\": \"Adrián Herrera\",\n \"genre\": \"Sociales y humanidades\",\n \"yearPublished\": 2021,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:23:38.871Z\"\n },\n {\n \"id\": \"13919e58-a29d-4387-9373-e139a63be222\",\n \"title\": \"TestingXperts\",\n \"author\": \"MG\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:16:18.164Z\"\n },\n {\n \"id\": \"eb396d8e-aa30-4de5-bdcd-4cb9c41901c8\",\n \"title\": \"Life after Death\",\n \"author\": \"Rajat Sharma\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:13:29.393Z\"\n },\n {\n \"id\": \"b83e907a-c14c-4b80-b3e6-82b9bbdcb20e\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:07:55.207Z\"\n },\n {\n \"id\": \"d08bb1d1-c2d6-4058-9a0c-3f1a126d3e09\",\n \"title\": \"To live as a Mockingbird\",\n \"author\": \"Bret Lee\",\n \"genre\": \"Horror\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:06:58.005Z\"\n },\n {\n \"id\": \"2ff1baf8-57eb-4e6e-913b-ee2b6135768e\",\n \"title\": \"id exercitationem dolorum\",\n \"author\": \"George Reilly\",\n \"genre\": \"self-help\",\n \"yearPublished\": 431,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:04:15.803Z\"\n },\n {\n \"id\": \"dde19a97-24dd-49b6-9a1d-aa9b8dcd7204\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:04:14.907Z\"\n },\n {\n \"id\": \"bcebc665-f241-4cc8-86b4-58f712782f2f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:54:06.442Z\"\n },\n {\n \"id\": \"6864d407-c65f-4491-b8b3-76d30cc05491\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:53:31.886Z\"\n },\n {\n \"id\": \"95b4126c-31b3-4253-997b-02fcd6eafab5\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:30:18.039Z\"\n },\n {\n \"id\": \"d0218554-4fac-4a6d-83b1-729ed635c85a\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:28:04.686Z\"\n },\n {\n \"id\": \"a8958347-4b21-4730-862c-a835b57938a6\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:21:01.964Z\"\n },\n {\n \"id\": \"a008e649-629f-43e4-b3e1-c31be42d63e5\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:20:55.611Z\"\n },\n {\n \"id\": \"31153956-960b-447a-b69f-004c82310ea9\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:20:08.406Z\"\n },\n {\n \"id\": \"392b76be-b5aa-41f2-a751-c2d6a2214200\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:11:59.195Z\"\n },\n {\n \"id\": \"d9625e1b-a7b8-423f-a722-c47d66f435cb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:11:39.884Z\"\n },\n {\n \"id\": \"687c3503-d33b-4f79-97c5-940400888e88\",\n \"title\": \"Infor LN\",\n \"author\": \"Infor\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:04:50.107Z\"\n },\n {\n \"id\": \"a1c1ae6a-9377-41eb-9dd5-a6789dcd239a\",\n \"title\": \"Infor LN\",\n \"author\": \"Infor\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:04:13.940Z\"\n },\n {\n \"id\": \"9b686b0e-3af0-47c5-bc43-72bd9fe33ed3\",\n \"title\": \"Infor LN\",\n \"author\": \"Infor\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:03:49.044Z\"\n },\n {\n \"id\": \"821c8de5-e5fa-4133-ac9e-e1337c256a14\",\n \"title\": \"Infor LN\",\n \"author\": \"Infor\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:03:16.720Z\"\n },\n {\n \"id\": \"e3cc1b5b-941e-4129-8677-79b9fce7e9f4\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:02:36.118Z\"\n },\n {\n \"id\": \"27d04f12-1c49-4277-9c93-e968a810410d\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:00:33.729Z\"\n },\n {\n \"id\": \"84798a5b-150b-4e36-af6d-f1546b7aa14a\",\n \"title\": \"The Ak\",\n \"author\": \"khan\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:00:24.645Z\"\n },\n {\n \"id\": \"3abc2de0-5ff1-4bd2-9e54-919202d22545\",\n \"title\": \"The Ak\",\n \"author\": \"Akhtar\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:59:26.444Z\"\n },\n {\n \"id\": \"2bd02568-6777-499b-90e5-5ca7199567f4\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:58:18.755Z\"\n },\n {\n \"id\": \"ebd8edcc-b7b7-41ae-aec7-f83eaa8ceb4c\",\n \"title\": \"Akhtar Khan\",\n \"author\": \"Akhtar\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:49:26.122Z\"\n },\n {\n \"id\": \"be0792bd-8ec0-4629-a11f-4830f6e762d8\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:42:22.270Z\"\n },\n {\n \"id\": \"5c24723a-ac97-4a4e-a50e-18306b37cecf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:40:47.973Z\"\n },\n {\n \"id\": \"fa055c1d-b6f5-48eb-977c-a64cca412292\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:36:56.245Z\"\n },\n {\n \"id\": \"1a8ad697-282e-47e9-83b3-8e270fc499aa\",\n \"title\": \"Mindset: The New Psychology of Success\",\n \"author\": \"Carol Dweck\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2006,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:34:54.159Z\"\n },\n {\n \"id\": \"526bb9a5-0b90-4133-a2e6-5d8245d2c601\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:34:36.554Z\"\n },\n {\n \"id\": \"7fcab532-a684-43d7-b26e-ce689aab8539\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:30:25.030Z\"\n },\n {\n \"id\": \"cf731f29-0621-4e16-a9f7-0647131f3fad\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:29:17.970Z\"\n },\n {\n \"id\": \"70635144-cfd1-4dbc-bb8e-6fc96bb69975\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:26:27.449Z\"\n },\n {\n \"id\": \"728ff092-e606-4d73-9b06-69dabca1477d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:20:23.323Z\"\n },\n {\n \"id\": \"94b2c566-b3be-4e40-a788-a13e82fb6b11\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:17:43.234Z\"\n },\n {\n \"id\": \"b26f122b-338d-45ec-a0f4-f3d05da6d02b\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:08:03.705Z\"\n },\n {\n \"id\": \"ad744848-4fb2-4e59-9d1d-24ee6e192a0a\",\n \"title\": \"Qui aut voluptatem aut odio neque. Aut ea porro quis minima blanditiis fugiat aut soluta et. Recusandae eveniet eum adipisci consequatur. Iste molestiae deleniti reiciendis harum. Harum ut nulla fugiat occaecati facere.\",\n \"author\": \"Dr. Mabel Turner\",\n \"genre\": \"self-help\",\n \"yearPublished\": 966,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:00:55.870Z\"\n },\n {\n \"id\": \"76e159ff-d327-48bb-8fca-811698b412db\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:00:55.720Z\"\n },\n {\n \"id\": \"887fb342-97bb-47ec-a785-3df2d608d2d0\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:57:32.707Z\"\n },\n {\n \"id\": \"a86a64e6-354e-413c-bd86-066228252898\",\n \"title\": \"Make money new1\",\n \"author\": \"Davidosky\",\n \"genre\": \"Inspirational\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:39:52.161Z\"\n },\n {\n \"id\": \"406a3ac1-14d6-4cf8-9f84-76b2e158fb87\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:20:30.023Z\"\n },\n {\n \"id\": \"e08db32a-4eab-4b88-8fbf-6f62361764a2\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:19:40.140Z\"\n },\n {\n \"id\": \"eff99a2d-4373-4d43-ab84-489cd46330fb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:18:57.978Z\"\n },\n {\n \"id\": \"ee90c8b3-9198-415b-9c09-1761c5b7fb48\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:18:15.110Z\"\n },\n {\n \"id\": \"daee61fb-fc5a-4021-8207-f94c7838b826\",\n \"title\": \"Intelligent Investor 1996\",\n \"author\": \"Benjamin\",\n \"genre\": \"finance\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:17:11.019Z\"\n },\n {\n \"id\": \"8b25c42b-2212-4d18-a6f9-91612ac07f1f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:13:53.878Z\"\n },\n {\n \"id\": \"bccb9a1d-259b-4bac-b8f1-9ca8068b4bdf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:12:01.250Z\"\n },\n {\n \"id\": \"075f8ba6-78a5-4da6-a0b8-f7efeaad50a9\",\n \"title\": \"To Kill a Mockingbird New book\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:10:48.604Z\"\n },\n {\n \"id\": \"cbdd8ca3-8edb-4e71-bf64-66dd7bfa9bce\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:10:46.906Z\"\n },\n {\n \"id\": \"a8d34aef-a51e-4d64-b662-d10590226420\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:08:44.837Z\"\n },\n {\n \"id\": \"f2a961aa-beaf-410c-ac3c-076c786f4034\",\n \"title\": \"Intelligent Investor 1996\",\n \"author\": \"Benjamin\",\n \"genre\": \"finance\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:08:11.758Z\"\n },\n {\n \"id\": \"0225120d-b2da-4463-ba02-3028ef9d14fb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:07:24.774Z\"\n },\n {\n \"id\": \"0084119c-399f-4b79-ae38-18b324c5ba08\",\n \"title\": \"To Kill a Mockingbird New book\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:07:21.899Z\"\n },\n {\n \"id\": \"c4a42e3e-7cf1-4754-9ab6-e3d8c8e7afb4\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:05:32.965Z\"\n },\n {\n \"id\": \"ef376a4d-c092-4ed0-9576-42910c23941c\",\n \"title\": \"Make money new\",\n \"author\": \"Davido\",\n \"genre\": \"Inspirational\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:05:18.067Z\"\n },\n {\n \"id\": \"aa8863b6-d107-41ad-8413-272e9a566db9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:03:48.748Z\"\n },\n {\n \"id\": \"add0462d-0368-4ad9-98a5-ed869ee5417b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:02:09.402Z\"\n },\n {\n \"id\": \"b9baa33c-6aad-4930-beee-e1a589623d9e\",\n \"title\": \"Fate meets irony\",\n \"author\": \"rinchentb\",\n \"genre\": \"non-fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:01:46.142Z\"\n },\n {\n \"id\": \"f988286b-c7c0-419c-b528-1f68a8345294\",\n \"title\": \"Suscipit autem quidem exercitationem enim. Inventore eum aut. Explicabo consequatur est veritatis et et illo ea ipsa.\",\n \"author\": \"Melissa Weissnat\",\n \"genre\": \"self-help\",\n \"yearPublished\": 547,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:01:33.353Z\"\n },\n {\n \"id\": \"cc95a076-bdf7-4a8b-8a17-465744883506\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:01:33.164Z\"\n },\n {\n \"id\": \"0f9d6f8a-7a34-4bd6-9142-f837ed9732eb\",\n \"title\": \"The Psychology of Money\",\n \"author\": \"Morgan Housell\",\n \"genre\": \"non-fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:56:15.934Z\"\n },\n {\n \"id\": \"e3307fd0-2302-4c98-9d2d-5ab02d47bf3c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:53:51.416Z\"\n },\n {\n \"id\": \"c9250ab2-262d-4e07-be3d-94eb46e4c472\",\n \"title\": \"Harry Potter: The Philosopher's Stone\",\n \"author\": \"JK Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:53:15.297Z\"\n },\n {\n \"id\": \"3e44bf4d-8a33-4d85-9739-4bf4729f5802\",\n \"title\": \"Make money\",\n \"author\": \"David\",\n \"genre\": \"Inspirational\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:52:59.666Z\"\n },\n {\n \"id\": \"ea712ba7-e81b-45ce-9dc4-89b74bfcde30\",\n \"title\": \"Make money\",\n \"author\": \"David\",\n \"genre\": \"Inspirational\",\n \"yearPublished\": 1999,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:52:05.978Z\"\n },\n {\n \"id\": \"788e0cfa-2401-4aab-b3dc-ee25524746ac\",\n \"title\": \"Make Heaven while you can\",\n \"author\": \"Man Of ***\",\n \"genre\": \"Gospel\",\n \"yearPublished\": 1889,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:41:51.208Z\"\n },\n {\n \"id\": \"c8d0ceff-f19a-4164-b113-19b51d42507b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:41:16.475Z\"\n },\n {\n \"id\": \"85cd3082-5acd-4915-b101-5583115deec8\",\n \"title\": \"To Kill a Mockingbird New book\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:40:02.356Z\"\n },\n {\n \"id\": \"d3227595-09a4-4758-99ec-d143a8567a1a\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:38:41.811Z\"\n },\n {\n \"id\": \"77119e41-442e-46ed-9160-7783596c9b9f\",\n \"title\": \"Fue un privilegio estar aqui\",\n \"author\": \"Melva Frias Vda. Carrillo\",\n \"genre\": \"Accion\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:07:29.748Z\"\n },\n {\n \"id\": \"31283d9a-f263-4019-8de5-7f863d4badcd\",\n \"title\": \"Las sagas de Potter\",\n \"author\": \"Josepi LucasMoi\",\n \"genre\": \"Accion\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:07:28.043Z\"\n },\n {\n \"id\": \"9eef9e17-ac1c-41cc-8722-f66f9c45d6c6\",\n \"title\": \"Future-proofed methodical knowledge user\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:04:04.914Z\"\n },\n {\n \"id\": \"1a45f124-92e9-4f7e-aca8-cf81c6f7cc72\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:02:31.346Z\"\n },\n {\n \"id\": \"5bb2d030-4165-4e02-8821-f06f3b0f34b2\",\n \"title\": \"Eat That Frog part-2\",\n \"author\": \"Mrs. Esha Gunjekar\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2060,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:52:36.339Z\"\n },\n {\n \"id\": \"4fae40cd-7f23-4d5c-9e9c-52a05eedefb3\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:46:36.529Z\"\n },\n {\n \"id\": \"404e5c46-3979-4620-a1a8-d26ea6ed1cc0\",\n \"title\": \"Eat That Frog\",\n \"author\": \"Esha Gunjekar\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2050,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:45:38.859Z\"\n },\n {\n \"id\": \"1362e47f-6052-4504-8f82-ca909f0cd7dd\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:39:52.869Z\"\n },\n {\n \"id\": \"aa8c1ff1-77cf-4389-9098-fa9d2aedc53c\",\n \"title\": \"Home\",\n \"author\": \"unkonwn\",\n \"genre\": \"Kids\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:29:25.300Z\"\n },\n {\n \"id\": \"625eae0a-577d-4749-aa67-2620848818ac\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:24:13.260Z\"\n },\n {\n \"id\": \"2a442ca2-7cf2-4fbd-b38a-2cbaccf1c56b\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:19:47.216Z\"\n },\n {\n \"id\": \"17b0c403-803e-4fc2-90c6-543ce2315c41\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:18:28.028Z\"\n },\n {\n \"id\": \"e731534c-2e73-41ff-8b9c-8a21ec3f8d53\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:17:48.497Z\"\n },\n {\n \"id\": \"06c9000c-38cb-4fcb-9f09-f1c8a233e241\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:16:19.003Z\"\n },\n {\n \"id\": \"2d047d91-d48f-4c82-9bdf-24983515fd04\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:15:56.873Z\"\n },\n {\n \"id\": \"4699c5a8-b22d-4f56-8c3e-925fd1a1ea15\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:03:38.979Z\"\n },\n {\n \"id\": \"a7957075-dce7-4a6a-af4f-f4d06cedeee7\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:00:28.752Z\"\n },\n {\n \"id\": \"ba2340cb-ede9-406b-8ad5-4981e1c179e3\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:40:51.935Z\"\n },\n {\n \"id\": \"cef5cb94-8730-4e4c-92f6-27a9feed3399\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:39:51.724Z\"\n },\n {\n \"id\": \"8ccd80f1-8005-43ab-9652-9ebdb3ae7e53\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:32:18.065Z\"\n },\n {\n \"id\": \"ae6d4037-94d2-4a6e-ad70-b029d53ad95d\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:29:55.020Z\"\n },\n {\n \"id\": \"611ed4c5-e576-4265-9184-47991ae2e478\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:34.585Z\"\n },\n {\n \"id\": \"78e6b0e7-def1-4f0b-bdef-49cea184a937\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:11.943Z\"\n },\n {\n \"id\": \"d286953e-ba1e-4783-81a6-fac71f2afbc0\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:10.970Z\"\n },\n {\n \"id\": \"4c079525-b046-40f2-b71e-d4bfe40abab5\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:10.053Z\"\n },\n {\n \"id\": \"f109b257-5400-4b5d-8805-e864120a0ead\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:09.043Z\"\n },\n {\n \"id\": \"4d3189eb-4c52-4c59-a7fd-12165ec8a495\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:07.865Z\"\n },\n {\n \"id\": \"a29f4ae7-a6ef-4392-8e32-9dd91c47cc7d\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:06.745Z\"\n },\n {\n \"id\": \"9072ab4f-d2b1-4028-a94e-255e4e426825\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:02.883Z\"\n },\n {\n \"id\": \"42a135da-a7a8-4fe7-96c4-14bdd2278186\",\n \"title\": \"Mindset: The New Psychology of Success\",\n \"author\": \"Carol Dweck\",\n \"genre\": \"non fiction\",\n \"yearPublished\": 2006,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:13:57.303Z\"\n },\n {\n \"id\": \"639552e0-19b5-4d9a-b005-3cd2dd3b3688\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:05:09.797Z\"\n },\n {\n \"id\": \"13cb70b8-5d68-47da-ac49-be0cb83c7c26\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:04:25.268Z\"\n },\n {\n \"id\": \"2d34b879-5c54-4379-9881-a5adf8af4311\",\n \"title\": \"rem suscipit qui\",\n \"author\": \"Jose Balistreri IV\",\n \"genre\": \"self-help\",\n \"yearPublished\": 114,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:04:04.671Z\"\n },\n {\n \"id\": \"aef65652-410e-424b-9d38-ea9308a03e08\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:04:04.263Z\"\n },\n {\n \"id\": \"6346f279-6912-4ce9-8aee-24f40df03582\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:00:44.497Z\"\n },\n {\n \"id\": \"c886fd31-976f-4c87-bcb0-b93654620cb5\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:00:40.668Z\"\n },\n {\n \"id\": \"c65b7ecc-4640-46fb-a7a9-105af729a5e3\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:59:04.337Z\"\n },\n {\n \"id\": \"8102e41c-1bc7-4eaa-ac39-5a5de15871fd\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:58:37.627Z\"\n },\n {\n \"id\": \"1c2f7f43-6734-429f-bc98-1c205b14a52c\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:57:38.241Z\"\n },\n {\n \"id\": \"7ada78ac-bc33-4732-9736-ac4e817396bc\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:42:43.594Z\"\n },\n {\n \"id\": \"d630bb4a-f573-4a47-8e2a-a7124217a4e8\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:34:38.840Z\"\n },\n {\n \"id\": \"afb6b546-a2fe-4155-9c54-005ad7533729\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:31:14.902Z\"\n },\n {\n \"id\": \"5823d05d-c802-49ec-bff6-ad664d7fbf4b\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:30:54.311Z\"\n },\n {\n \"id\": \"81e3a677-ee7d-4f5a-8fac-0082cc5d6277\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:30:40.623Z\"\n },\n {\n \"id\": \"4479900f-2fbe-4236-bfdd-1a3a9294e06c\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:30:24.097Z\"\n },\n {\n \"id\": \"ca4d5b6c-83ae-473a-8081-a07e57ca2a9c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:28:47.304Z\"\n },\n {\n \"id\": \"9e9385ac-71e9-45d6-94e3-d0a92210ad6c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:23:12.068Z\"\n },\n {\n \"id\": \"464d3617-a650-4842-96dc-0a112fdaa31a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:22:34.207Z\"\n },\n {\n \"id\": \"a0976de8-5db2-4cb2-b3ec-503f1816968e\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:21:19.022Z\"\n },\n {\n \"id\": \"a8d6ded3-5d9b-421a-be2d-6cc0cbc22879\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:15:22.712Z\"\n },\n {\n \"id\": \"7f678519-7ad6-4367-8770-f13958bd5ed7\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:13:15.694Z\"\n },\n {\n \"id\": \"1c52afbc-e7d4-4946-bbef-9f679cfce06e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:12:33.362Z\"\n },\n {\n \"id\": \"71acd208-0ed2-47c1-b4c6-69f693dd6dfa\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:54.389Z\"\n },\n {\n \"id\": \"bc7b2130-ffea-4b0e-824e-e57e15caf26a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:51.798Z\"\n },\n {\n \"id\": \"825240fb-1e69-438f-8b1b-51af4e2710a9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:49.255Z\"\n },\n {\n \"id\": \"c070a727-52dc-4713-9ee6-f5397f32467e\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:08.507Z\"\n },\n {\n \"id\": \"7bbefdba-376c-484f-b127-3e3677b3bcdc\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:08:23.098Z\"\n },\n {\n \"id\": \"3434d875-a277-4809-a0a4-74b2989e562d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:07:32.821Z\"\n },\n {\n \"id\": \"b65ca774-a1a8-4cae-aad6-55aaa9f7237f\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:07:20.270Z\"\n },\n {\n \"id\": \"6f9d3095-0c44-46a8-8fd2-32eff94d2dac\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:06:49.811Z\"\n },\n {\n \"id\": \"7c800565-4afd-453d-b5ac-ac48209a8084\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:05:30.876Z\"\n },\n {\n \"id\": \"91442500-af67-4554-9419-cfa39df0806c\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:00:02.348Z\"\n },\n {\n \"id\": \"9eacba6a-2b64-4076-9230-a63440060b62\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:59:00.424Z\"\n },\n {\n \"id\": \"a3b7d58d-188d-4ddd-88b7-a4553f22e303\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:49:50.265Z\"\n },\n {\n \"id\": \"071f98df-e0bb-4e78-b339-a30cc184d263\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:49:02.159Z\"\n },\n {\n \"id\": \"e7bf6382-47b6-43d9-ba07-a1bd3528d498\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:44:52.781Z\"\n },\n {\n \"id\": \"36248195-c600-4634-8437-f372aae02b6e\",\n \"title\": \"To Kill a Mockingbird V3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:25:20.429Z\"\n },\n {\n \"id\": \"672da4b1-a569-499b-b4a1-c62b3f5a4968\",\n \"title\": \"To Kill a Mockingbird V2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:08:50.139Z\"\n },\n {\n \"id\": \"9bfa3e2b-4b64-40d1-8c41-024d10d4f529\",\n \"title\": \"Fahrenheit\",\n \"author\": \"Ray Bradbury\",\n \"genre\": \"Dystopian\",\n \"yearPublished\": 1953,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:05:11.984Z\"\n },\n {\n \"id\": \"0a2c7598-5ff4-49bb-9526-c2bc2420caa7\",\n \"title\": \"Ipsum debitis qui dolore dolores. Ratione minima rerum qui eaque. Et praesentium harum ex debitis voluptas esse.\",\n \"author\": \"Dr. Ron Pacocha\",\n \"genre\": \"self-help\",\n \"yearPublished\": 389,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:04:51.299Z\"\n },\n {\n \"id\": \"f98dd668-3c9a-46d9-a739-525aa852968e\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:04:51.056Z\"\n },\n {\n \"id\": \"8fcf1c66-06e7-4064-a2bd-d5b4624aa076\",\n \"title\": \"Quisquam consequatur quibusdam cumque doloribus qui laboriosam deleniti inventore.\",\n \"author\": \"Madeline Herzog\",\n \"genre\": \"tech\",\n \"yearPublished\": 660,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:00:19.818Z\"\n },\n {\n \"id\": \"6f3166ca-1d1e-4be1-934f-01581a380a9f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:59:48.457Z\"\n },\n {\n \"id\": \"20667740-f675-41bf-a5e4-310b0f21a22a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:59:45.202Z\"\n },\n {\n \"id\": \"933ba84c-7aef-4dbf-a3a5-594e9bcd35ba\",\n \"title\": \"Eleanor Oliphant is completely fine\",\n \"author\": \"Gale Honeyman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:52:31.235Z\"\n },\n {\n \"id\": \"48be017f-13f1-43ae-b946-2ccda260263e\",\n \"title\": \"Eleanor Oliphant is completely fine\",\n \"author\": \"Gale Honeyman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:48:16.426Z\"\n },\n {\n \"id\": \"ac69db7b-a5a4-4c7f-afa7-658684afa0c6\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:43:48.687Z\"\n },\n {\n \"id\": \"596aa077-1b72-402d-9b6b-c566e31b8a94\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:41:58.387Z\"\n },\n {\n \"id\": \"88232ad0-3b1c-4060-b49c-e5a03831c000\",\n \"title\": \"One hundred years of solitude\",\n \"author\": \"Gabriel Garcia Marquez\",\n \"genre\": \"realism\",\n \"yearPublished\": 1967,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:18:02.671Z\"\n },\n {\n \"id\": \"51a05d98-9144-48ca-ab6f-cdf96e2901f9\",\n \"title\": \"labore aut eveniet\",\n \"author\": \"Bryant Balistreri\",\n \"genre\": \"self-help\",\n \"yearPublished\": 776,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:02:12.602Z\"\n },\n {\n \"id\": \"2a6bb43e-732b-4f3f-8e74-100b4764c0c8\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:02:12.351Z\"\n },\n {\n \"id\": \"4666f1a7-7372-4559-bc1e-73d85ddf50bc\",\n \"title\": \"Continuidad de los parques\",\n \"author\": \"Cortazar\",\n \"genre\": \"surrealism\",\n \"yearPublished\": 1950,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T02:57:57.360Z\"\n },\n {\n \"id\": \"1d32e9f7-4b8d-4af6-b3d1-923fd2e6083d\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T02:06:36.737Z\"\n },\n {\n \"id\": \"fe863281-0bd5-4c0c-b461-483035a62f49\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T02:04:10.288Z\"\n },\n {\n \"id\": \"a8736078-2d76-4ffc-b876-76abe0f24fd7\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T01:56:04.626Z\"\n },\n {\n \"id\": \"fd40e14c-b5ce-4541-bd14-a80c14324de3\",\n \"title\": \"Aliquid architecto sequi blanditiis officia laudantium. Ipsam earum odio magni. Non placeat doloribus iusto ea occaecati. Et harum recusandae facilis quisquam.\",\n \"author\": \"Salvatore Hayes\",\n \"genre\": \"self-help\",\n \"yearPublished\": 752,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T01:00:24.016Z\"\n },\n {\n \"id\": \"ebc76a84-46bd-4794-a531-d8879b3f2b75\",\n \"title\": \"The Four Agreements\",\n \"author\": \"don Miguel Ruiz\",\n \"genre\": \"self-help\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T01:00:23.885Z\"\n },\n {\n \"id\": \"53a37668-c99f-46f9-af00-c582924f422b\",\n \"title\": \"RESTful Web APIs: Services for a Changing World\",\n \"author\": \"Leonard Richardson, Mike Amundsen, Sam Ruby\",\n \"genre\": \"computers\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"47bb8b2b-79ec-4bac-955c-af471a0e53c8\",\n \"title\": \"Beyond Violence\",\n \"author\": \"Jiddu Krishnamurti\",\n \"genre\": \"philosophy\",\n \"yearPublished\": 1973,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"50b1a8e9-78f0-4a80-b350-8fdf8fb1b8b8\",\n \"title\": \"A Thousand Splendid Suns\",\n \"author\": \"Khaled Hosseini\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2007,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"14b533eb-5ef3-422a-b037-7b6161ee7020\",\n \"title\": \"Crime and Punishment\",\n \"author\": \"Fyodor Dostoyevsky\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1866,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"ab150479-b509-4ab6-af86-489047db85fd\",\n \"title\": \"The Aleph\",\n \"author\": \"Jorge Luis Borges\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1949,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"539f89ed-df63-469c-94ce-157e75366dec\",\n \"title\": \"Domain-Driven Design: Tackling Complexity in the Heart of Software\",\n \"author\": \"Eric Evans\",\n \"genre\": \"computers\",\n \"yearPublished\": 2003,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"03daae04-c778-45fb-9acb-4c6d19067a9c\",\n \"title\": \"Go Design Patterns\",\n \"author\": \"Mario Castro Contreras\",\n \"genre\": \"computers\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"85a5424d-535d-48a9-a163-8627b84662d7\",\n \"title\": \"Continuous API Management: Making the Right Decisions in an Evolving Landscape\",\n \"author\": \"Mehdi Medjaoui, Erik Wilde, Ronnie Mitra, Mike Amundsen\",\n \"genre\": \"computers\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"6562ce4e-86c1-43f1-bbfe-3fc7a53d80a6\",\n \"title\": \"A Practical Approach to API Design\",\n \"author\": \"D. Keith Casey Jr, James Higginbotham\",\n \"genre\": \"computers\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"7c408f6f-144f-4d16-b6ab-57d749d8efe0\",\n \"title\": \"Colorless Tsukuru Tazaki and His Years of Pilgrimage\",\n \"author\": \"Haruki Murakami\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"820271be-0013-4698-8639-5bf41f104ca1\",\n \"title\": \"Consolation of Philosophy\",\n \"author\": \"Boethius\",\n \"genre\": \"philosophy\",\n \"yearPublished\": 524,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"29cd820f-82f9-4b45-a7f4-0924111b5b89\",\n \"title\": \"Ficciones\",\n \"author\": \"Jorge Luis Borges\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1944,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n }\n]"
}
]
},
{
"name": "get fiction books",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseURL}}/books?genre=fiction&checkedOut=false",
"host": [
"{{baseURL}}"
],
"path": [
"books"
],
"query": [
{
"key": "genre",
"value": "fiction"
},
{
"key": "checkedOut",
"value": "false"
}
]
}
},
"response": [
{
"name": "get fiction books",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseURL}}/books?genre=fiction&checkedOut=false",
"host": [
"{{baseURL}}"
],
"path": [
"books"
],
"query": [
{
"key": "genre",
"value": "fiction"
},
{
"key": "checkedOut",
"value": "false"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 12:42:22 GMT"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Content-Length",
"value": "82809"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "x-amzn-RequestId",
"value": "8064f2d4-7024-4753-86bf-3d433d5f5efa"
},
{
"key": "x-amzn-Remapped-Content-Length",
"value": "82809"
},
{
"key": "x-amzn-Remapped-Connection",
"value": "keep-alive"
},
{
"key": "x-amz-apigw-id",
"value": "S0TXXHt2IAMERbA="
},
{
"key": "x-amzn-Remapped-Server",
"value": "nginx/1.20.0"
},
{
"key": "x-amzn-Remapped-Date",
"value": "Thu, 08 Feb 2024 12:42:22 GMT"
}
],
"cookie": [],
"body": "[\n {\n \"id\": \"8ce5b3cb-b3fc-44e9-8d0b-e57241a3d9c5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:36:25.676Z\"\n },\n {\n \"id\": \"801479e5-fbb7-4a21-8f50-e93d56f6a247\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:36:09.412Z\"\n },\n {\n \"id\": \"da5694b6-2d10-4c46-aeb5-6a873f85a616\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:34:41.216Z\"\n },\n {\n \"id\": \"d2c7904a-3717-47af-a3bb-246af3f25748\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:34:40.709Z\"\n },\n {\n \"id\": \"fdbff1c3-44fa-40d2-8359-40b005b6833f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:30:51.789Z\"\n },\n {\n \"id\": \"be85994d-da4a-4599-b4b1-2427599b9005\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:30:50.587Z\"\n },\n {\n \"id\": \"35348ee5-9347-4b95-9db7-05a7aa186cb9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:30:49.169Z\"\n },\n {\n \"id\": \"ed8ab5a7-1bca-4a77-b4cd-0863b5c87896\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:29:34.949Z\"\n },\n {\n \"id\": \"64f7be7b-5c43-41a0-9f0e-81884a49fffa\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:29:24.061Z\"\n },\n {\n \"id\": \"6a961043-2e24-4b6e-a675-83ec18e3fcb4\",\n \"title\": \"To kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:29:12.187Z\"\n },\n {\n \"id\": \"9a609e28-2ac8-4558-8997-e61422c1881e\",\n \"title\": \"Miss\",\n \"author\": \"Agatha\",\n \"genre\": \"fiction\",\n \"yearPublished\": 199,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:28:10.244Z\"\n },\n {\n \"id\": \"2e539f36-6516-45bf-93c5-7265614a42ee\",\n \"title\": \"Miss\",\n \"author\": \"Agatha\",\n \"genre\": \"fiction\",\n \"yearPublished\": 199,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:27:52.469Z\"\n },\n {\n \"id\": \"1026dfd3-6185-4949-96ba-caf5774db80a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:25:25.893Z\"\n },\n {\n \"id\": \"7b72e485-cac9-48aa-9f70-e91286b18fff\",\n \"title\": \"To kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:25:09.428Z\"\n },\n {\n \"id\": \"8b4f68ae-ddab-474f-b2e3-1327779d4f58\",\n \"title\": \"To Kill a Mockingbird Test1\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T12:10:04.637Z\"\n },\n {\n \"id\": \"4f490761-3d2e-44ce-92cd-b50a2b63b688\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:54:19.787Z\"\n },\n {\n \"id\": \"084e9a98-cb07-48b0-bf45-5446aebaed3d\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:35:30.108Z\"\n },\n {\n \"id\": \"9444497b-cc03-4787-bc5a-2c0c99b2f5c9\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:20:54.018Z\"\n },\n {\n \"id\": \"54813eb6-97c7-4235-b8ff-645acd2bad61\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T11:12:06.583Z\"\n },\n {\n \"id\": \"9d728af7-f89a-42fb-87f0-16b4c94b47ab\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:53:43.633Z\"\n },\n {\n \"id\": \"f2a5d3de-026b-4bf5-9aa8-c45734365770\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:45:47.849Z\"\n },\n {\n \"id\": \"9d9a946c-bc44-481f-bca3-218376fc798e\",\n \"title\": \"To kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:41:15.532Z\"\n },\n {\n \"id\": \"a3b6bac0-1959-479f-b885-35ab5e64239e\",\n \"title\": \"To kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:36:47.505Z\"\n },\n {\n \"id\": \"70c47e49-7b6d-44d3-948f-e3428ac906a1\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:28:19.861Z\"\n },\n {\n \"id\": \"055c2e38-86fd-4b55-b43b-2d2a0d4a30a8\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:27:10.739Z\"\n },\n {\n \"id\": \"6725390f-473f-4556-ba10-5bf7f0082fbb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:25:19.501Z\"\n },\n {\n \"id\": \"e6aecdf9-4c75-4d5b-a729-7d73633ab8d7\",\n \"title\": \"Mr and Mrs Smith\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:12:01.666Z\"\n },\n {\n \"id\": \"6cad53d8-9b1c-4e72-93b2-b451193bcf5d\",\n \"title\": \"Normal People\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T10:05:28.750Z\"\n },\n {\n \"id\": \"ff52a810-7b87-44c0-a587-2a707aa75e51\",\n \"title\": \"To Pimp A Butterfly\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:56:15.429Z\"\n },\n {\n \"id\": \"20248850-b672-4c86-81d0-8bb90bfe8893\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:52:16.299Z\"\n },\n {\n \"id\": \"65d0aed0-3a95-4dfc-889f-ebe04299bef0\",\n \"title\": \"Norse myths\",\n \"author\": \"Stephen Fry\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:29:06.363Z\"\n },\n {\n \"id\": \"b1c3591e-7ad8-464d-8bbe-77198396d68a\",\n \"title\": \"Mercifull Killer version - 2\",\n \"author\": \"John Kya\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:09:51.101Z\"\n },\n {\n \"id\": \"2eae8d9c-f968-4f7d-b371-d2078d933d26\",\n \"title\": \"To Kill a Mockingbird Nowek\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:04:20.020Z\"\n },\n {\n \"id\": \"2bfe92b0-8a92-486c-84a7-33f84b1d65c8\",\n \"title\": \"To Kill a Mockingbird Nowek\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:03:17.363Z\"\n },\n {\n \"id\": \"6ad01eb5-cb95-4679-9f3b-f5f7187e3756\",\n \"title\": \"Mythos 2\",\n \"author\": \"Stephen Fry\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T09:01:30.460Z\"\n },\n {\n \"id\": \"76201186-659e-4964-8e8f-e79527c7de00\",\n \"title\": \"Mythos\",\n \"author\": \"Stephen Fry\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:30:53.785Z\"\n },\n {\n \"id\": \"ac25e176-59f1-4074-a03f-806bab6356cd\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:24:48.808Z\"\n },\n {\n \"id\": \"dbf5423f-36c6-4ad3-bcbd-5d49212df4db\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T08:20:30.446Z\"\n },\n {\n \"id\": \"383cda6c-6380-4c9d-8a34-5b5c87fe29af\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:56:52.177Z\"\n },\n {\n \"id\": \"adadd6ea-5b60-4ce4-967f-aafe292c180f\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:53:51.503Z\"\n },\n {\n \"id\": \"9993c245-790e-4a4c-b08e-e38376347ada\",\n \"title\": \"Das ist ein Test Buch mit Variablen\",\n \"author\": \"Rob Wei\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:49:50.315Z\"\n },\n {\n \"id\": \"1a4c9f99-e6ca-4083-a113-6a8f20c177d8\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:49:46.091Z\"\n },\n {\n \"id\": \"8c4ffe19-15ab-47d2-925d-50c28bb974d6\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:43:42.900Z\"\n },\n {\n \"id\": \"dd8609af-644c-49d6-8ec1-36c3de4ea72b\",\n \"title\": \"Das ist ein Test Buch mit Variablen\",\n \"author\": \"Rob Wei\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:41:28.744Z\"\n },\n {\n \"id\": \"dc06fe9b-43d4-4794-b0b1-630567d2f2f3\",\n \"title\": \"To Kill a Mockingbird Test1\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:14:48.640Z\"\n },\n {\n \"id\": \"a4f32613-1379-48ee-a109-5a73cb6956ba\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:06:51.482Z\"\n },\n {\n \"id\": \"97c7be26-95df-42d7-b578-ffe33b9c0beb\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:06:13.602Z\"\n },\n {\n \"id\": \"c9e9a6b7-34db-484f-ac1e-2e5eb0fdc5d4\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T07:04:55.861Z\"\n },\n {\n \"id\": \"fce4dc92-711f-4d03-9b2b-9942d9b38987\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:59:14.655Z\"\n },\n {\n \"id\": \"440295e2-5df5-4213-9ca6-fb8a4e496f79\",\n \"title\": \"Merciful Killer\",\n \"author\": \"John Kya\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:55:27.765Z\"\n },\n {\n \"id\": \"d99e1e86-728c-497f-90c7-81ce9b1a4211\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:54:04.400Z\"\n },\n {\n \"id\": \"2232c1b2-3ea6-478d-9cc7-11bd6d28f2f4\",\n \"title\": \"To a Mockingbird v3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:53:10.639Z\"\n },\n {\n \"id\": \"f6972033-4011-45e4-96f1-2e9e02a99368\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:51:48.801Z\"\n },\n {\n \"id\": \"fd50a86c-3e05-430f-8626-971e18b7e52d\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:50:09.005Z\"\n },\n {\n \"id\": \"247db7a7-2a66-49b9-a4d9-3db0f62c0bb8\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:49:58.910Z\"\n },\n {\n \"id\": \"d2064b7b-92ea-4b72-bcd9-ea4e3c366b33\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:48:22.691Z\"\n },\n {\n \"id\": \"ae466a92-5305-450d-acba-118b4f605aad\",\n \"title\": \"To a Mockingbird v2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:48:10.937Z\"\n },\n {\n \"id\": \"f58f75dc-0872-4b4b-9b9f-cc34eafea54d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:45:51.340Z\"\n },\n {\n \"id\": \"05c9e111-f725-44d4-aaae-930a40df3020\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:45:36.216Z\"\n },\n {\n \"id\": \"28769119-3e19-4fce-963f-4c9a18486b4b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:45:22.516Z\"\n },\n {\n \"id\": \"3ba33ac3-230b-421f-add1-6a4d653aed0c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:41:50.948Z\"\n },\n {\n \"id\": \"d354deb0-c0a4-4805-9015-e19259f90c29\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:40:13.891Z\"\n },\n {\n \"id\": \"cc11a8dd-1927-4b5a-bacc-51b771e04df5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:38:35.455Z\"\n },\n {\n \"id\": \"139fdf6e-50bd-418e-9950-fd50fe9692d5\",\n \"title\": \"To Kill a Mockingbird v2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:25:09.878Z\"\n },\n {\n \"id\": \"054a9b95-757f-4709-a3d5-102c3d5135d1\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:19:35.982Z\"\n },\n {\n \"id\": \"6dac7cd4-744e-4b1c-ae0a-313291d81661\",\n \"title\": \"To Kill a Mockingbird Nowe\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:11:56.994Z\"\n },\n {\n \"id\": \"2d9d509c-567e-485c-9ec4-888db827d821\",\n \"title\": \"To Kill a Mockingbird Nowe\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:11:39.360Z\"\n },\n {\n \"id\": \"3e530785-fc6e-49ef-bc62-a1504f2923f4\",\n \"title\": \"To Kill a Mockingbird Now\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:08:33.559Z\"\n },\n {\n \"id\": \"91460195-c6e0-406e-8687-9df2bce4734d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:05:16.855Z\"\n },\n {\n \"id\": \"60e36888-2021-438b-992a-3d9c87e0c315\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:03:56.823Z\"\n },\n {\n \"id\": \"0f853f62-f339-4045-8fbe-0912c07d951f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:02:42.344Z\"\n },\n {\n \"id\": \"b14373dc-8948-4b52-bd85-3db8c40daa81\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T06:02:23.972Z\"\n },\n {\n \"id\": \"c18a7e94-1926-4305-b696-1ca660c258af\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:56:35.101Z\"\n },\n {\n \"id\": \"4e5d4306-70be-456c-b571-e57a67e5bc6a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:54:15.583Z\"\n },\n {\n \"id\": \"feb66030-6f62-4f73-b970-8c96d2919317\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:52:53.581Z\"\n },\n {\n \"id\": \"c6e38ec3-410f-484a-b7cf-3f1aecde7f66\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:52:36.594Z\"\n },\n {\n \"id\": \"7a77aec5-60e5-42bc-84e3-59dcd1dbfc1b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:51:13.466Z\"\n },\n {\n \"id\": \"f0ec2ee4-1a8c-480c-b947-b6dfa27970a1\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:49:40.676Z\"\n },\n {\n \"id\": \"98e7502d-f9ab-4dbd-a884-3a7dfd9f0552\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:35:53.215Z\"\n },\n {\n \"id\": \"b9c03050-7b9a-492e-a662-91ac22fa44db\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:29:38.286Z\"\n },\n {\n \"id\": \"784061bd-7623-45cd-a58a-f56015b514b6\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:27:57.987Z\"\n },\n {\n \"id\": \"360d7707-8471-4f85-99ee-587cfe36f614\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:24:42.155Z\"\n },\n {\n \"id\": \"a6c09d1e-2a56-4367-a1a0-72c3c8374a84\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:23:36.935Z\"\n },\n {\n \"id\": \"0ff6be4f-21e5-4b27-8c6c-1a32b48a05d5\",\n \"title\": \"Harry Potter and the Philosopher's Stone\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T05:06:54.857Z\"\n },\n {\n \"id\": \"5960350e-e024-431f-ae66-052b878a843c\",\n \"title\": \"Harry Potter and the Philosopher's Stone\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1997,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:47:48.629Z\"\n },\n {\n \"id\": \"84d5365b-4f29-40a4-b4b0-20e8b680880a\",\n \"title\": \"Harry Potter and the Goblet of Fire\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T04:07:52.518Z\"\n },\n {\n \"id\": \"6592b009-b9bd-4125-bee3-275bcce26dfd\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:18:51.329Z\"\n },\n {\n \"id\": \"94a830e1-0a16-441c-baae-16fcef6dc139\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:11:04.035Z\"\n },\n {\n \"id\": \"4b5e1b41-6c2d-4688-8dc8-2c1a8d092f91\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:10:10.488Z\"\n },\n {\n \"id\": \"d29fe278-2deb-4216-bbc4-5b6b42b12345\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:08:36.140Z\"\n },\n {\n \"id\": \"e27ab160-27ed-4f55-a936-7a7fa55d40cf\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:07:46.838Z\"\n },\n {\n \"id\": \"8591c6b9-d482-4a9a-9d8f-f1f12a30e903\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:07:37.345Z\"\n },\n {\n \"id\": \"1a128b24-621e-4a22-8f31-8af1ba0ea80c\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:06:27.129Z\"\n },\n {\n \"id\": \"e5f5b5a7-0424-4f1e-ab59-259dd0c94b11\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:04:51.504Z\"\n },\n {\n \"id\": \"a0994451-bf42-44ca-9d4e-22a478b09fbd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:04:28.084Z\"\n },\n {\n \"id\": \"e6dcc4f6-d8ee-4ae8-93c2-e42e932ad439\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:03:24.634Z\"\n },\n {\n \"id\": \"d4d8d4da-68cd-4d2a-b299-faf3129f0e07\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T03:02:14.980Z\"\n },\n {\n \"id\": \"1257bd58-4b20-4648-889a-89a346373bdd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:55:26.407Z\"\n },\n {\n \"id\": \"d82938b6-0e6b-47ec-8e5c-4f8e2ab54504\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:55:20.309Z\"\n },\n {\n \"id\": \"5ad58fed-a27e-4523-827c-837f1a18f3b1\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:54:25.266Z\"\n },\n {\n \"id\": \"eb22ad6a-af6c-4d21-afcf-a066a17c33ee\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:50:55.453Z\"\n },\n {\n \"id\": \"340fae36-cdf8-447f-9656-59a5aa7c3644\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:48:08.288Z\"\n },\n {\n \"id\": \"07030721-5fea-445a-8bee-1d4239a53b84\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T02:00:10.218Z\"\n },\n {\n \"id\": \"585a4ccf-ba7d-4955-84eb-bc1f40abe832\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:52:54.940Z\"\n },\n {\n \"id\": \"c14fa41b-79d3-4020-8561-2c023c71a161\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:52:29.719Z\"\n },\n {\n \"id\": \"8efa0a5e-b66c-442c-96c6-11734db46d40\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T01:50:52.472Z\"\n },\n {\n \"id\": \"7d172fe0-8ca1-4869-b663-7edfd4273ded\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:40:25.942Z\"\n },\n {\n \"id\": \"141739df-c174-4f90-996e-1a8beccfedec\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:37:21.971Z\"\n },\n {\n \"id\": \"c1b77198-6b2a-47a4-bb45-dba751d15055\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:37:07.697Z\"\n },\n {\n \"id\": \"8e359ecf-398c-40c9-bc57-0c2e9c1f8ed5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:35:47.485Z\"\n },\n {\n \"id\": \"84b5fa6b-2e12-410b-8ce3-ab4c82084e34\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:23:28.234Z\"\n },\n {\n \"id\": \"5daee178-1938-479e-bb2b-9eccaddf84bf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:14:47.251Z\"\n },\n {\n \"id\": \"f703b9b0-73e2-457e-acac-13e9f27bb6c0\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T23:11:38.735Z\"\n },\n {\n \"id\": \"50632e3e-95cd-450a-b97f-76939e26e8de\",\n \"title\": \"1984\",\n \"author\": \"George Orwell\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1949,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:29:29.019Z\"\n },\n {\n \"id\": \"ea665ccd-ece6-424a-9738-05e01b76762b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:17:43.752Z\"\n },\n {\n \"id\": \"2c5fe121-353c-4e27-9b93-87fa365c5128\",\n \"title\": \"The Hunger Games\",\n \"author\": \"Suzanne Collins\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2008,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:13:33.659Z\"\n },\n {\n \"id\": \"cf65af59-7f29-4b5f-a465-4534b094fc8e\",\n \"title\": \"The Hunger Games\",\n \"author\": \"Suzanne Collins\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2008,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T22:07:37.800Z\"\n },\n {\n \"id\": \"4fec9c19-ead7-4a41-afbf-86452510f239\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:58:29.174Z\"\n },\n {\n \"id\": \"d96a1996-19a7-4bdc-ae5d-1b57fe63a376\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:58:06.790Z\"\n },\n {\n \"id\": \"e36fc347-344d-4d1c-965b-09f8b44cc8ab\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:55:09.835Z\"\n },\n {\n \"id\": \"664f4498-64db-4f73-8cde-c16a05b20621\",\n \"title\": \"To Kill a Mockingbird3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:54:55.228Z\"\n },\n {\n \"id\": \"e6688a13-e222-43d7-a3f1-f0582e27a604\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:53:34.149Z\"\n },\n {\n \"id\": \"c07a21e8-814c-449d-aa0a-c21798bdf396\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:52:35.909Z\"\n },\n {\n \"id\": \"dd599e06-0b66-492d-b578-97e9db7aa1e9\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:46:58.219Z\"\n },\n {\n \"id\": \"4ce9be37-30a4-43c6-b93b-e0bc27347964\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:45:22.604Z\"\n },\n {\n \"id\": \"082834ab-24d4-4a58-825b-e05a5a1784a3\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:45:06.005Z\"\n },\n {\n \"id\": \"47d0257c-975c-4d9b-aae6-165da20d30bf\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:39:52.630Z\"\n },\n {\n \"id\": \"8dc5c076-f418-49fd-ab90-6dc53cc45af7\",\n \"title\": \"The Things They Carried\",\n \"author\": \"Tim O'Brien\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1990,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T21:09:10.928Z\"\n },\n {\n \"id\": \"a87104e3-a028-415e-892e-20131a28e173\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:48:07.016Z\"\n },\n {\n \"id\": \"78a9e53f-972d-4262-b0da-e47a1ec7d7ae\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:47:05.827Z\"\n },\n {\n \"id\": \"52e2a08e-90a6-49ab-a3eb-12741a0ad189\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:46:44.996Z\"\n },\n {\n \"id\": \"97bb77c7-8ba4-4847-98c1-a60ca6b7fb18\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:46:37.498Z\"\n },\n {\n \"id\": \"dfb20cfd-aa44-4181-9be5-f132efbec27a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:44:05.346Z\"\n },\n {\n \"id\": \"52c3cd6a-492e-4e9d-8710-553f404a696a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:42:41.257Z\"\n },\n {\n \"id\": \"184bbd14-e856-44ac-83e1-0a28155bc6a1\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:41:34.280Z\"\n },\n {\n \"id\": \"5834a1cf-ecbb-474a-b133-ae570f4486d5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:34:48.052Z\"\n },\n {\n \"id\": \"2a33dea2-06d5-4461-b649-d5dc0bd48af2\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:27:07.911Z\"\n },\n {\n \"id\": \"e91ce2d7-e7ee-49a2-a18f-8a301f4699c6\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:26:15.512Z\"\n },\n {\n \"id\": \"4683b41e-8e28-4967-a95b-e0e84bf194d4\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:24:19.531Z\"\n },\n {\n \"id\": \"ae6c38d5-8a6f-4319-a7fb-d209a20f5be5\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:16:00.593Z\"\n },\n {\n \"id\": \"2a4755e7-02de-4de0-bc04-527e070a50dc\",\n \"title\": \"To Kill a Mockingbird \",\n \"author\": \"Ghalia\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:13:53.554Z\"\n },\n {\n \"id\": \"32265c6b-d4b4-4d90-939d-047ff6ae72cc\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:12:19.237Z\"\n },\n {\n \"id\": \"28904bfc-33a4-4ca3-a5c8-91767d053b22\",\n \"title\": \"To Kill a Mockingbird new2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T20:10:44.521Z\"\n },\n {\n \"id\": \"2015faa9-f6fd-4a51-aad9-8bfe25ce23b0\",\n \"title\": \"Pillow Thoughts II\",\n \"author\": \"Courtney Peppernell\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:50:07.885Z\"\n },\n {\n \"id\": \"78c84d38-da50-4d41-80da-5f5e723f01d7\",\n \"title\": \"To Kill a Mockingbird know\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:34:46.860Z\"\n },\n {\n \"id\": \"8f4acd75-2029-45fd-b272-492403898944\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:22:39.480Z\"\n },\n {\n \"id\": \"9c5b0077-a802-4fbe-bb47-553f71d94090\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:22:05.689Z\"\n },\n {\n \"id\": \"fea9da50-7ffb-4f01-a72b-2e948cd75974\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:21:28.345Z\"\n },\n {\n \"id\": \"517f966f-f4ac-42a1-840c-f706081dc9fe\",\n \"title\": \"To Kill a Mockingbird N\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:18:06.014Z\"\n },\n {\n \"id\": \"1493e465-3530-4d0a-b1f1-1af9d45a43da\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:18:02.241Z\"\n },\n {\n \"id\": \"38a152be-dafe-437a-b111-d4f2c3eb4c4e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:17:35.692Z\"\n },\n {\n \"id\": \"f63f6fd5-c10a-4930-9851-573dc1778607\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:15:41.992Z\"\n },\n {\n \"id\": \"be4fd5c3-a93a-421c-960c-f3d19f0c26c2\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:08:16.523Z\"\n },\n {\n \"id\": \"5714f2f7-1224-403c-b7d8-8f97c912ab2e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T19:03:40.730Z\"\n },\n {\n \"id\": \"d14ceb92-6071-4fab-afab-4306787cae4a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:54:44.533Z\"\n },\n {\n \"id\": \"0e99d28c-eb9c-4d06-84f8-d6d98d9da8dc\",\n \"title\": \"To a little Mocking Bird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T18:31:38.260Z\"\n },\n {\n \"id\": \"b7d5913f-2432-4a51-9eeb-0d13f56e91ea\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:57:13.072Z\"\n },\n {\n \"id\": \"68adbcde-ea44-441c-9726-54e79e5901dd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:32:53.844Z\"\n },\n {\n \"id\": \"848fb377-ca6f-464c-9906-cde8377d8242\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:30:59.640Z\"\n },\n {\n \"id\": \"fd50ce4b-6faf-4b12-a382-d05f3404b174\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:30:20.800Z\"\n },\n {\n \"id\": \"bc0d5581-ca4b-4ae1-9034-74708ad44330\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:28:55.498Z\"\n },\n {\n \"id\": \"e66d6756-6e0d-4db4-8c23-7b91ffc3d689\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:26:59.804Z\"\n },\n {\n \"id\": \"565f604a-3267-4e16-a33d-d97169667575\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:26:43.606Z\"\n },\n {\n \"id\": \"859918c8-d985-49c7-838e-47d496f1d871\",\n \"title\": \"Pillow Thoughts II\",\n \"author\": \"Courtney Peppernell\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2018,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:24:43.921Z\"\n },\n {\n \"id\": \"61fa72a1-2b20-47aa-882a-289630b54e9f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:22:25.725Z\"\n },\n {\n \"id\": \"a3c1fd5e-a96d-4e2a-94f8-8a35a940d9a9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:21:08.664Z\"\n },\n {\n \"id\": \"de74e915-cac8-4e5c-872c-4121a8e7ae7f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:19:54.840Z\"\n },\n {\n \"id\": \"213eace3-1a51-4391-9721-d0a3ab480843\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:19:44.337Z\"\n },\n {\n \"id\": \"62ce9416-5480-474e-a7dd-9bcffba52944\",\n \"title\": \"To Kill a MockPretty\",\n \"author\": \"HarperLe\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1970,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:16:47.620Z\"\n },\n {\n \"id\": \"90216c96-43d6-4048-be09-e55e750e6f1e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:08:43.147Z\"\n },\n {\n \"id\": \"80d6d333-9b85-4717-8892-913757fdc145\",\n \"title\": \"SteveJobsThink\",\n \"author\": \"John\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2021,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T17:04:10.208Z\"\n },\n {\n \"id\": \"3067809b-a8bf-4e91-99f9-9d323f11004d\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:51:01.551Z\"\n },\n {\n \"id\": \"692fbe4c-548b-481d-bd89-465e3caa8325\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:50:53.110Z\"\n },\n {\n \"id\": \"d4236c9f-b324-4678-aaa5-a079fa810c3c\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:49:43.482Z\"\n },\n {\n \"id\": \"9fd75f53-8bf7-4096-9841-3a57ebecb60c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:49:05.546Z\"\n },\n {\n \"id\": \"7f70491d-845c-4eb0-8664-14d1e93c5ae9\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:48:48.385Z\"\n },\n {\n \"id\": \"ed3bd1fa-5785-4e9f-89eb-338e200df175\",\n \"title\": \"Innovators\",\n \"author\": \"Walter Isacson\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:46:00.098Z\"\n },\n {\n \"id\": \"f9575973-fedf-411c-8e9f-a977281712f6\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:45:08.387Z\"\n },\n {\n \"id\": \"b2e0ed2b-7843-4c13-8f14-f2b13fadfe48\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:43:34.235Z\"\n },\n {\n \"id\": \"88882ea0-c3aa-470a-b0c9-a1e5e05257c6\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:43:17.505Z\"\n },\n {\n \"id\": \"66d13f2e-d2ed-4226-b53b-18f409dca26f\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:54.042Z\"\n },\n {\n \"id\": \"c03b8882-58b7-432c-ac40-6704cad76ada\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:43.141Z\"\n },\n {\n \"id\": \"a44d3c19-c3d4-4253-a882-7ee5fd31977c\",\n \"title\": \"To Kill a MockBird\",\n \"author\": \"Harper Le\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:41:13.591Z\"\n },\n {\n \"id\": \"c427696e-a330-4004-bd8a-6cf1a6c082a1\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:37:21.596Z\"\n },\n {\n \"id\": \"d9b5bc25-f694-4510-a613-e78c2ce12896\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:34:02.789Z\"\n },\n {\n \"id\": \"26698a46-eb63-4b62-968f-a76cb3908b49\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:30:41.888Z\"\n },\n {\n \"id\": \"f8fefb4e-f51a-4cab-bef3-be7e0ff02c94\",\n \"title\": \"Death Note\",\n \"author\": \"Tsugumi Ohba\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:24:16.016Z\"\n },\n {\n \"id\": \"7c528510-a452-4e9d-b0e0-89b58fd4c167\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:21:49.628Z\"\n },\n {\n \"id\": \"9d988170-50a2-4714-87c4-29d420c323a3\",\n \"title\": \"Orange\",\n \"author\": \"Ichigo Takanoe\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2016,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:14:05.419Z\"\n },\n {\n \"id\": \"d59e5c96-db10-4179-a99c-b8050e63d241\",\n \"title\": \"Harry Potter and the Goblet of Fire\",\n \"author\": \"J. K. Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T16:07:32.023Z\"\n },\n {\n \"id\": \"019bec8b-c2dc-46cb-8808-aa7fa2036c06\",\n \"title\": \"The Last Devil to Die\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2023,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:58:45.878Z\"\n },\n {\n \"id\": \"8c06b90e-fff3-40b5-a019-599072fb9c02\",\n \"title\": \"The Bullet That Missed\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2022,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:58:24.300Z\"\n },\n {\n \"id\": \"ab10cb61-ee8e-4b4d-8ac5-d1f1be3927b7\",\n \"title\": \"The Man Who Died Twice\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2021,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:57:31.048Z\"\n },\n {\n \"id\": \"d36209bc-aea9-4255-83f0-a8a86d871576\",\n \"title\": \"The Thursday Murder Club\",\n \"author\": \"Richard Osman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2020,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:55:19.696Z\"\n },\n {\n \"id\": \"ee39e06e-c724-4ece-83b1-e25c06a85d56\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:49:51.188Z\"\n },\n {\n \"id\": \"8c22766e-8cc6-40d7-90a4-cbcea2d0a5dc\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:49:07.564Z\"\n },\n {\n \"id\": \"b5c5c429-c9ce-4b3a-a597-53d447bf713f\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:47:29.832Z\"\n },\n {\n \"id\": \"61afff70-a14f-4d80-a588-63cf48b4f5ab\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:42:46.724Z\"\n },\n {\n \"id\": \"d15bbb67-36b1-4b85-83e0-13117d51a58e\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:42:25.061Z\"\n },\n {\n \"id\": \"b9370609-4043-4f82-b3dc-a07fcd4e3c4a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:29:25.395Z\"\n },\n {\n \"id\": \"043958ae-07ad-4562-894a-0400344776e4\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:29:00.471Z\"\n },\n {\n \"id\": \"e958d51c-11bd-4e4f-8262-de964a8d7590\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:28:41.411Z\"\n },\n {\n \"id\": \"eda07018-dcee-4969-a9e9-83a9d557214c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:28:25.994Z\"\n },\n {\n \"id\": \"10bd98b1-b6c0-4657-a3ea-b5c92c7c85ed\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:26:33.438Z\"\n },\n {\n \"id\": \"40e21b81-28a2-43ad-9388-102e0a39bd10\",\n \"title\": \"Anyone but you\",\n \"author\": \"Jennifer Crusie\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:25:23.551Z\"\n },\n {\n \"id\": \"4afba622-45e2-45ab-9449-6a975cd6511c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:23:50.867Z\"\n },\n {\n \"id\": \"31e48aec-d583-4e4a-885a-ed04c0ce860a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:21:36.433Z\"\n },\n {\n \"id\": \"d64c6241-ab98-4bc8-88de-4a663a676926\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:13:27.040Z\"\n },\n {\n \"id\": \"915c617c-b42c-408b-b17e-be15d059c541\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:08:41.648Z\"\n },\n {\n \"id\": \"b7c58d43-f7ca-4868-aaf3-7f81c73dd512\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T15:08:05.465Z\"\n },\n {\n \"id\": \"35407f9b-e13e-4d62-aa2c-b04cc20a4f15\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:59:54.183Z\"\n },\n {\n \"id\": \"49385def-34f1-4a9f-a391-cbcdd9b8feb9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:59:32.537Z\"\n },\n {\n \"id\": \"c9bca846-d81d-4ac2-956e-e629692fec1a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:59:00.064Z\"\n },\n {\n \"id\": \"05708d3a-8b14-4ef3-b86e-0a220d55fd19\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:54:15.363Z\"\n },\n {\n \"id\": \"8943482f-e359-401c-8126-89bffe53f525\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:53:23.695Z\"\n },\n {\n \"id\": \"f033dbef-a038-424d-9b11-7b9d05276681\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:46:09.682Z\"\n },\n {\n \"id\": \"da42e28f-b8ed-4e94-8067-b130a3860e36\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:44:24.198Z\"\n },\n {\n \"id\": \"1df0d4a6-9456-4492-ae23-c03a2312f828\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:40:26.335Z\"\n },\n {\n \"id\": \"2fd47e97-968f-4dac-a4b1-919be74968cf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:39:33.838Z\"\n },\n {\n \"id\": \"eb639740-81c4-461a-b0b1-7ebf21639ccc\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:39:26.976Z\"\n },\n {\n \"id\": \"df47d360-043b-4bab-9e12-3d067c452d63\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:36:17.555Z\"\n },\n {\n \"id\": \"bb237833-ef7d-4e3c-8425-ea9dfb1aabe6\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:32:56.095Z\"\n },\n {\n \"id\": \"69fc124b-422b-47da-9572-346e7d5f033c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:31:38.728Z\"\n },\n {\n \"id\": \"8dc18162-2057-497b-b9a0-a650325bf1cd\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:29:49.413Z\"\n },\n {\n \"id\": \"d115403a-f02b-4b65-a0aa-7b44dc559a9a\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:27:52.179Z\"\n },\n {\n \"id\": \"9d651183-ded3-421e-b035-72f323228b41\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:27:47.340Z\"\n },\n {\n \"id\": \"6ec3ffc7-7620-412d-b32e-3488dd7f6895\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:24:31.134Z\"\n },\n {\n \"id\": \"8900771c-86d4-4346-a301-64a24f4b1c47\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:23:14.636Z\"\n },\n {\n \"id\": \"855f2444-88d3-4205-8783-7e001b52f50f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:20:20.937Z\"\n },\n {\n \"id\": \"6a2e24ec-dd8e-43c4-8a58-302ae3f872a7\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:15:48.415Z\"\n },\n {\n \"id\": \"0f657449-8f04-4bec-a8f6-1a94e725ea3d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T14:09:09.961Z\"\n },\n {\n \"id\": \"baa09034-c894-4238-9eb1-b1d570ed6402\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:56:27.396Z\"\n },\n {\n \"id\": \"801740d8-09fa-4d8e-afb9-4edf120dc0ef\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:54:12.325Z\"\n },\n {\n \"id\": \"1bc76dc2-1ab4-4156-8eca-668dd93df934\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:42:41.467Z\"\n },\n {\n \"id\": \"bde9faa5-0755-49f4-bf22-d195f8455b78\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:42:12.569Z\"\n },\n {\n \"id\": \"c71b9894-140e-4668-a2c3-033632f6f054\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:37:35.762Z\"\n },\n {\n \"id\": \"06190e51-6b21-4a8d-bd7d-f09cde8ba94e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:26:44.054Z\"\n },\n {\n \"id\": \"1cab1817-a6d2-4ebc-ae2a-d02c92e6dc73\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:06:37.161Z\"\n },\n {\n \"id\": \"925af27a-06e9-484c-b0f9-d6e32710d37e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:05:26.999Z\"\n },\n {\n \"id\": \"92a9d89a-976f-4143-b39c-63b1123394a7\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:05:22.034Z\"\n },\n {\n \"id\": \"37c7d70a-1fbb-4dda-bb96-d7069110e737\",\n \"title\": \"Satanás\",\n \"author\": \"Mario Mendoza\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:03:11.318Z\"\n },\n {\n \"id\": \"d8d44b01-5639-409d-b710-977e6a6ddc97\",\n \"title\": \"Norwegian Wood\",\n \"author\": \"Haruki Murakami\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1987,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T13:02:20.750Z\"\n },\n {\n \"id\": \"c4113673-fddf-4d9e-b2fe-b19521ee0d32\",\n \"title\": \"Kafka on the Shore\",\n \"author\": \"Haruki Murakami\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2002,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:52:55.137Z\"\n },\n {\n \"id\": \"6d806f1b-b545-42ce-9c00-f30f9e552832\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2024,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:52:20.408Z\"\n },\n {\n \"id\": \"41c6839b-106c-47d0-8e0e-142e4719f2aa\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:36:20.463Z\"\n },\n {\n \"id\": \"12111d85-81bd-45f1-9921-276a04a0bf72\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:33:18.014Z\"\n },\n {\n \"id\": \"02c0715a-af91-4ee6-a59a-4f02c203f908\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:31:10.310Z\"\n },\n {\n \"id\": \"bde90946-a609-49e2-965b-3dc55da3fee2\",\n \"title\": \"To Kill a snake 3\",\n \"author\": \"Marcus Man\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:29:30.482Z\"\n },\n {\n \"id\": \"fc705969-f360-4a87-bdb6-a05541332980\",\n \"title\": \"To Kill a snake 2\",\n \"author\": \"Marcus Man\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:25:46.296Z\"\n },\n {\n \"id\": \"304ac060-b269-4961-bb37-0b36999462db\",\n \"title\": \"To Kill a snake\",\n \"author\": \"Marcus Man\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1980,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:24:13.951Z\"\n },\n {\n \"id\": \"b83e907a-c14c-4b80-b3e6-82b9bbdcb20e\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T12:07:55.207Z\"\n },\n {\n \"id\": \"bcebc665-f241-4cc8-86b4-58f712782f2f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:54:06.442Z\"\n },\n {\n \"id\": \"6864d407-c65f-4491-b8b3-76d30cc05491\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:53:31.886Z\"\n },\n {\n \"id\": \"95b4126c-31b3-4253-997b-02fcd6eafab5\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:30:18.039Z\"\n },\n {\n \"id\": \"d0218554-4fac-4a6d-83b1-729ed635c85a\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:28:04.686Z\"\n },\n {\n \"id\": \"a8958347-4b21-4730-862c-a835b57938a6\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:21:01.964Z\"\n },\n {\n \"id\": \"a008e649-629f-43e4-b3e1-c31be42d63e5\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:20:55.611Z\"\n },\n {\n \"id\": \"31153956-960b-447a-b69f-004c82310ea9\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:20:08.406Z\"\n },\n {\n \"id\": \"392b76be-b5aa-41f2-a751-c2d6a2214200\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:11:59.195Z\"\n },\n {\n \"id\": \"d9625e1b-a7b8-423f-a722-c47d66f435cb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:11:39.884Z\"\n },\n {\n \"id\": \"27d04f12-1c49-4277-9c93-e968a810410d\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T11:00:33.729Z\"\n },\n {\n \"id\": \"2bd02568-6777-499b-90e5-5ca7199567f4\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:58:18.755Z\"\n },\n {\n \"id\": \"ebd8edcc-b7b7-41ae-aec7-f83eaa8ceb4c\",\n \"title\": \"Akhtar Khan\",\n \"author\": \"Akhtar\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2001,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:49:26.122Z\"\n },\n {\n \"id\": \"be0792bd-8ec0-4629-a11f-4830f6e762d8\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:42:22.270Z\"\n },\n {\n \"id\": \"5c24723a-ac97-4a4e-a50e-18306b37cecf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:40:47.973Z\"\n },\n {\n \"id\": \"fa055c1d-b6f5-48eb-977c-a64cca412292\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:36:56.245Z\"\n },\n {\n \"id\": \"526bb9a5-0b90-4133-a2e6-5d8245d2c601\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:34:36.554Z\"\n },\n {\n \"id\": \"7fcab532-a684-43d7-b26e-ce689aab8539\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:30:25.030Z\"\n },\n {\n \"id\": \"cf731f29-0621-4e16-a9f7-0647131f3fad\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:29:17.970Z\"\n },\n {\n \"id\": \"70635144-cfd1-4dbc-bb8e-6fc96bb69975\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:26:27.449Z\"\n },\n {\n \"id\": \"728ff092-e606-4d73-9b06-69dabca1477d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:20:23.323Z\"\n },\n {\n \"id\": \"94b2c566-b3be-4e40-a788-a13e82fb6b11\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:17:43.234Z\"\n },\n {\n \"id\": \"b26f122b-338d-45ec-a0f4-f3d05da6d02b\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T10:08:03.705Z\"\n },\n {\n \"id\": \"887fb342-97bb-47ec-a785-3df2d608d2d0\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:57:32.707Z\"\n },\n {\n \"id\": \"406a3ac1-14d6-4cf8-9f84-76b2e158fb87\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:20:30.023Z\"\n },\n {\n \"id\": \"e08db32a-4eab-4b88-8fbf-6f62361764a2\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:19:40.140Z\"\n },\n {\n \"id\": \"eff99a2d-4373-4d43-ab84-489cd46330fb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:18:57.978Z\"\n },\n {\n \"id\": \"ee90c8b3-9198-415b-9c09-1761c5b7fb48\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:18:15.110Z\"\n },\n {\n \"id\": \"8b25c42b-2212-4d18-a6f9-91612ac07f1f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:13:53.878Z\"\n },\n {\n \"id\": \"bccb9a1d-259b-4bac-b8f1-9ca8068b4bdf\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:12:01.250Z\"\n },\n {\n \"id\": \"075f8ba6-78a5-4da6-a0b8-f7efeaad50a9\",\n \"title\": \"To Kill a Mockingbird New book\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:10:48.604Z\"\n },\n {\n \"id\": \"cbdd8ca3-8edb-4e71-bf64-66dd7bfa9bce\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:10:46.906Z\"\n },\n {\n \"id\": \"a8d34aef-a51e-4d64-b662-d10590226420\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:08:44.837Z\"\n },\n {\n \"id\": \"0225120d-b2da-4463-ba02-3028ef9d14fb\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:07:24.774Z\"\n },\n {\n \"id\": \"0084119c-399f-4b79-ae38-18b324c5ba08\",\n \"title\": \"To Kill a Mockingbird New book\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:07:21.899Z\"\n },\n {\n \"id\": \"c4a42e3e-7cf1-4754-9ab6-e3d8c8e7afb4\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:05:32.965Z\"\n },\n {\n \"id\": \"aa8863b6-d107-41ad-8413-272e9a566db9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:03:48.748Z\"\n },\n {\n \"id\": \"add0462d-0368-4ad9-98a5-ed869ee5417b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T09:02:09.402Z\"\n },\n {\n \"id\": \"e3307fd0-2302-4c98-9d2d-5ab02d47bf3c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:53:51.416Z\"\n },\n {\n \"id\": \"c9250ab2-262d-4e07-be3d-94eb46e4c472\",\n \"title\": \"Harry Potter: The Philosopher's Stone\",\n \"author\": \"JK Rowling\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:53:15.297Z\"\n },\n {\n \"id\": \"c8d0ceff-f19a-4164-b113-19b51d42507b\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:41:16.475Z\"\n },\n {\n \"id\": \"85cd3082-5acd-4915-b101-5583115deec8\",\n \"title\": \"To Kill a Mockingbird New book\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:40:02.356Z\"\n },\n {\n \"id\": \"d3227595-09a4-4758-99ec-d143a8567a1a\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T08:38:41.811Z\"\n },\n {\n \"id\": \"5bb2d030-4165-4e02-8821-f06f3b0f34b2\",\n \"title\": \"Eat That Frog part-2\",\n \"author\": \"Mrs. Esha Gunjekar\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2060,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:52:36.339Z\"\n },\n {\n \"id\": \"4fae40cd-7f23-4d5c-9e9c-52a05eedefb3\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:46:36.529Z\"\n },\n {\n \"id\": \"404e5c46-3979-4620-a1a8-d26ea6ed1cc0\",\n \"title\": \"Eat That Frog\",\n \"author\": \"Esha Gunjekar\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2050,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:45:38.859Z\"\n },\n {\n \"id\": \"1362e47f-6052-4504-8f82-ca909f0cd7dd\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:39:52.869Z\"\n },\n {\n \"id\": \"625eae0a-577d-4749-aa67-2620848818ac\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:24:13.260Z\"\n },\n {\n \"id\": \"2a442ca2-7cf2-4fbd-b38a-2cbaccf1c56b\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:19:47.216Z\"\n },\n {\n \"id\": \"17b0c403-803e-4fc2-90c6-543ce2315c41\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:18:28.028Z\"\n },\n {\n \"id\": \"e731534c-2e73-41ff-8b9c-8a21ec3f8d53\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:17:48.497Z\"\n },\n {\n \"id\": \"06c9000c-38cb-4fcb-9f09-f1c8a233e241\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:16:19.003Z\"\n },\n {\n \"id\": \"2d047d91-d48f-4c82-9bdf-24983515fd04\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:15:56.873Z\"\n },\n {\n \"id\": \"4699c5a8-b22d-4f56-8c3e-925fd1a1ea15\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T07:03:38.979Z\"\n },\n {\n \"id\": \"ba2340cb-ede9-406b-8ad5-4981e1c179e3\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:40:51.935Z\"\n },\n {\n \"id\": \"cef5cb94-8730-4e4c-92f6-27a9feed3399\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:39:51.724Z\"\n },\n {\n \"id\": \"8ccd80f1-8005-43ab-9652-9ebdb3ae7e53\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:32:18.065Z\"\n },\n {\n \"id\": \"ae6d4037-94d2-4a6e-ad70-b029d53ad95d\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:29:55.020Z\"\n },\n {\n \"id\": \"611ed4c5-e576-4265-9184-47991ae2e478\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:34.585Z\"\n },\n {\n \"id\": \"78e6b0e7-def1-4f0b-bdef-49cea184a937\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:11.943Z\"\n },\n {\n \"id\": \"d286953e-ba1e-4783-81a6-fac71f2afbc0\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:10.970Z\"\n },\n {\n \"id\": \"4c079525-b046-40f2-b71e-d4bfe40abab5\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:10.053Z\"\n },\n {\n \"id\": \"f109b257-5400-4b5d-8805-e864120a0ead\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:09.043Z\"\n },\n {\n \"id\": \"4d3189eb-4c52-4c59-a7fd-12165ec8a495\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:07.865Z\"\n },\n {\n \"id\": \"a29f4ae7-a6ef-4392-8e32-9dd91c47cc7d\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:06.745Z\"\n },\n {\n \"id\": \"9072ab4f-d2b1-4028-a94e-255e4e426825\",\n \"title\": \"Hunger Games\",\n \"author\": \"Katniss Everdeen\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2000,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:27:02.883Z\"\n },\n {\n \"id\": \"639552e0-19b5-4d9a-b005-3cd2dd3b3688\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:05:09.797Z\"\n },\n {\n \"id\": \"13cb70b8-5d68-47da-ac49-be0cb83c7c26\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:04:25.268Z\"\n },\n {\n \"id\": \"6346f279-6912-4ce9-8aee-24f40df03582\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T06:00:44.497Z\"\n },\n {\n \"id\": \"c65b7ecc-4640-46fb-a7a9-105af729a5e3\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:59:04.337Z\"\n },\n {\n \"id\": \"8102e41c-1bc7-4eaa-ac39-5a5de15871fd\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:58:37.627Z\"\n },\n {\n \"id\": \"1c2f7f43-6734-429f-bc98-1c205b14a52c\",\n \"title\": \"The Monk Who Sold His Ferrari\",\n \"author\": \"Robin Sharma\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1996,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:57:38.241Z\"\n },\n {\n \"id\": \"7ada78ac-bc33-4732-9736-ac4e817396bc\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:42:43.594Z\"\n },\n {\n \"id\": \"d630bb4a-f573-4a47-8e2a-a7124217a4e8\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:34:38.840Z\"\n },\n {\n \"id\": \"afb6b546-a2fe-4155-9c54-005ad7533729\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:31:14.902Z\"\n },\n {\n \"id\": \"5823d05d-c802-49ec-bff6-ad664d7fbf4b\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:30:54.311Z\"\n },\n {\n \"id\": \"81e3a677-ee7d-4f5a-8fac-0082cc5d6277\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:30:40.623Z\"\n },\n {\n \"id\": \"4479900f-2fbe-4236-bfdd-1a3a9294e06c\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:30:24.097Z\"\n },\n {\n \"id\": \"ca4d5b6c-83ae-473a-8081-a07e57ca2a9c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:28:47.304Z\"\n },\n {\n \"id\": \"9e9385ac-71e9-45d6-94e3-d0a92210ad6c\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:23:12.068Z\"\n },\n {\n \"id\": \"464d3617-a650-4842-96dc-0a112fdaa31a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:22:34.207Z\"\n },\n {\n \"id\": \"a0976de8-5db2-4cb2-b3ec-503f1816968e\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:21:19.022Z\"\n },\n {\n \"id\": \"a8d6ded3-5d9b-421a-be2d-6cc0cbc22879\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:15:22.712Z\"\n },\n {\n \"id\": \"7f678519-7ad6-4367-8770-f13958bd5ed7\",\n \"title\": \"api-auth\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:13:15.694Z\"\n },\n {\n \"id\": \"1c52afbc-e7d4-4946-bbef-9f679cfce06e\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:12:33.362Z\"\n },\n {\n \"id\": \"71acd208-0ed2-47c1-b4c6-69f693dd6dfa\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:54.389Z\"\n },\n {\n \"id\": \"bc7b2130-ffea-4b0e-824e-e57e15caf26a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:51.798Z\"\n },\n {\n \"id\": \"825240fb-1e69-438f-8b1b-51af4e2710a9\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:49.255Z\"\n },\n {\n \"id\": \"c070a727-52dc-4713-9ee6-f5397f32467e\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:10:08.507Z\"\n },\n {\n \"id\": \"3434d875-a277-4809-a0a4-74b2989e562d\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:07:32.821Z\"\n },\n {\n \"id\": \"b65ca774-a1a8-4cae-aad6-55aaa9f7237f\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:07:20.270Z\"\n },\n {\n \"id\": \"6f9d3095-0c44-46a8-8fd2-32eff94d2dac\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:06:49.811Z\"\n },\n {\n \"id\": \"7c800565-4afd-453d-b5ac-ac48209a8084\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:05:30.876Z\"\n },\n {\n \"id\": \"91442500-af67-4554-9419-cfa39df0806c\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T05:00:02.348Z\"\n },\n {\n \"id\": \"9eacba6a-2b64-4076-9230-a63440060b62\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:59:00.424Z\"\n },\n {\n \"id\": \"a3b7d58d-188d-4ddd-88b7-a4553f22e303\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:49:50.265Z\"\n },\n {\n \"id\": \"071f98df-e0bb-4e78-b339-a30cc184d263\",\n \"title\": \"To Kill a Mockingbird New\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:49:02.159Z\"\n },\n {\n \"id\": \"e7bf6382-47b6-43d9-ba07-a1bd3528d498\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:44:52.781Z\"\n },\n {\n \"id\": \"36248195-c600-4634-8437-f372aae02b6e\",\n \"title\": \"To Kill a Mockingbird V3\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:25:20.429Z\"\n },\n {\n \"id\": \"672da4b1-a569-499b-b4a1-c62b3f5a4968\",\n \"title\": \"To Kill a Mockingbird V2\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T04:08:50.139Z\"\n },\n {\n \"id\": \"6f3166ca-1d1e-4be1-934f-01581a380a9f\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:59:48.457Z\"\n },\n {\n \"id\": \"20667740-f675-41bf-a5e4-310b0f21a22a\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:59:45.202Z\"\n },\n {\n \"id\": \"933ba84c-7aef-4dbf-a3a5-594e9bcd35ba\",\n \"title\": \"Eleanor Oliphant is completely fine\",\n \"author\": \"Gale Honeyman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:52:31.235Z\"\n },\n {\n \"id\": \"48be017f-13f1-43ae-b946-2ccda260263e\",\n \"title\": \"Eleanor Oliphant is completely fine\",\n \"author\": \"Gale Honeyman\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2017,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:48:16.426Z\"\n },\n {\n \"id\": \"ac69db7b-a5a4-4c7f-afa7-658684afa0c6\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:43:48.687Z\"\n },\n {\n \"id\": \"596aa077-1b72-402d-9b6b-c566e31b8a94\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T03:41:58.387Z\"\n },\n {\n \"id\": \"1d32e9f7-4b8d-4af6-b3d1-923fd2e6083d\",\n \"title\": \"To Kill a Mockingbird new\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T02:06:36.737Z\"\n },\n {\n \"id\": \"a8736078-2d76-4ffc-b876-76abe0f24fd7\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-07T01:56:04.626Z\"\n },\n {\n \"id\": \"ab150479-b509-4ab6-af86-489047db85fd\",\n \"title\": \"The Aleph\",\n \"author\": \"Jorge Luis Borges\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1949,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"7c408f6f-144f-4d16-b6ab-57d749d8efe0\",\n \"title\": \"Colorless Tsukuru Tazaki and His Years of Pilgrimage\",\n \"author\": \"Haruki Murakami\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2013,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"29cd820f-82f9-4b45-a7f4-0924111b5b89\",\n \"title\": \"Ficciones\",\n \"author\": \"Jorge Luis Borges\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1944,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"50b1a8e9-78f0-4a80-b350-8fdf8fb1b8b8\",\n \"title\": \"A Thousand Splendid Suns\",\n \"author\": \"Khaled Hosseini\",\n \"genre\": \"fiction\",\n \"yearPublished\": 2007,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n },\n {\n \"id\": \"14b533eb-5ef3-422a-b037-7b6161ee7020\",\n \"title\": \"Crime and Punishment\",\n \"author\": \"Fyodor Dostoyevsky\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1866,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n }\n]"
}
]
},
{
"name": "get book by id",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/books/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"books",
":id"
],
"variable": [
{
"key": "id",
"value": "29cd820f-82f9-4b45-a7f4-0924111b5b89"
}
]
}
},
"response": [
{
"name": "get book by id",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/books/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"books",
":id"
],
"variable": [
{
"key": "id",
"value": "29cd820f-82f9-4b45-a7f4-0924111b5b89"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 12:43:43 GMT"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Content-Length",
"value": "220"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "x-amzn-RequestId",
"value": "faeb7988-c257-44a9-97d0-212a3d2b76ef"
},
{
"key": "x-amzn-Remapped-Content-Length",
"value": "220"
},
{
"key": "x-amzn-Remapped-Connection",
"value": "keep-alive"
},
{
"key": "x-amz-apigw-id",
"value": "S0Tj_EeQoAMEhGw="
},
{
"key": "x-amzn-Remapped-Server",
"value": "nginx/1.20.0"
},
{
"key": "x-amzn-Remapped-Date",
"value": "Thu, 08 Feb 2024 12:43:43 GMT"
}
],
"cookie": [],
"body": "{\n \"id\": \"29cd820f-82f9-4b45-a7f4-0924111b5b89\",\n \"title\": \"Ficciones\",\n \"author\": \"Jorge Luis Borges\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1944,\n \"checkedOut\": false,\n \"isPermanentCollection\": true,\n \"createdAt\": \"2022-03-30T00:54:52.606Z\"\n}"
}
]
},
{
"name": "add book",
"event": [
{
"listen": "test",
"script": {
"exec": [
"console.log(pm.response.json())"
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disabledSystemHeaders": {}
},
"request": {
"auth": {
"type": "apikey",
"apikey": {
"value": "postmanrulz",
"key": "api-key"
}
},
"method": "POST",
"header": [
{
"key": "api-key",
"value": "postmanrulz",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"title\": \"To Kill a Mockingbird\",\r\n \"author\": \"Harper Lee\",\r\n \"genre\": \"fiction\",\r\n \"yearPublished\": 1960\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "{{baseURL}}/books"
},
"response": [
{
"name": "add book",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "api-key",
"value": "postmanrulz",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"title\": \"To Kill a Mockingbird\",\r\n \"author\": \"Harper Lee\",\r\n \"genre\": \"fiction\",\r\n \"yearPublished\": 1960\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "{{baseURL}}/books"
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 13:04:08 GMT"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Content-Length",
"value": "226"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "x-amzn-RequestId",
"value": "82c7c629-cbd4-40b6-9480-6cbaf7a103fe"
},
{
"key": "x-amzn-Remapped-Content-Length",
"value": "226"
},
{
"key": "x-amzn-Remapped-Connection",
"value": "keep-alive"
},
{
"key": "x-amz-apigw-id",
"value": "S0WjcGpFoAMEkZg="
},
{
"key": "x-amzn-Remapped-Server",
"value": "nginx/1.20.0"
},
{
"key": "x-amzn-Remapped-Date",
"value": "Thu, 08 Feb 2024 13:04:08 GMT"
}
],
"cookie": [],
"body": "{\n \"id\": \"c5fb9202-0f55-4a4f-8c95-5dedf6d88328\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": false,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T13:04:08.954Z\"\n}"
}
]
},
{
"name": "checkout a book",
"request": {
"auth": {
"type": "apikey",
"apikey": {
"value": "postmanrulz",
"key": "api-key"
}
},
"method": "PATCH",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"checkedOut\": true\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/books/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"books",
":id"
],
"variable": [
{
"key": "id",
"value": "{{id}}"
}
]
}
},
"response": [
{
"name": "checkout a book",
"originalRequest": {
"method": "PATCH",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"checkedOut\": true\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/books/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"books",
":id"
],
"variable": [
{
"key": "id",
"value": "{{id}}"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 13:09:53 GMT"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Content-Length",
"value": "225"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "x-amzn-RequestId",
"value": "cce4a7de-b3fa-4cb2-99fd-110be85cd6c8"
},
{
"key": "x-amzn-Remapped-Content-Length",
"value": "225"
},
{
"key": "x-amzn-Remapped-Connection",
"value": "keep-alive"
},
{
"key": "x-amz-apigw-id",
"value": "S0XZSHqroAMEPig="
},
{
"key": "x-amzn-Remapped-Server",
"value": "nginx/1.20.0"
},
{
"key": "x-amzn-Remapped-Date",
"value": "Thu, 08 Feb 2024 13:09:53 GMT"
}
],
"cookie": [],
"body": "{\n \"id\": \"c5fb9202-0f55-4a4f-8c95-5dedf6d88328\",\n \"title\": \"To Kill a Mockingbird\",\n \"author\": \"Harper Lee\",\n \"genre\": \"fiction\",\n \"yearPublished\": 1960,\n \"checkedOut\": true,\n \"isPermanentCollection\": false,\n \"createdAt\": \"2024-02-08T13:04:08.954Z\"\n}"
}
]
},
{
"name": "delete a book",
"request": {
"auth": {
"type": "apikey",
"apikey": {
"value": "postmanrulz",
"key": "api-key"
}
},
"method": "DELETE",
"header": [],
"url": {
"raw": "{{baseUrl}}/books/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"books",
":id"
],
"variable": [
{
"key": "id",
"value": "{{id}}"
}
]
}
},
"response": [
{
"name": "delete a book",
"originalRequest": {
"method": "DELETE",
"header": [],
"url": {
"raw": "{{baseUrl}}/books/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"books",
":id"
],
"variable": [
{
"key": "id",
"value": "{{id}}"
}
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 13:11:07 GMT"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Content-Length",
"value": "0"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "x-amzn-RequestId",
"value": "4b19451e-bd5d-4c0f-b4f1-01634a38c2da"
},
{
"key": "x-amzn-Remapped-Connection",
"value": "keep-alive"
},
{
"key": "x-amz-apigw-id",
"value": "S0XkxGrWIAMEKFQ="
},
{
"key": "x-amzn-Remapped-Server",
"value": "nginx/1.20.0"
},
{
"key": "x-amzn-Remapped-Date",
"value": "Thu, 08 Feb 2024 13:11:07 GMT"
}
],
"cookie": [],
"body": null
}
]
},
{
"name": "skillcheck",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.collectionVariables.set(\"favoriteActor\", \"ironman\")"
],
"type": "text/javascript"
}
}
],
"request": {
"auth": {
"type": "apikey",
"apikey": {
"value": "skillcheck",
"key": "student-expert"
}
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"actorName\":\"ironman\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{skillcheckBaseUrl}}/post?movieName=ironman",
"host": [
"{{skillcheckBaseUrl}}"
],
"path": [
"post"
],
"query": [
{
"key": "movieName",
"value": "ironman"
}
]
}
},
"response": [
{
"name": "skillcheck",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"actorName\":\"ironman\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{skillcheckBaseUrl}}/post?movieName=ironman",
"host": [
"{{skillcheckBaseUrl}}"
],
"path": [
"post"
],
"query": [
{
"key": "movieName",
"value": "ironman"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Thu, 08 Feb 2024 13:14:58 GMT"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Content-Length",
"value": "679"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "ETag",
"value": "W/\"2a7-brVzMc+dCRTuL5Wa1+7ZiMPGOAE\""
},
{
"key": "set-cookie",
"value": "sails.sid=s%3A4unyY6hdlspdv-BJ6CVoRpYUOs1JQOv1.PvIxxHFAMl0mHB65CJSvd5i8SRAnuiRxPAlwd4tXVoE; Path=/; HttpOnly"
}
],
"cookie": [],
"body": "{\n \"args\": {\n \"movieName\": \"ironman\"\n },\n \"data\": {\n \"actorName\": \"ironman\"\n },\n \"files\": {},\n \"form\": {},\n \"headers\": {\n \"x-forwarded-proto\": \"https\",\n \"x-forwarded-port\": \"443\",\n \"host\": \"postman-echo.com\",\n \"x-amzn-trace-id\": \"Root=1-65c4d3d2-7905f37e3c3755025d046cdf\",\n \"content-length\": \"29\",\n \"content-type\": \"application/json\",\n \"student-expert\": \"skillcheck\",\n \"user-agent\": \"PostmanRuntime/7.36.1\",\n \"accept\": \"*/*\",\n \"postman-token\": \"3713d978-5a6f-456a-9416-8cb6e4800b58\",\n \"accept-encoding\": \"gzip, deflate, br\"\n },\n \"json\": {\n \"actorName\": \"ironman\"\n },\n \"url\": \"https://postman-echo.com/post?movieName=ironman\"\n}"
}
]
}
],
"auth": {
"type": "apikey",
"apikey": {
"value": "",
"key": "api-key"
}
},
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "baseURL",
"value": "",
"type": "string"
},
{
"key": "id",
"value": "c5fb9202-0f55-4a4f-8c95-5dedf6d88328",
"type": "string"
},
{
"key": "skillcheckBaseUrl",
"value": "https://postman-echo.com"
},
{
"key": "actorName",
"value": ""
},
{
"key": "baseUrl",
"value": "https://library-api.postmanlabs.com"
},
{
"key": "favoriteActor",
"value": ""
}
]
}