Skip to content

prapeller/api_ugc

Repository files navigation

UGC service

https://github.com/prapeller/ugc_sprint_2

  • provides possibility for users collect and control their activity
  • provides possibility for analytics team analise users activity, make business conclusions, and improve online cinema based on these conclusions

Search service

https://github.com/prapeller/Async_API_sprint_2

  • provides films search possibility by name/genre and other film properties

Auth service

https://github.com/prapeller/Auth_sprint_2

  • provides user session control by authentication/authorization

Why UGC is separate service?

  1. For user interface we'll use mongoDB (not Postgres), mongoDB is faster for reading (data is the subject of analysis of associations between different entities).
  2. For user_film_progress we'll use from Clickhouse (data is subject of time-dependent analysis).
  3. All these technologies better to use in separate service, rather than to paste them to already overloaded with technologies Search service.

Deploy mongo vs postgres experiment for reading speed comparison:

  • cd mongo_vs_postgres

  • python3.11 -m venv venv

  • source venv/bin/activate

  • pip install -r requirements.txt

  • make build-postgres-loc

  • make build-mongo-loc

  • make generate

  • make compare


user_uuid=52ad5942-a8d0-4fa0-b2fe-8e871a779c08
film_uuid=d21c1d8a-2b43-44f5-8474-61474908dc90

POSTGRES
time: 0:00:00.001603 sec, 9 user_ratings: [(7078310, datetime.datetime(2023, 9, 25, 16, 24, 30, 246506), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '03472328-b14d-4b4d-b59f-4d278f7d20cc', 2), (9718691, datetime.datetime(2023, 9, 25, 16, 34, 54, 994717), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '04be40ba-ddec-4505-a1a3-d75cd59b5ef9', 4), (4853123, datetime.datetime(2023, 9, 25, 16, 15, 41, 55904), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '05447212-ed85-41fd-bb50-0c7ae7207f73', 5), (6324165, datetime.datetime(2023, 9, 25, 16, 21, 32, 527399), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '10457ae5-b656-431d-82a0-d02b449230b8', 8), (3178484, datetime.datetime(2023, 9, 25, 16, 7, 44, 933487), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '19f0c312-6428-4605-92e4-e0ae4f02a97f', 10), (9730819, datetime.datetime(2023, 9, 25, 16, 34, 57, 137009), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '2e37ee31-60da-407b-8959-f6241b17fa7c', 2), (4071148, datetime.datetime(2023, 9, 25, 16, 11, 42, 246719), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '460a401d-db4c-4969-bff3-48ca04aff6c3', 8), (3739277, datetime.datetime(2023, 9, 25, 16, 9, 54, 341721), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '4c5144f4-9c25-447f-b9b9-66bde53f61b2', 6), (9231413, datetime.datetime(2023, 9, 25, 16, 32, 51, 544545), None, '52ad5942-a8d0-4fa0-b2fe-8e871a779c08', '5db011ff-3c55-4745-9a70-4cf60e10df52', 1)]
time: 0:00:00.742827 sec, 316 film_comments: [(13000, datetime.datetime(2023, 9, 25, 16, 42, 36, 168922), None, '0874bfb6-fad3-4cd7-90a1-2db7f8f75b9e', 'cfba06c1-209d-4437-aacd-be5464ab37d9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (37629, datetime.datetime(2023, 9, 25, 16, 42, 40, 264594), None, 'b320d16a-8bea-4941-8d78-f9b4f4c9dede', 'fd34dadf-761c-4d97-a9b2-0e1cb38ff840', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (140555, datetime.datetime(2023, 9, 25, 16, 43, 4, 99552), None, '7ad5dbc0-4ac4-45bb-9c06-a9b7124c1c3a', 'a359ccd6-408e-48ef-923c-e5b12f55a7c1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (298082, datetime.datetime(2023, 9, 25, 16, 43, 36, 515362), None, '995d6b38-9846-4bd9-9b61-af0a6a9573b9', '16099a4b-a94c-4c7a-9270-e60730de6502', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (381768, datetime.datetime(2023, 9, 25, 16, 43, 56, 214537), None, 'b6d43ad1-1246-476e-8c35-ab42a83c2406', 'd5ffa2ad-8153-4c49-9c13-405a21b0dacc', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (414411, datetime.datetime(2023, 9, 25, 16, 44, 2, 448258), None, '85f57c35-305d-4687-8189-c677e520906d', 'fc1e79ca-5d9e-42bb-888f-20d6c14bdb19', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (649158, datetime.datetime(2023, 9, 25, 16, 44, 50, 838266), None, '463fbfb7-b324-45ab-a1db-ed2a00cf4441', '55436b6e-7c71-406a-aae0-210d39461889', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (950439, datetime.datetime(2023, 9, 25, 16, 45, 56, 496055), None, 'b7e39e91-a9ec-440f-90c9-00aabbf0f10a', '9e320252-bce1-4921-a6ce-fef330949500', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1068468, datetime.datetime(2023, 9, 25, 16, 46, 19, 951126), None, 'bb0ec322-04d0-446f-89ea-16a1da712944', '37f16e79-c795-44c4-a2c1-099d6ffc1de2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1210775, datetime.datetime(2023, 9, 25, 16, 46, 52, 124892), None, 'e87d6b9d-cdd0-4962-be5b-14c57cad06b3', '095c15e4-c719-476c-b0fb-bf1e7ba87e5f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1230161, datetime.datetime(2023, 9, 25, 16, 46, 57, 697933), None, 'b5b804eb-b8ba-49c1-a2ef-56e5ba957087', '99ef178a-494d-4ae1-9972-8016f2a35596', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1268490, datetime.datetime(2023, 9, 25, 16, 47, 7, 579437), None, 'd95946a5-5d8d-46b2-9c37-038d8d4a5380', '9a7f0fa0-b85c-47e5-8e53-03147e3a9dbc', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1460910, datetime.datetime(2023, 9, 25, 16, 47, 54, 817455), None, 'a24073c0-4eb5-4f26-bc58-1ec15c5d6b86', '60aa6f86-7100-4f3e-83b1-8a1a19f5c2b7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1489081, datetime.datetime(2023, 9, 25, 16, 47, 59, 250559), None, '1ebdcd24-73d5-4e74-a61f-e11564fa448d', 'f67bd8a5-afbc-47f4-9251-3e6ea38bb84c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1490790, datetime.datetime(2023, 9, 25, 16, 48, 1, 430927), None, '443608d9-1877-423a-b08c-7ac043a30f9a', '5207158c-87c8-4188-8359-429b49e36c27', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2172528, datetime.datetime(2023, 9, 25, 16, 51, 3, 108455), None, '5c230c90-08eb-4b22-9a50-f48f47186d18', '84aa02ae-804a-4fd2-8e2b-d5a317ec6b2a', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2219062, datetime.datetime(2023, 9, 25, 16, 51, 13, 321434), None, 'f6a70952-d02b-4e46-b737-2c59f22799b9', '03639d66-5350-41d9-8811-b80cb59fad4d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2225787, datetime.datetime(2023, 9, 25, 16, 51, 15, 543263), None, 'ac1614fb-fe0c-4d15-914e-c8f098deba53', '013ce75b-1207-41c3-8f2a-c2fafe45a658', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2297871, datetime.datetime(2023, 9, 25, 16, 51, 32, 22632), None, '1b90fd21-3b7d-44ae-abd8-d4e0596a6e10', 'cb57a2ad-bc61-40ee-8a95-365fe59439b6', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2509172, datetime.datetime(2023, 9, 25, 16, 52, 22, 52067), None, '4b57e6d9-429c-4401-b69f-952714657386', 'dc1c205f-ee4a-4c6a-bf15-aa97d569826d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2736947, datetime.datetime(2023, 9, 25, 16, 53, 16, 926554), None, '82161daa-dc18-469f-b33a-21f1deb8b33d', '1f3925c1-ec4b-4bcd-8325-270b3c1640b5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2794883, datetime.datetime(2023, 9, 25, 16, 53, 29, 984779), None, 'b4ce2bde-6485-44c1-9718-fd3bd5a1c248', '5fce138b-d2fe-4cdd-bd73-00ecfa47c447', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2921247, datetime.datetime(2023, 9, 25, 16, 53, 58, 179617), None, 'a217ff56-5d9d-489b-a4d3-326dca66da51', '639ac2ae-ff56-4915-a473-99e446f75fd0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2960921, datetime.datetime(2023, 9, 25, 16, 54, 7, 166231), None, '6c67a8ef-7d40-477a-99f3-b8a159fa4d7f', '22e19a38-0d77-4da3-919a-be375f9d7470', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2979291, datetime.datetime(2023, 9, 25, 16, 54, 9, 695459), None, '0e1ca652-5e1f-4f9f-a60e-57b9dbd42e3c', '27505a6d-0ec6-4b22-afba-2f68bd0ab170', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3052535, datetime.datetime(2023, 9, 25, 16, 54, 27, 408821), None, '4a5f4c80-ce6c-493a-ab20-eba8571ccc93', '803e7fad-3156-4e03-9537-dc58eb1efdee', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3064241, datetime.datetime(2023, 9, 25, 16, 54, 29, 601997), None, '06cc6239-064d-4600-b911-a19605d42c92', 'c1c52551-236a-47ed-8636-935e730d3c06', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3359284, datetime.datetime(2023, 9, 25, 16, 55, 35, 738034), None, '0057b06d-e996-49bd-8263-7b0a649955b4', '1adb9102-03c1-47de-8cd8-3397cc2f6a1d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3369983, datetime.datetime(2023, 9, 25, 16, 55, 38, 312052), None, '067ba256-dd6c-420f-9804-e0dae8c12322', '1155d4c0-2f3b-4746-a29e-26124c456f84', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3619274, datetime.datetime(2023, 9, 25, 16, 56, 43, 785297), None, '7d76a4a1-1453-416b-bd18-205ba3732d8e', '8c79d3e2-df64-4253-8929-94aac713b726', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3700317, datetime.datetime(2023, 9, 25, 16, 57, 6, 293710), None, 'dfa1b76a-c9c9-42eb-a3be-c0a2cf1e7ae6', 'ded9e476-49ee-498d-8838-790642f3360e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3716558, datetime.datetime(2023, 9, 25, 16, 57, 8, 668800), None, '947a62c7-3487-46b4-b13f-7577ac6a915d', '4a5ffe9c-2e64-404f-84f8-38e177718f01', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3822324, datetime.datetime(2023, 9, 25, 16, 57, 35, 551140), None, '7b79fc62-2b16-4037-b9c7-60a25bd31f9e', '1f210c58-0d02-4878-8e0a-4c2d7b9bd399', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3865149, datetime.datetime(2023, 9, 25, 16, 57, 45, 155154), None, 'ed5db09e-c460-4c2f-9083-31753a34f3fa', 'd40975c9-4065-4c74-9ca0-cd14632afd02', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3865644, datetime.datetime(2023, 9, 25, 16, 57, 45, 157541), None, '060b8880-b3ce-4e80-8fe7-4ad5d54c0611', '0f91203f-8676-4bb4-9949-07937db3d45d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3930715, datetime.datetime(2023, 9, 25, 16, 58, 3, 161951), None, '447381fd-1f7c-45ef-afd3-94cd964bdfbd', '99f8ea62-ae8e-4f62-b580-75848b449829', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3953532, datetime.datetime(2023, 9, 25, 16, 58, 8, 184757), None, '27ef91aa-40d2-4171-b442-5a16aa3e1c28', 'a0ba6150-776d-4cb7-8d1c-517e443a9a28', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3989653, datetime.datetime(2023, 9, 25, 16, 58, 15, 85855), None, 'ea9b9107-2dad-4c4e-bd1e-5c77fd29e15f', '4b298d64-1f37-409a-82f6-4857ec600a0e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4042194, datetime.datetime(2023, 9, 25, 16, 58, 28, 282173), None, 'e18cd4a9-2eb2-4fc2-8667-961bb6d008d9', '3317fbb1-e114-427d-8152-e594b70ba67d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4232502, datetime.datetime(2023, 9, 25, 16, 59, 13, 745374), None, 'a1c6d1e7-40dd-48f7-b10d-ce60baf08c8a', '8b7e9a7a-9f00-4242-859f-9c5e2f30fe8e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4268659, datetime.datetime(2023, 9, 25, 16, 59, 20, 380414), None, 'cad36905-b4f3-4493-945b-4b85f95b8424', 'bb3d46c1-8cb5-4bce-bbb9-94b824a3a6c7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4324529, datetime.datetime(2023, 9, 25, 16, 59, 34, 702370), None, '1dac468b-bdf8-45c0-9b1c-91b8d3c67c06', '70e8dc6f-986b-4333-844a-91a1d0968728', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4416677, datetime.datetime(2023, 9, 25, 16, 59, 55, 9767), None, 'f99390b0-3df2-4bb2-909f-3c50843626c3', 'aedc5e50-d064-4443-a08f-77e4323b426d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4876307, datetime.datetime(2023, 9, 25, 17, 1, 39, 322795), None, '670b4a94-9ab6-4af3-a745-35642932a24f', '97d0ff60-7837-4378-9576-06968cfdac5d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4898944, datetime.datetime(2023, 9, 25, 17, 1, 43, 788221), None, '6519ec81-ae65-4448-829b-a9a519faae75', 'ceb490c4-9338-435c-9d00-7e17f2978453', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4905192, datetime.datetime(2023, 9, 25, 17, 1, 46, 42629), None, '7161b407-836e-4eeb-a201-561e7ea5d6ba', '40ec81a0-63b0-4a66-b089-8ad21fe2f5a5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5231674, datetime.datetime(2023, 9, 25, 17, 3, 1, 312909), None, '68a8c6cb-5add-49b3-af4c-ec3be47d919b', '191106a9-4922-446c-8bd3-1a6ad0de639b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5267055, datetime.datetime(2023, 9, 25, 17, 3, 8, 80101), None, 'd2af9bd1-d8bd-4a74-a926-fb179274eebf', '418a823b-b91c-4e60-8acb-ae1f07c8c486', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5377260, datetime.datetime(2023, 9, 25, 17, 3, 33, 806250), None, '32d12bb4-1307-4d53-87da-9dce4643d070', '6b191197-943e-4aa7-befb-2806cf91d2a1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5439543, datetime.datetime(2023, 9, 25, 17, 3, 47, 303398), None, '26b40dc1-61e7-47b7-8093-9da396c702f5', '0cddc2a0-c75f-4657-be70-bb1598a67240', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5665027, datetime.datetime(2023, 9, 25, 17, 4, 39, 893287), None, 'd3dd7cc6-60e5-4cc5-a393-8fe11c5e7349', '5154166f-445e-49da-8ef7-0ae949ee4255', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5686184, datetime.datetime(2023, 9, 25, 17, 4, 44, 648789), None, '4373a169-e3e4-4eef-b745-b9a939a044e4', 'c56882f9-15a4-4295-9473-e2156cf10aa3', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5726511, datetime.datetime(2023, 9, 25, 17, 4, 53, 768198), None, '298f0bf9-62c3-43d0-983d-337ad11f19e4', '0eaf727e-da14-46b0-b0a9-f8738926bab1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5728710, datetime.datetime(2023, 9, 25, 17, 4, 53, 777965), None, 'ac551ac4-1c1b-4e17-9356-703ad75077a5', '97549bca-9c63-4112-a689-bee0888c4255', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6528854, datetime.datetime(2023, 9, 25, 17, 7, 59, 57971), None, 'dae2abc3-a229-4b77-9c56-b2a7ae115380', '86ec8daa-3c02-4121-a336-1fccfc27bca1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6612510, datetime.datetime(2023, 9, 25, 17, 8, 19, 305418), None, 'af455b94-3f23-4edf-a5a4-5371ec428988', '76b5737f-96bc-4491-8bfa-2641c5585e5c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6665610, datetime.datetime(2023, 9, 25, 17, 8, 31, 524766), None, '53653748-5f98-4d31-84ec-388c245983f0', '7a1d297a-4a86-48d0-aee4-2618e2879a4c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6800614, datetime.datetime(2023, 9, 25, 17, 9, 3, 515716), None, 'c85cff27-1a90-4a52-b1e5-eb101d3cc16e', '8b8a9acc-b867-40bb-a45f-34101e096fdf', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7053257, datetime.datetime(2023, 9, 25, 17, 10, 2, 267011), None, 'f0760d53-b2a7-4b28-b3ea-de0415555924', '52b62034-ef7d-43b8-8066-5f29e39d9215', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7055559, datetime.datetime(2023, 9, 25, 17, 10, 2, 281413), None, '534f6d3b-e319-49aa-9a78-0160ccbcb142', 'ecaa7207-6605-42cf-b4cb-d577eb99b38e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7115316, datetime.datetime(2023, 9, 25, 17, 10, 16, 297521), None, 'c52c004a-ab10-4fc4-834a-a19424d183a7', '41f9309f-c6e6-4159-816c-f626f0b95846', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7152898, datetime.datetime(2023, 9, 25, 17, 10, 25, 376859), None, '75115a0b-94c6-4126-97c2-22c5250dbc79', '1c1b1977-202f-4761-9d83-eaeedb0ee159', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7182288, datetime.datetime(2023, 9, 25, 17, 10, 32, 102299), None, 'b6c9fd24-5fcc-4232-b3c4-a8b28268e8bd', '11382fc0-3da4-4981-b934-738242573273', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7225543, datetime.datetime(2023, 9, 25, 17, 10, 41, 803638), None, 'a3852dc9-ad31-4cb8-bb83-f614d584f9fd', '1453d384-350c-48e9-a20d-3d9200aeb112', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7308094, datetime.datetime(2023, 9, 25, 17, 11, 0, 638859), None, '1f113eab-d16b-4004-bbf5-0ecb69f53462', '732cd5b0-7ce4-4083-b31a-682e9f5fbb47', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7337530, datetime.datetime(2023, 9, 25, 17, 11, 7, 413777), None, '45772cff-0d70-4d1f-974b-14b3f877ef1e', 'ee9b2fba-dcf9-4aa5-bfb8-1fadfb4534cb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7343768, datetime.datetime(2023, 9, 25, 17, 11, 9, 652580), None, '2bde4f58-8740-47b3-8ee2-a9b6fd9c6ebe', '1a08c246-816e-45a4-ba84-acf1160fa9f2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7489403, datetime.datetime(2023, 9, 25, 17, 11, 42, 589995), None, '4e704c56-209e-4e4f-93fa-34015f00d5be', 'ab9758f1-4a60-4fee-ab50-ef1f79dd3855', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7511749, datetime.datetime(2023, 9, 25, 17, 11, 49, 304059), None, '1653749d-75bc-4eed-b3a1-2ea6cd2115c2', 'e45da2c7-ace3-496a-bca4-53c8742c26cb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7679070, datetime.datetime(2023, 9, 25, 17, 12, 27, 15829), None, '2cd36164-2036-43ea-8fdf-7b6cc6908316', '98238fe9-43da-42d0-9414-2f1dc43995f0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7813331, datetime.datetime(2023, 9, 25, 17, 13, 0, 57835), None, '692eed03-f698-4c52-b6a9-ed0f0e000489', 'ca3e7877-7f3d-4dde-b207-81c0137ed013', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8003598, datetime.datetime(2023, 9, 25, 17, 13, 46, 748), None, 'b379a43c-4a7c-44e0-a117-733ba96ce897', '1ec17531-0ac2-46c4-88ca-758456a2d80d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8205030, datetime.datetime(2023, 9, 25, 17, 14, 33, 180552), None, '63c24aa2-ccc0-4571-b2d4-dec0088657e5', 'a309d1d0-d3a3-416a-b144-fc3913658264', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8398147, datetime.datetime(2023, 9, 25, 17, 15, 19, 98386), None, '33332a0f-d231-4e5f-b83a-06065b765030', '7064556d-874c-4586-b035-4d4e01269048', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8458012, datetime.datetime(2023, 9, 25, 17, 15, 33, 925392), None, '4461d6a6-cd67-4c23-97c0-6d644dd9e199', '81266ed1-d53b-40c9-bd7b-43ceb8db7722', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8501017, datetime.datetime(2023, 9, 25, 17, 15, 45, 492733), None, '7f826c7f-b475-458a-9817-b06aaaf5d4e1', '6f6b80a6-10ee-4462-b98f-e3f22cc0251e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8725809, datetime.datetime(2023, 9, 25, 17, 16, 38, 774471), None, '6ddc4f37-72e1-4b9f-a45c-14fd63db7218', '213f614f-c88d-40a4-b2bb-b7d3db0df35a', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8810488, datetime.datetime(2023, 9, 25, 17, 17, 2, 74777), None, '01cfc8ba-2d3a-4955-a0de-88cc8ad1372b', 'fa1d0bd3-51fa-4304-be08-340fb9bce663', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8885147, datetime.datetime(2023, 9, 25, 17, 17, 19, 340559), None, '87f0c93e-78dd-4ebd-8aad-35d3341900d2', '4486de1f-7303-4130-bafd-30eb75f60953', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8939031, datetime.datetime(2023, 9, 25, 17, 17, 31, 38250), None, 'edf85f2a-6551-47d5-bc4c-40b0f52dc8fb', 'e0077869-8e64-4bbf-921a-4353583bc262', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8997939, datetime.datetime(2023, 9, 25, 17, 17, 46, 49488), None, 'a6cffa68-354b-49d6-875f-9ee6d215c66e', '56793196-2443-4a35-be97-7c1e27e3be6b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9259187, datetime.datetime(2023, 9, 25, 17, 18, 49, 709885), None, '8c532d67-80a5-4eb4-843b-88d97388583c', '3bf0374a-4330-4a41-b238-5a9227b593f5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9275096, datetime.datetime(2023, 9, 25, 17, 18, 54, 344330), None, '7b0b8d55-8116-46f9-808f-d24deb17e356', '47032c99-d852-42ec-ac3a-1998f6e116e2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9319560, datetime.datetime(2023, 9, 25, 17, 19, 4, 263112), None, '18f26b8e-7670-4d3f-8cbe-d0738d8e9c7f', '9f09daba-5d45-4f82-b248-fafc69ca30fb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9444477, datetime.datetime(2023, 9, 25, 17, 19, 36, 341525), None, '57b5ec39-59c6-494d-bdb8-72f8383fb27c', '8f2f4869-eaf8-4245-a41a-cc8cd5a7bce9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9521415, datetime.datetime(2023, 9, 25, 17, 19, 57, 339871), None, 'd09787b0-1857-41a2-a317-dd937b2d9fe1', '2f2720f3-05c9-4b3f-bbce-dd22c4db3166', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9535425, datetime.datetime(2023, 9, 25, 17, 19, 59, 857751), None, 'ededebe1-244f-47d4-9a59-153af7d942b5', '08afeab5-0f67-4ec7-bf8b-f331c7ec74a7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9558045, datetime.datetime(2023, 9, 25, 17, 20, 4, 528659), None, 'f00d77ed-cc04-47a6-b4b9-c77f6316415a', '84f37afa-1c9e-4810-afa5-5668483f7650', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9783714, datetime.datetime(2023, 9, 25, 17, 21, 6, 805874), None, '1bcebfa3-2a44-4255-ad58-f2a999f00856', 'f4af813e-7d83-44aa-b6f5-be5d7aa2b886', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9786340, datetime.datetime(2023, 9, 25, 17, 21, 6, 818176), None, 'fb6f57ed-dcea-4b2c-9cf6-5f792b0e05c2', '9cd8077a-6930-4ed8-96b3-ef83ff33f664', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9909886, datetime.datetime(2023, 9, 25, 17, 21, 37, 26165), None, '467aa46f-eb90-4b44-b651-6cf461cd46da', '222f7cca-76e1-4fc5-86dd-bc6c63269c15', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10018924, datetime.datetime(2023, 9, 25, 17, 22, 4, 137977), None, 'b327bb1b-94b5-4528-9c0d-7baae70ab39d', '716bc9aa-5508-401a-b491-2f0165945d82', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10195055, datetime.datetime(2023, 9, 25, 17, 22, 48, 349773), None, 'bb2cfce7-5af7-4e80-a87d-8561966536dd', 'f5e8041d-4a14-4a67-86db-0f6e00131314', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10227245, datetime.datetime(2023, 9, 25, 17, 22, 56, 239616), None, '8d09730d-7e66-4ea3-b047-12e470acf4d0', '3dee87e4-97eb-4ee8-9367-0cfca99860d4', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10232441, datetime.datetime(2023, 9, 25, 17, 22, 58, 642223), None, '4f5cc253-847b-4b1b-95fb-2512ad2f296a', 'd8c67509-38aa-4f9c-a3c2-d9d090a9fc2a', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10347289, datetime.datetime(2023, 9, 25, 17, 23, 25, 714615), None, 'a61af76a-ffa0-4765-97cb-91e57b5a87b1', '67b44f04-e806-41ed-a276-5cc844cb746e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10463280, datetime.datetime(2023, 9, 25, 17, 23, 55, 836169), None, 'ba61a5d5-ef0c-4ed8-91b5-5901c267f350', 'dcdc18a8-87aa-4970-947e-6d07a4abf754', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10712490, datetime.datetime(2023, 9, 25, 17, 24, 58, 187026), None, 'd346f3ac-df4a-4d1f-bb8b-5a0f90451434', '4c1af11b-9858-4907-9e7f-7337e54381ea', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11046772, datetime.datetime(2023, 9, 25, 17, 26, 22, 5061), None, '6beff293-c004-4577-ab13-7ff8a40103c2', '44f4d847-fd2d-41ff-a3b5-c5b493344eb7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11103966, datetime.datetime(2023, 9, 25, 17, 26, 37, 34553), None, '921a2b1b-58b4-4c1e-a9fa-5b380c4607f7', 'c97d7f07-a687-4bb4-8dfb-8883b9a7a5a7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11299466, datetime.datetime(2023, 9, 25, 17, 27, 26, 133730), None, 'b07008bc-8554-42a2-b809-90f06043457a', 'a1d0a276-b7e3-44a6-8452-f730e6ee943e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11341280, datetime.datetime(2023, 9, 25, 17, 27, 38, 359890), None, '934eea37-04b4-4f4e-87d7-f09a7c3e96f6', 'e1e57c97-a177-4a92-a38e-d2562f9bb09c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11411006, datetime.datetime(2023, 9, 25, 17, 27, 56, 215330), None, '8dace359-5513-4dd1-b8ca-64ed60289295', 'bfed2cc6-6ced-4cd7-a12e-faca6bf1760e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11537105, datetime.datetime(2023, 9, 25, 17, 28, 27, 457628), None, '06c8ef24-0bad-4c29-8215-ca1bbfc04998', '75267ceb-2946-44a2-a5c3-6f4d2e04c024', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11594016, datetime.datetime(2023, 9, 25, 17, 28, 42, 670171), None, '39602db7-7c21-44bb-8c7f-a64c09a2ef25', '7ea8f88d-db8c-4413-bcaa-c24546071f2a', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11739090, datetime.datetime(2023, 9, 25, 17, 29, 18, 244463), None, '60777ff7-4ab2-4331-9862-bdd3ebca2bb0', 'ce85635d-b591-4073-b63e-99d90e4e4a2d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11759185, datetime.datetime(2023, 9, 25, 17, 29, 23, 250239), None, '52fc6dd7-4081-44d7-92d9-add3eb696b04', 'f4bd771f-a3fb-4058-90f8-181e1ee00a1f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11777708, datetime.datetime(2023, 9, 25, 17, 29, 28, 415199), None, '05db168a-29f3-442b-86bb-70ac784a3972', '5744a212-ea50-4e13-8e40-21017973b07d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11842192, datetime.datetime(2023, 9, 25, 17, 29, 46, 226250), None, '2adcb7d8-46da-49cb-bd6c-9866a233d354', '8a879399-b11c-4896-9168-92d144094ff6', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11862967, datetime.datetime(2023, 9, 25, 17, 29, 51, 239746), None, '76b070b2-c1f2-4ed4-8233-087414cf4ec1', '90674516-e225-4702-805e-115bb43cf534', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11976398, datetime.datetime(2023, 9, 25, 17, 30, 19, 295608), None, '0978aa55-66b2-44ad-bef4-1b03a20e55ca', '2cd83fba-9965-4a7f-ab15-1ddcb8834a05', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12015593, datetime.datetime(2023, 9, 25, 17, 30, 29, 534920), None, '79e86004-9e5a-46ba-918e-cbe8d62963a3', '8b37a95f-cb6a-4315-8aae-486bb9980cfc', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12030854, datetime.datetime(2023, 9, 25, 17, 30, 34, 814517), None, '4f8f75eb-5b6e-4dae-858d-8e2dbc6ceefa', '60facea8-630c-4bf1-8292-39229ef8269e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12054333, datetime.datetime(2023, 9, 25, 17, 30, 39, 910300), None, 'b2621724-087f-41c0-be37-17c2731e70b2', '13e2b632-195e-43f9-b9ff-6496e394ca50', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12089310, datetime.datetime(2023, 9, 25, 17, 30, 47, 502318), None, '9b924aa4-a736-45d7-a28a-b18f8acdaa21', '42fdd412-45b4-46c9-ae87-631be4c04619', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12158113, datetime.datetime(2023, 9, 25, 17, 31, 5, 376027), None, '0e3d4c86-39cc-4d44-b8ea-39bb251d1777', 'fcd07db4-1019-4b4e-9606-fec4522f9fa8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12227348, datetime.datetime(2023, 9, 25, 17, 31, 23, 392096), None, '025c07f0-dd6f-4f32-8082-b977c54b36f6', '6855699d-a9cd-4596-8437-4a52240b5266', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12247812, datetime.datetime(2023, 9, 25, 17, 31, 28, 419368), None, '92d15042-dacc-4395-8aa7-971803f6b101', 'd28fd463-82b7-4fd6-8199-11ac808501f5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12262537, datetime.datetime(2023, 9, 25, 17, 31, 33, 275224), None, '1a40e1da-2d1f-430d-bfd7-0a040e901427', '1aa947b8-2c0d-4ba9-b70f-522ba34412ee', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12325294, datetime.datetime(2023, 9, 25, 17, 31, 48, 698335), None, 'e588c5c5-525e-4d1c-9f5b-38125bf99158', '3f4d587e-ba0c-4e03-a65b-8a425983804c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12346028, datetime.datetime(2023, 9, 25, 17, 31, 53, 869743), None, '9bf95e03-41e1-4639-bdb4-b6cf6cfcab58', 'a6a04d2e-3bc5-4a7a-816e-a748811afefb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12447848, datetime.datetime(2023, 9, 25, 17, 32, 19, 425741), None, '2eb69796-9e8b-4120-99ef-be966c89d992', '7bb9efb2-1e1b-47ea-8c75-8d7d5aabfb1c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12466797, datetime.datetime(2023, 9, 25, 17, 32, 24, 451602), None, '8b0d275f-0437-4e76-853a-53e3ae5d2902', '0b466f14-4348-4bb5-a052-34d2bbab3645', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12501165, datetime.datetime(2023, 9, 25, 17, 32, 34, 668899), None, 'ad5cec5b-b285-44df-89b2-a26325cd7f0a', 'a455b944-9b40-46eb-9cf4-af5bf6da965f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12530115, datetime.datetime(2023, 9, 25, 17, 32, 42, 231681), None, 'c1666a2d-6675-4695-80f6-e4176fa371df', '490a7d5e-3a48-48b6-9d28-1cfffd4f492e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12554657, datetime.datetime(2023, 9, 25, 17, 32, 47, 380376), None, '0a4fbfdb-48ac-407a-9100-2d3ba1214fd5', '075d807f-cecf-4476-8598-98bf14d986fa', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12730409, datetime.datetime(2023, 9, 25, 17, 33, 33, 560519), None, 'b28c4dc8-185f-4c9a-a2a8-a050a558add5', '09164e5a-76bd-4bcd-984f-2c38e83ea996', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12825982, datetime.datetime(2023, 9, 25, 17, 33, 56, 242678), None, 'b63c4d5b-f3b6-4b81-8dc2-3ed9273d5e6d', '52dc740e-0bd1-453f-857e-b45f491ba81d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12832938, datetime.datetime(2023, 9, 25, 17, 33, 58, 638043), None, '60869db7-418b-433c-a3ca-3b554aef0c76', '67c54f79-43e5-42f5-8758-d665a814ee71', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12835023, datetime.datetime(2023, 9, 25, 17, 33, 58, 646893), None, '35a3491d-e229-44d2-9d8d-3b8760e9727a', 'bd4d568b-270a-4523-872a-20f46f9cb414', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12938318, datetime.datetime(2023, 9, 25, 17, 34, 24, 487691), None, '9edd0ea4-6c43-47be-a1a8-80981fdc2097', '6684dd66-9bf5-4f0b-bcc3-e4099b757d35', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13239456, datetime.datetime(2023, 9, 25, 17, 35, 41, 426454), None, '4ef8b485-9d99-452d-aa66-b468fe9458ae', '8957eea7-3a59-4dbb-bddf-c51559f2b023', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13281183, datetime.datetime(2023, 9, 25, 17, 35, 54, 227927), None, 'f6aa7151-56db-4018-8c6a-ff33baf36ca3', 'd2878abf-1b4f-4651-ba02-bd1fc154b85f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13303354, datetime.datetime(2023, 9, 25, 17, 35, 59, 310965), None, '92701385-4e31-4d72-8441-fe74dfc26cb7', '3bfe8237-58e5-4de3-b613-88e707cbedb8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13357178, datetime.datetime(2023, 9, 25, 17, 36, 12, 379816), None, '5cc63514-e8d2-4305-8ac0-80dea77c33db', 'b211395b-4812-46be-a18a-29cef2be61a5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13526115, datetime.datetime(2023, 9, 25, 17, 36, 57, 826498), None, '46e0990e-bca8-4481-97bd-df505d77c3e4', 'a313c795-2a77-4222-9b65-da2ff05f9f8e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13621092, datetime.datetime(2023, 9, 25, 17, 37, 23, 656346), None, 'a02a9bdf-ae73-4a14-beef-9528f8388862', 'efa371c5-e336-4f6a-9a38-ba49928297c6', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13864838, datetime.datetime(2023, 9, 25, 17, 38, 25, 890483), None, '8f168840-ef76-473f-ad23-8721d1782ae8', '54a615af-ee3d-4dbe-bba5-8dd24a222054', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13982282, datetime.datetime(2023, 9, 25, 17, 38, 56, 925330), None, '2154ec06-e0ee-403f-9a1d-f4a8872de398', '18a10f31-d9ed-48cd-baa0-a850436741c4', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14045160, datetime.datetime(2023, 9, 25, 17, 39, 12, 447724), None, '4e5c88e1-c9a7-4dae-9ceb-ee552f38dba7', 'c471e41f-c5a8-4333-b8ef-1cf9485c7cd1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14144871, datetime.datetime(2023, 9, 25, 17, 39, 38, 298364), None, '3b63a02b-cb5b-47a5-8083-e59495ed71c7', 'a1d3b67c-95b4-4879-be14-7c5b84df8372', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14484044, datetime.datetime(2023, 9, 25, 17, 41, 6, 944806), None, '8d783cc1-eb91-4bdb-8317-432a6d41b461', '23d84ba3-f231-4b1f-ae84-f8b5a6be9384', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14580910, datetime.datetime(2023, 9, 25, 17, 41, 32, 598960), None, '499ec4ff-7b64-430b-961e-29d39d7de66a', 'bab988d0-5200-456c-983f-14234eaefb87', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14746978, datetime.datetime(2023, 9, 25, 17, 42, 14, 655823), None, '89f33e4f-9440-4ce8-87a7-39bcf035ce18', '79dec8b3-546f-44d1-9bf8-8b5c40b872cf', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14831957, datetime.datetime(2023, 9, 25, 17, 42, 38, 231598), None, '070fc0a2-a396-4ded-8112-bb1d3010b6bd', 'b7953332-5f9e-4873-98a2-18837bfc2cd8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14878790, datetime.datetime(2023, 9, 25, 17, 42, 48, 521904), None, '4d4fbb68-a7e3-4894-90a0-a5950520b5c0', '8a4f91eb-eff6-442b-8857-05adca878558', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (516598, datetime.datetime(2023, 9, 25, 16, 44, 23, 362006), None, '62a7ddee-6a4f-462b-8394-3cbff050aca5', '7b5419c4-b1ef-444b-98d6-5d6d9ce86766', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (517278, datetime.datetime(2023, 9, 25, 16, 44, 23, 364919), None, 'b4205c97-2a84-4fe8-942f-e1b19a8bfa92', 'b45e2d4d-18c3-494a-8827-bffe52eb2d15', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (670277, datetime.datetime(2023, 9, 25, 16, 44, 57, 346713), None, '51e1bd13-48f0-476e-bbad-dd8b12d9a73e', 'e1d8e4b9-3ddd-4c45-aed2-14d1afb7a529', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (893625, datetime.datetime(2023, 9, 25, 16, 45, 43, 758616), None, '54ec3a12-f610-4443-80fd-86cd5388b771', '0fc2aa7c-a1b9-49cf-9a33-12ac68d4821e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (897040, datetime.datetime(2023, 9, 25, 16, 45, 43, 773320), None, '8b961382-c8a8-4612-99dc-4c5e208c3df9', 'ca88b4bc-66fa-4d87-9a05-b2df20d7c6c9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1359395, datetime.datetime(2023, 9, 25, 16, 47, 30, 54138), None, '3693b898-f405-4be4-b34d-05ae8b107eef', '46aca6c9-adc0-47de-9498-5fb4a398f655', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1395164, datetime.datetime(2023, 9, 25, 16, 47, 39, 74583), None, 'eaac97c2-1450-404f-9539-cfd535e793b0', 'ef568441-a51f-4070-853f-69e90e98813c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1433192, datetime.datetime(2023, 9, 25, 16, 47, 48, 125854), None, 'ca7459de-b8b4-4c71-9303-222606895409', '5d1f180d-bf73-4761-929f-eea16332e8f7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1631988, datetime.datetime(2023, 9, 25, 16, 48, 41, 86554), None, '1d5ab1e2-c58c-4601-a5a9-7b9e4ad0f991', '44df4d50-b934-40dd-9f1f-a43a8c277f72', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1922068, datetime.datetime(2023, 9, 25, 16, 50, 1, 779784), None, '00af5d17-7249-4db6-afcd-5760e5b4d8c3', '609a915c-1aaa-4940-b61b-c68839a2a6e2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2084475, datetime.datetime(2023, 9, 25, 16, 50, 40, 806377), None, '140cefd7-17c1-429f-9e03-a8d299834c93', 'f146ffb1-bf82-47cd-a8d1-0272c570ef51', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2125449, datetime.datetime(2023, 9, 25, 16, 50, 50, 463680), None, 'a1acf15b-c8ab-466d-921e-9489483249af', 'bd55f65f-282c-4f49-b166-6a834d2e7790', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2191945, datetime.datetime(2023, 9, 25, 16, 51, 8, 164819), None, 'bc072507-1872-421c-a793-781f1e4e5006', '0fa49b20-91da-4f4a-a8e9-86f45cf050c7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2352420, datetime.datetime(2023, 9, 25, 16, 51, 45, 667345), None, 'e5aae036-b1ab-442a-9b03-da8a3bfd482c', '239f14c4-132e-40fb-9ff2-fff4e8482e60', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2356779, datetime.datetime(2023, 9, 25, 16, 51, 45, 686878), None, 'dafd1ef3-5899-478f-9a60-6c32a555b809', 'c893318a-fa83-45f4-9f77-a4263b6fbc07', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2391270, datetime.datetime(2023, 9, 25, 16, 51, 54, 550319), None, 'f1b36f21-05d0-4dbc-ac03-e7675eb3f4d7', '6ce8af83-f2e5-486c-9305-13358d2580ce', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2500449, datetime.datetime(2023, 9, 25, 16, 52, 22, 10545), None, '662e0684-a3d0-4ec2-91ff-38719da49604', '856f1f30-983e-4d04-8b58-8c674ee561a6', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2695368, datetime.datetime(2023, 9, 25, 16, 53, 7, 313996), None, 'e330fc15-2fcd-4f67-8e3e-07e8c7ced777', '5110620d-b86b-4abc-93ea-9427cdd9731f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2871478, datetime.datetime(2023, 9, 25, 16, 53, 47, 343797), None, 'a95b1715-9460-4d26-869a-fce17d81579d', '126e83e4-cb00-4c3d-9582-f4503665fd1e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2911635, datetime.datetime(2023, 9, 25, 16, 53, 55, 969014), None, 'bd643630-e518-405b-86b2-b3e5084338e3', 'e8d94937-e006-463d-bcec-1045878b3441', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3566962, datetime.datetime(2023, 9, 25, 16, 56, 31, 350936), None, 'd31b657d-3ae9-4a27-96d9-a1b105fda228', 'a83751c4-1437-49cd-b78e-c85637f28c84', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3917598, datetime.datetime(2023, 9, 25, 16, 57, 57, 921738), None, 'fe14d521-e7fc-41fe-b08c-53fc53acf242', '63dc27ed-9d49-4b61-9907-ee49028b1302', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4002718, datetime.datetime(2023, 9, 25, 16, 58, 19, 416916), None, '46a1794a-dc1a-478f-8e51-5903a9e02f25', '279b4d72-7eb4-473e-b47f-1416d7b65db0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4330698, datetime.datetime(2023, 9, 25, 16, 59, 37, 59096), None, '59ca2445-4bf8-40a8-a392-725a25ec640d', '6d761945-a08f-4d79-b393-dafdb5abefb8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4360835, datetime.datetime(2023, 9, 25, 16, 59, 43, 833990), None, 'e456b739-5704-46d9-9ba0-b79602182e92', '3928ae9c-38e0-4f3d-98a9-58c1af0cb02b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4361973, datetime.datetime(2023, 9, 25, 16, 59, 43, 838726), None, '71214f53-2088-49b1-842a-839f80fb7c49', '50612d3f-ac9f-4c2d-8352-0288a18621f2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4475644, datetime.datetime(2023, 9, 25, 17, 0, 8, 415512), None, 'f6440b62-dafe-4fb1-a9a6-40dd3b8ec634', 'aa4a3ace-4363-449a-98e7-e533c21ce124', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4739290, datetime.datetime(2023, 9, 25, 17, 1, 7, 970062), None, '0625961e-22a6-40b8-a310-8370f0e2a2de', 'cd07cb71-e99a-4768-ad38-3033d2ec4b3d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4780110, datetime.datetime(2023, 9, 25, 17, 1, 19, 88324), None, 'ecca26dd-12ae-42e1-849b-70f1d6b2af1f', '3dd535fa-9eac-4503-a1cd-4d51447ac8fa', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4938917, datetime.datetime(2023, 9, 25, 17, 1, 52, 885231), None, 'e6c949da-3a46-41ac-92b1-a51b2ee57854', '981a84a3-ecc6-45b2-8a0f-76e10ccb00fb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4966867, datetime.datetime(2023, 9, 25, 17, 1, 59, 641277), None, 'bbd844cf-2df5-4631-840c-3e5b741d1ad9', 'd4a4d9b7-2242-43b7-8ac1-ffc68745e868', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4996594, datetime.datetime(2023, 9, 25, 17, 2, 6, 386501), None, 'c7ad81a4-d9d7-4633-82a4-06f4b52d5d64', '612ce89e-7dd5-43dc-bf4e-9bdeb92d44b8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5213141, datetime.datetime(2023, 9, 25, 17, 2, 56, 729925), None, 'b302e7a9-c74d-481b-a3df-be877ece1fcf', 'bf13690b-2dc8-48f8-94d9-fd479af97e3a', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5443741, datetime.datetime(2023, 9, 25, 17, 3, 49, 542634), None, '172135e3-5a5e-4088-86b1-84225fe541ef', '627258e0-eeb9-4ddb-8284-019203158162', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5658660, datetime.datetime(2023, 9, 25, 17, 4, 37, 432751), None, '3933b891-4db0-423e-b09e-26e12bb57de3', '55c9a7e8-8f4f-4625-9e5e-66c0d9a0fe5e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6110157, datetime.datetime(2023, 9, 25, 17, 6, 22, 707865), None, 'ad4e63a0-7080-46d4-837c-027d64e2d75f', '9c4d6ab9-9298-4f22-a47f-4e9e29c2b011', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6191053, datetime.datetime(2023, 9, 25, 17, 6, 41, 869686), None, '50dc7e16-62f1-42ac-b1b0-21777cec1b03', 'ebcd5b78-af31-49cc-9234-68af644a74e2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6418897, datetime.datetime(2023, 9, 25, 17, 7, 33, 5694), None, '48285808-b50c-4dd5-a3ea-adc26f2a8aad', '27d5368f-96e3-4a1c-b96d-73ef38faee39', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6420350, datetime.datetime(2023, 9, 25, 17, 7, 35, 648961), None, 'a334316f-2af1-4300-b9ec-9b747b509a43', '6b59944e-30c9-4949-a3de-89c077ac4549', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6451723, datetime.datetime(2023, 9, 25, 17, 7, 43, 52785), None, 'e1a9f648-7183-45f0-8141-ca6df8aaec2d', '68869aab-9c8b-4777-a9c3-fd1471b9fd13', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6482906, datetime.datetime(2023, 9, 25, 17, 7, 49, 917512), None, '9da82e8a-68a7-45bc-8c6b-5ce56b28642a', 'e09a7396-5232-4a3c-a577-0e22fc076852', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6713059, datetime.datetime(2023, 9, 25, 17, 8, 43, 23070), None, '1b60169a-7204-48e0-8baa-e767aa82c39e', '5a11b61d-71c6-4078-8cf0-c4987834ca93', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6713994, datetime.datetime(2023, 9, 25, 17, 8, 43, 27145), None, '56c99667-99d7-471d-b40a-9874f87dd6a3', '132a8607-ecc0-4cc2-a663-66084694fba7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6825851, datetime.datetime(2023, 9, 25, 17, 9, 7, 994127), None, '92a38f1e-6069-41b8-aacc-a2317f24c9fe', '1267c192-51a4-4a83-8d4f-fa9037c92602', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6866814, datetime.datetime(2023, 9, 25, 17, 9, 17, 972665), None, '81d01f58-f6cd-430d-b6d9-6ad7c4070a09', 'e5f0759a-ce8f-4f95-932c-b435d8ecd312', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6943784, datetime.datetime(2023, 9, 25, 17, 9, 36, 552746), None, 'dbbd267d-f577-46e8-99ba-42810dd4e341', '2417c30e-8379-4b0e-b4e4-286460c4063d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7214630, datetime.datetime(2023, 9, 25, 17, 10, 39, 131246), None, '73831c9a-6cdc-4278-86ae-9fd187931fcc', 'a167ee1f-905c-4488-b5b6-ddc324484a65', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7406119, datetime.datetime(2023, 9, 25, 17, 11, 24, 160370), None, '759f07c6-38ac-4506-94dc-d8d0cd0a282e', '63414bee-24e0-473d-b50f-a4a414b17ae4', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7448622, datetime.datetime(2023, 9, 25, 17, 11, 33, 430263), None, 'ca8f3d1f-03dc-4541-9a7f-4907a9b57506', '6c1290a3-e68d-4dfe-a7fe-c23f826089a9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7485176, datetime.datetime(2023, 9, 25, 17, 11, 42, 571610), None, '834cfdc6-64b7-4d59-98f5-ae7ec1c9c369', 'e7c1a178-f514-4f72-bece-a1e50d8416cc', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7744395, datetime.datetime(2023, 9, 25, 17, 12, 44, 145291), None, 'a392e5e8-c091-4f30-813d-3edf139ef4a7', '90a86b48-0904-4e9f-846c-685b464817e0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7823308, datetime.datetime(2023, 9, 25, 17, 13, 2, 598183), None, '10f0ab1f-156d-44b6-8e01-334dc1428d83', '8247965f-2a7c-4a45-b505-c3921bb322a0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7969553, datetime.datetime(2023, 9, 25, 17, 13, 36, 138228), None, 'a0de6437-0109-4dbd-84a5-19f6a281663f', '35284467-4d10-4be5-bd00-3b0b39fa6b61', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8344361, datetime.datetime(2023, 9, 25, 17, 15, 7, 432759), None, 'f047db9b-2733-4632-b0e3-10f6e1b0e40d', 'edd7c6d8-c159-4500-b39f-121e0d2395a5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8744810, datetime.datetime(2023, 9, 25, 17, 16, 43, 789683), None, 'f067e29c-16bf-46c3-aea0-a2406e68d94d', '3e60c3a3-986e-4b78-9455-2effb9425ed8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8929745, datetime.datetime(2023, 9, 25, 17, 17, 28, 527737), None, 'ff32a796-cda8-4e19-96ec-b0efa84211e1', '92620a1e-f32f-40ea-837a-e9ae2d3e1d0e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9042954, datetime.datetime(2023, 9, 25, 17, 17, 58, 267852), None, '5d0c8048-9ea6-436c-8c57-ffe16c4a44f8', '12ab6de7-2239-4787-bedb-012561ebcf63', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9271414, datetime.datetime(2023, 9, 25, 17, 18, 54, 326977), None, '13379658-5178-454e-a43e-532f718cded5', '31e7621e-5f96-4460-a6a8-cad8227a950b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9308390, datetime.datetime(2023, 9, 25, 17, 19, 1, 588068), None, 'd24f117b-2de4-4966-b7ee-eae3506a82ec', 'c8deb310-215b-44d1-b7c0-7541c28897b1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9670351, datetime.datetime(2023, 9, 25, 17, 20, 34, 871905), None, '0955c288-0a28-43f7-a4df-b38c046faf67', '5322e69c-4649-4d71-a23a-129830cb3389', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9705892, datetime.datetime(2023, 9, 25, 17, 20, 42, 337429), None, 'edaeeb0b-e894-4526-b969-cf150cc141d0', '956238bd-cb54-4b88-bc39-88b00a0d4759', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10007020, datetime.datetime(2023, 9, 25, 17, 22, 1, 749359), None, '2b012716-bf40-4af0-834d-1f89462f32f4', 'd56ce7c8-bed0-4e1a-9a8a-1e459dc679ef', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10138178, datetime.datetime(2023, 9, 25, 17, 22, 33, 886144), None, 'b46195d1-ebe9-40dc-9ff7-7eba1eede360', 'c58dee80-65f5-4154-9468-390399a2d064', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10366900, datetime.datetime(2023, 9, 25, 17, 23, 31, 110009), None, '6f243e54-7283-4159-9262-0ccffcfa53e2', '1255c545-2459-47ae-a701-40cc8f43d2d2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10436599, datetime.datetime(2023, 9, 25, 17, 23, 48, 451030), None, 'b485d488-9620-411f-acf5-ddeeb11f3181', 'b6c91a30-5d7b-491c-b097-0153716e05aa', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10880517, datetime.datetime(2023, 9, 25, 17, 25, 41, 626941), None, '97ec4679-f072-421a-9ce4-fffe92e4680f', 'e4ea8b89-5cdc-4320-999f-3679616e0a3d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10882248, datetime.datetime(2023, 9, 25, 17, 25, 41, 634207), None, 'a3cbd6d9-b3dd-403f-9a05-f24f117a3f37', 'e8554533-7e27-4845-9d01-b6842c5f3724', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10919964, datetime.datetime(2023, 9, 25, 17, 25, 48, 998873), None, 'b67d946b-7745-4a93-bbf7-fa12a486cb32', '01ec6e23-7854-4348-9f37-d0ba451f5ad0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10978924, datetime.datetime(2023, 9, 25, 17, 26, 4, 206053), None, '1faaeb39-7764-4409-adb9-023f5691eb85', '3b93b5af-6cfc-4284-8de0-9568b03c5e43', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11010012, datetime.datetime(2023, 9, 25, 17, 26, 14, 314624), None, '1be5cc09-aef7-403a-96a0-7d2f156b9a1a', '7f0c80be-f2da-4e64-8834-c82566897de7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11073852, datetime.datetime(2023, 9, 25, 17, 26, 29, 361382), None, '77cf4a89-17d2-483e-96ab-60db5efa3c1e', '4d548000-4c0c-43d2-aa92-4b260fd64126', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11223873, datetime.datetime(2023, 9, 25, 17, 27, 8, 385566), None, 'be14c184-b2de-4fe5-8fb4-a09191ea5794', '875cf350-879b-4c24-b458-129e704253ef', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11335004, datetime.datetime(2023, 9, 25, 17, 27, 36, 94465), None, 'e16f49ea-e017-4727-96b4-c80df40a09ef', '3af71f00-cf61-4a9b-9d5b-3fbdc0abad44', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11765174, datetime.datetime(2023, 9, 25, 17, 29, 25, 874402), None, 'ee891427-712b-4705-9f36-c8eed43567d6', '91fd53d9-e0bb-41d2-bd53-59ddea9c65f0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11800860, datetime.datetime(2023, 9, 25, 17, 29, 35, 952665), None, 'b7a9cca8-f908-4034-b39c-f0469ce23b62', '6c1cd1be-e330-464e-a8b0-280fbed671eb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11802776, datetime.datetime(2023, 9, 25, 17, 29, 35, 961635), None, '165133bc-0028-4ad2-b13b-fb1b2f5e17f9', 'c6dc4d00-867a-4514-830f-a3a268e7d0fe', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11909083, datetime.datetime(2023, 9, 25, 17, 30, 1, 498855), None, '5e9d2839-2778-43d9-8010-325dc2518b2f', '1e74eb1c-9dda-49c2-9eff-b0f09e166325', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12023929, datetime.datetime(2023, 9, 25, 17, 30, 32, 263372), None, '43a5f154-dacb-469f-b5ce-b5a506dc80ad', '40bfca89-1c30-433d-855c-99c915e110ee', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12136005, datetime.datetime(2023, 9, 25, 17, 31, 0, 74950), None, '7fc373cc-a8ab-43e1-93eb-6d6d1a48f24b', 'b4fe5062-9132-42d1-8878-e8f012873e25', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12314013, datetime.datetime(2023, 9, 25, 17, 31, 46, 206107), None, '816c0657-3b16-4880-857b-ee80c407da77', '8f8f506f-0e45-4a05-a1f7-550fbb390711', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12413623, datetime.datetime(2023, 9, 25, 17, 32, 11, 785217), None, '7f4f9098-966f-4e82-8056-3c7e14132166', 'c42043be-756e-4de7-9f46-b1354017f720', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12960617, datetime.datetime(2023, 9, 25, 17, 34, 32, 193350), None, '9fa101ee-d1d5-42ec-acd1-08b95e534e8e', '52c91d2e-07ef-4a6e-a4bd-233a454ffdaa', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13037450, datetime.datetime(2023, 9, 25, 17, 34, 50, 198340), None, '58a17566-3f9c-48e1-a2b3-050548601874', '703132b0-dd59-48c6-bb8d-795b1b7ca0db', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13214097, datetime.datetime(2023, 9, 25, 17, 35, 36, 308899), None, '6c2fadfc-f2fc-4bd2-a2a1-75a767c4fec9', '074819ad-1d65-4291-995b-1f4a5942a213', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13474277, datetime.datetime(2023, 9, 25, 17, 36, 43, 504421), None, 'aae3d8fd-2e57-4750-bc47-3a7640b04d22', '632c6174-66a4-4549-8998-df7c9cb22c3b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13662673, datetime.datetime(2023, 9, 25, 17, 37, 34, 58584), None, '020eef7b-0410-4e2f-994d-4b87f664adf8', '0cab6642-83cc-434a-b4b7-9674b906ce89', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13952327, datetime.datetime(2023, 9, 25, 17, 38, 48, 938291), None, '6be432a1-7ccc-4e8c-b867-ce324dd46165', '6e88f6aa-d115-498a-99c4-d5949a4823da', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14021207, datetime.datetime(2023, 9, 25, 17, 39, 7, 35093), None, '23608e2c-e9c0-4695-991e-e26c614d95f7', '574b9e88-5ed7-45ca-af51-b824569243af', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14402469, datetime.datetime(2023, 9, 25, 17, 40, 46, 41500), None, '63bb2c8e-b0f1-47d8-9325-44b3ccbaf391', '21fe9cee-b921-4288-a404-b032c141b3a8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (134002, datetime.datetime(2023, 9, 25, 16, 43, 2, 119153), None, '14a2e7bc-932c-4075-ae4b-bb6252150ace', '9428fd09-9320-4ef4-8590-6c3d69318217', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (224106, datetime.datetime(2023, 9, 25, 16, 43, 21, 48434), None, '09426e8e-8a93-4a3c-b8e1-7f8079f75017', 'e997bd49-43fc-4cc1-9dea-e2b430d5b4a9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (240571, datetime.datetime(2023, 9, 25, 16, 43, 25, 514951), None, '7362095b-08e3-4bef-9b7d-1bf1d2f3bd34', '0c432aa3-450c-413c-aff5-be2e0bf15bed', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (244720, datetime.datetime(2023, 9, 25, 16, 43, 25, 533776), None, 'a9f05738-5209-4c06-b76c-9932612e4ec3', '1d19efef-e960-42eb-a918-9b66da3296a2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (412122, datetime.datetime(2023, 9, 25, 16, 44, 2, 437957), None, '5b4fff2b-9a12-4c96-bcf2-3056505a858e', '7faba559-1bec-4750-bbc6-065319a97d39', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (525421, datetime.datetime(2023, 9, 25, 16, 44, 25, 381549), None, 'd0fb5d83-0379-4368-b8ab-aca3fbfeb022', '5fca25da-f7ed-4ed1-afbd-1187eebc866d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (599826, datetime.datetime(2023, 9, 25, 16, 44, 40, 376943), None, '26fd106b-d150-40bc-b1ac-9b4d7556a2c6', 'b85fe0b9-26ef-4d20-a80b-7a4b6fa7a0e8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (636277, datetime.datetime(2023, 9, 25, 16, 44, 48, 780036), None, 'cb36060b-5eee-4339-8c7f-958198d018d9', 'ece35ffa-60a4-4a8a-863f-a74546668423', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (809014, datetime.datetime(2023, 9, 25, 16, 45, 24, 745165), None, 'd0421c5f-111b-45c5-b41d-a1fe96bb7235', '6672aa8a-3456-49d7-802d-66cc2b58f643', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (814832, datetime.datetime(2023, 9, 25, 16, 45, 26, 831950), None, '19bb6723-0410-404c-97bd-bef087239c07', 'd9358a0e-3e11-4d1f-a802-36359b133126', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (868131, datetime.datetime(2023, 9, 25, 16, 45, 37, 422017), None, '130a0ee0-e09d-4c5e-a631-c8c6e71e3849', '3b30bbeb-c860-4c53-b8e5-97b304426f43', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (984982, datetime.datetime(2023, 9, 25, 16, 46, 2, 864729), None, '8af722de-026c-4c77-9f72-1e8fa4bdaf26', '7b544249-4ffa-495f-b6e2-d52d79dfa365', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1183722, datetime.datetime(2023, 9, 25, 16, 46, 45, 586008), None, '1f3cf404-7555-4c13-9613-1ab5b9f60b76', '70d043ca-be00-47c6-8548-81125385553e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1248057, datetime.datetime(2023, 9, 25, 16, 46, 59, 855519), None, 'bcdf9097-15b2-458f-9f96-34f1b493703c', '72755db1-35d4-43bd-8ec0-944bd71f63f8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1336022, datetime.datetime(2023, 9, 25, 16, 47, 25, 613464), None, '059704ce-c0ec-4f85-a854-880f08ca569d', 'e22957cd-423f-4dc1-927e-4e7e1804c603', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1339368, datetime.datetime(2023, 9, 25, 16, 47, 25, 630676), None, 'c7081b90-8430-42ec-b6b4-8af9c7d65e9a', 'f01ccf44-b901-414b-b5bf-30268d08e7d5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1342537, datetime.datetime(2023, 9, 25, 16, 47, 27, 852211), None, '69d60831-0ecd-451c-bccf-11768a7df78d', '680c9f20-878d-4bdb-b0da-4ebb28915c5b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1405365, datetime.datetime(2023, 9, 25, 16, 47, 41, 501443), None, 'e06d8b2a-af91-46de-a247-17e63cb7a85f', '31dabc17-f963-4d75-86d8-31ba78f1e162', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1583378, datetime.datetime(2023, 9, 25, 16, 48, 28, 777747), None, '51c616f1-ec80-4ec9-a468-bf2de30ebf0f', 'd6b82e50-2b0e-4894-8b47-a5c79324b1e4', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1722420, datetime.datetime(2023, 9, 25, 16, 49, 4, 13003), None, 'c87b5523-e217-4ce9-af70-958c36ed72a3', '8f5c4e82-e858-4ef8-917f-9e9e6e2c951f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (1792042, datetime.datetime(2023, 9, 25, 16, 49, 28, 37082), None, 'abb61620-9463-4673-b38a-6d44a7e816d3', '7a5fb866-a8a8-4562-8659-e8a2f295dd03', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2745612, datetime.datetime(2023, 9, 25, 16, 53, 19, 41597), None, '9879f5bc-0c9e-44bd-b2cc-273182ed8323', '09bd4ad8-f8eb-4b3f-b4c9-909d2bf28c18', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (2932708, datetime.datetime(2023, 9, 25, 16, 54, 0, 322921), None, 'ec410a3b-e8c9-4a04-9cd3-b1b7d9d97325', '7c12b7f1-c291-4c75-b314-c39ce08029b8', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3039841, datetime.datetime(2023, 9, 25, 16, 54, 23, 71133), None, '37629fc5-16df-4f3b-a484-3bfca805554e', '66dcd6e9-dd2a-4795-94ce-6ed3b37332cd', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3308097, datetime.datetime(2023, 9, 25, 16, 55, 23, 477036), None, '83f8198c-ab24-4299-9d5c-c947469137de', '329002b4-9bc1-43e1-ab62-8d34135c4666', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3347901, datetime.datetime(2023, 9, 25, 16, 55, 33, 367090), None, '3e0dfc5a-e6bd-461e-aad3-264f7f6fe896', 'a74820c2-cbeb-437c-8afb-1d5eb40da4dd', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3521419, datetime.datetime(2023, 9, 25, 16, 56, 19, 563333), None, '209b28cb-cbde-4c82-968d-251f50535199', '729f953b-dd52-4d94-b247-0aadcf7ce289', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3522038, datetime.datetime(2023, 9, 25, 16, 56, 19, 567700), None, '18d5de5b-20bd-4e0e-a8df-41ba319d0f22', 'a7419f57-4378-4e9c-b023-7c21c7fd11bf', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (3761879, datetime.datetime(2023, 9, 25, 16, 57, 19, 682618), None, '4c2e7103-1ebe-413b-a55c-9bfc3e8d36b3', 'e81b5f7f-92bf-43c1-8a27-f63f672644f4', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4059099, datetime.datetime(2023, 9, 25, 16, 58, 30, 729883), None, 'f60e9f4b-0256-4ff5-9720-3f13a3addc72', 'bd6b954e-f76a-4502-9fb5-a2a86f03f3be', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4086819, datetime.datetime(2023, 9, 25, 16, 58, 38, 676340), None, 'b699affd-f7d1-4ab0-a01a-83f56d2ccacb', '1cf276df-a474-44e5-b20f-067e91ab4032', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4180545, datetime.datetime(2023, 9, 25, 16, 59, 2, 196203), None, 'a9cc2149-61c1-471c-91d5-c875e97cda39', '68484381-6648-492f-8ee2-22f7f8feaed6', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (4314927, datetime.datetime(2023, 9, 25, 16, 59, 32, 312918), None, '516daac5-02d3-43db-99ff-dd4a4619983b', 'dc0c4797-0ca5-4255-bc88-8e146dec1673', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5238452, datetime.datetime(2023, 9, 25, 17, 3, 1, 341927), None, '6102c276-e897-4ab4-b121-48dd1222b7c4', '904d510d-afeb-4979-9518-ce32aff754e4', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5386232, datetime.datetime(2023, 9, 25, 17, 3, 36, 109409), None, 'ede67036-7ff3-43ed-b31d-4edf6774353a', '46948b77-5e6d-46d2-8c3f-799b0fb8774f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5564227, datetime.datetime(2023, 9, 25, 17, 4, 16, 531362), None, '154846d1-bf66-4895-9b80-1c38dbbcdbe5', 'fbabf821-8753-4138-af4e-28590475d7d5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (5977830, datetime.datetime(2023, 9, 25, 17, 5, 51, 227594), None, 'ad8c500d-3cb8-4be7-8605-0bd1c7e738b0', 'c8f58779-e314-43de-8884-9dc45040330f', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6206240, datetime.datetime(2023, 9, 25, 17, 6, 44, 331449), None, 'cf2471d1-268f-4f11-ac7c-50bef54ee062', 'd4d8ec0d-63bc-4b04-906e-80d87c40ec80', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (6363665, datetime.datetime(2023, 9, 25, 17, 7, 21, 725415), None, '2ea5c2fe-5e33-4623-a18a-9fcca01d76d4', 'c1a1d000-5f73-4dc9-ab37-ec056121e71b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7091789, datetime.datetime(2023, 9, 25, 17, 10, 11, 655800), None, '37335450-c420-46cc-9a0b-e644ff98134f', 'c47c86b4-2fe9-4bdb-9c32-d4a592f5828c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (7238763, datetime.datetime(2023, 9, 25, 17, 10, 44, 431312), None, '511a23a7-e82a-49c4-a189-212ed8c4871b', '381ed9c2-8cc0-4e61-9335-8c5e2ccf508d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8026387, datetime.datetime(2023, 9, 25, 17, 13, 50, 574673), None, 'f3460a62-805d-4c5e-9f54-e2511044a8e2', 'da0bd8d6-dfbc-4766-98bb-285438c9f488', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8065325, datetime.datetime(2023, 9, 25, 17, 13, 59, 696966), None, 'b07983c3-89ba-4ade-9beb-3aa93843c631', 'babc46f3-169c-4108-ba1f-85a4fd2f9406', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8524613, datetime.datetime(2023, 9, 25, 17, 15, 50, 60010), None, '0ca34057-c66d-42ba-b823-a39cf8fac2a2', '34182f28-4684-4950-8a80-f8f6689acb17', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8595749, datetime.datetime(2023, 9, 25, 17, 16, 7, 480619), None, 'cd18407e-e34d-4ab6-b82c-ed4080fc8090', '7f148918-f6a8-44a1-944b-6fa4ad23c068', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8601181, datetime.datetime(2023, 9, 25, 17, 16, 9, 782242), None, '87d70e9e-bb78-4068-ab6d-422d02981246', 'c1882006-e3c6-4625-8b73-dae2caa438c7', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8758677, datetime.datetime(2023, 9, 25, 17, 16, 46, 404111), None, '8889faa8-7d3e-4fa2-ae25-609957b9c233', '85c3c77d-4e42-4448-bf28-4940d93f4bad', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8759009, datetime.datetime(2023, 9, 25, 17, 16, 46, 405669), None, 'b846daa5-a442-4a4e-be2f-87eeef855140', '33192888-386c-4191-ba40-180550c44cd1', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (8871582, datetime.datetime(2023, 9, 25, 17, 17, 16, 932617), None, 'fc21f4c9-3783-485c-ad53-fa60d36454e7', '8fe75fe8-9631-47d1-be28-4e47c32bbfd5', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9143496, datetime.datetime(2023, 9, 25, 17, 18, 22, 704273), None, 'd7184347-3101-4ada-bb3a-06d4b490bfc3', 'a687ed31-62df-4e0c-8d0d-85ddf8ff16b0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9551043, datetime.datetime(2023, 9, 25, 17, 20, 4, 497539), None, '8f50b3ba-b4a5-4774-b60b-a53f680903a3', 'dace26a0-c58f-47d3-be4e-9bf9d5cad087', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (9731460, datetime.datetime(2023, 9, 25, 17, 20, 50, 566890), None, 'a562869c-4723-40a7-a2e9-49e20aabb3ec', '5f874294-4056-40eb-b5eb-3b3208b525d2', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10274580, datetime.datetime(2023, 9, 25, 17, 23, 8, 387544), None, '3cc4e6be-fcc0-465a-a7c2-6a7ca1be993e', 'b2602748-11e1-4bc5-b974-54ccbd750219', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10315448, datetime.datetime(2023, 9, 25, 17, 23, 18, 740678), None, 'a9b6c48d-84f7-4c12-9bf8-1fe6351e89cf', '6add8b14-084a-4c16-af74-79386658e182', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10678241, datetime.datetime(2023, 9, 25, 17, 24, 48, 422379), None, '7d7f1cbd-bbd0-472c-ad3e-692da0182182', '07c5025a-07f0-42e5-9199-e348f088a932', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10680249, datetime.datetime(2023, 9, 25, 17, 24, 50, 873411), None, '85e0b0ff-f01f-4a3a-a345-7861c0fee0dc', 'faeac0c1-b52b-4454-b060-b1bc31597c8b', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (10871951, datetime.datetime(2023, 9, 25, 17, 25, 39, 60853), None, '11e8045c-289c-4577-b52c-686432e62928', 'b888e2c5-6ef3-43c1-8f51-80e811c9ddd6', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11203411, datetime.datetime(2023, 9, 25, 17, 27, 2, 999413), None, 'af6741e7-0778-4370-9251-9cf4625dff5f', '4e30df37-f975-423a-b29c-7ac53367876e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11204858, datetime.datetime(2023, 9, 25, 17, 27, 3, 7069), None, '87d93c9b-ee15-4541-b4ab-4467fbee8432', '309b466d-a2bb-4474-a142-ae52309e3cff', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11382980, datetime.datetime(2023, 9, 25, 17, 27, 48, 978311), None, 'fddcae3a-c19f-494d-b8b3-c702d9de3eee', '2fd5b559-df9a-435a-bc11-ec5e0a3f8084', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11668398, datetime.datetime(2023, 9, 25, 17, 29, 0, 484551), None, 'dab6d705-8974-4ca2-8fb0-56d21ce44949', 'ff188d9b-4f55-4ae0-8beb-6d8ff78a82ea', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11673597, datetime.datetime(2023, 9, 25, 17, 29, 2, 846550), None, 'b7d1756b-97bf-49a7-a386-03e456da764f', '813137c4-54e5-4d9b-b1c1-83473a3f6432', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11811970, datetime.datetime(2023, 9, 25, 17, 29, 38, 325994), None, '72563116-7921-4707-82f4-b0a3ef3d73bc', '6a6ca65b-b370-4292-8eba-a721b8dc45bf', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11846444, datetime.datetime(2023, 9, 25, 17, 29, 46, 245479), None, '4e50b1be-f7f4-4d96-828b-63257a32f374', '128c3db8-6086-40b7-bfd9-94ccbcdc5216', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (11923323, datetime.datetime(2023, 9, 25, 17, 30, 6, 548753), None, '217fffc8-49be-4056-b7e8-fb8145416eda', '093fa83e-cf17-4a46-a96a-8ca76e2ae3eb', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12395754, datetime.datetime(2023, 9, 25, 17, 32, 6, 401130), None, 'e10d58e8-87d4-4c76-8904-127d4defefab', '8bb8b0a1-80c9-4658-9492-cda56ad49e5c', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12623723, datetime.datetime(2023, 9, 25, 17, 33, 5, 152756), None, '70b72d55-61b5-47e5-9248-f90995e981f2', '3699736a-a0f5-42d0-84c7-4fe400eda3de', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (12843500, datetime.datetime(2023, 9, 25, 17, 34, 1, 479878), None, '333729aa-1a47-4983-b9ee-919cd128215c', '00864172-a4e3-4e95-a5d4-6d8fc72e0a68', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13018465, datetime.datetime(2023, 9, 25, 17, 34, 44, 844356), None, '318dbb1e-05e0-4147-9ea1-fe1aff73b0f8', 'df3f0cf8-b488-4619-8795-994a5f08068d', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13025731, datetime.datetime(2023, 9, 25, 17, 34, 47, 514537), None, '207d8fd3-2443-4566-9144-46bb3abad245', '1b9b79cd-184d-4611-907a-8df239899386', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13127242, datetime.datetime(2023, 9, 25, 17, 35, 13, 89566), None, 'ed8ced2e-6dc1-4ef7-8c3a-d502aa70d22d', 'c21822e0-c3fc-4026-9d9e-046adce9e2af', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13374060, datetime.datetime(2023, 9, 25, 17, 36, 17, 406176), None, '8fb91318-d136-482f-8f8b-a77c49b4d099', '460e77b5-db6a-40ff-a2fe-adab247611ff', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13606763, datetime.datetime(2023, 9, 25, 17, 37, 18, 501399), None, '008486fd-464c-40bf-9580-c2188bed89f8', '437bed28-0d25-4555-ba71-4ae2e0f5cc12', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (13977204, datetime.datetime(2023, 9, 25, 17, 38, 54, 300531), None, '9c2e7c74-1f1e-413b-88b9-374e332acb15', '0460f15d-fb2b-4a62-979d-e819a96959d9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14344285, datetime.datetime(2023, 9, 25, 17, 40, 30, 347390), None, 'd1518008-f11e-4c0b-805d-d25a50b3bcb1', '477ce441-1497-4f58-a112-5fd60b6f5951', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14488053, datetime.datetime(2023, 9, 25, 17, 41, 6, 961684), None, '30eefc2a-99ac-447f-a6d9-2ef50cf34840', '60c19449-cc69-4ba2-acb7-80f178b32c7e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14697006, datetime.datetime(2023, 9, 25, 17, 42, 1, 270383), None, 'cacec3e4-5a59-4e98-9b29-8b6798dff13c', 'd9bfec03-eafa-46de-b297-b4ef49214797', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14713447, datetime.datetime(2023, 9, 25, 17, 42, 6, 766175), None, '8991109f-c170-4b37-82ef-1f6668fd058f', '8276630f-c25d-40f4-9d1a-d60b422b446e', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14713478, datetime.datetime(2023, 9, 25, 17, 42, 6, 766301), None, 'da53e3d1-e0d1-4f4e-a394-81a23f2f419a', '99a03721-1494-46ac-9f86-f28524122c07', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14734457, datetime.datetime(2023, 9, 25, 17, 42, 11, 938347), None, '93f0e404-795d-40cf-a659-e5c699e3de5e', '268d6582-388f-446d-ad16-26a26294a8b0', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment'), (14798263, datetime.datetime(2023, 9, 25, 17, 42, 27, 746769), None, 'e69c03a4-340b-45d5-81b9-473a6e7fa2c7', '97bf3aff-a233-43d9-959f-4cd7e4ebc1b9', 'd21c1d8a-2b43-44f5-8474-61474908dc90', 'Some comment')]
time: 0:00:00.439661 sec, 1 avg_film_rating: [(Decimal('5.5721925133689840'),)]
time: 0:00:00.888443 sec, 315 film_comments_likes_sums: [('Some comment', -1), ('Some comment', 3), ('Some comment', 2), ('Some comment', -2), ('Some comment', -4), ('Some comment', 5), ('Some comment', 2), ('Some comment', 0), ('Some comment', -1), ('Some comment', 2), ('Some comment', 6), ('Some comment', -2), ('Some comment', -2), ('Some comment', -2), ('Some comment', -1), ('Some comment', -2), ('Some comment', -1), ('Some comment', -4), ('Some comment', 0), ('Some comment', -1), ('Some comment', 5), ('Some comment', 0), ('Some comment', 0), ('Some comment', -2), ('Some comment', 1), ('Some comment', -2), ('Some comment', 2), ('Some comment', 4), ('Some comment', -1), ('Some comment', -5), ('Some comment', 5), ('Some comment', -1), ('Some comment', -1), ('Some comment', -3), ('Some comment', 3), ('Some comment', 0), ('Some comment', 3), ('Some comment', -1), ('Some comment', 5), ('Some comment', 2), ('Some comment', -2), ('Some comment', -1), ('Some comment', -1), ('Some comment', 0), ('Some comment', 2), ('Some comment', 2), ('Some comment', 6), ('Some comment', -3), ('Some comment', 2), ('Some comment', -5), ('Some comment', 0), ('Some comment', 3), ('Some comment', 2), ('Some comment', 3), ('Some comment', 2), ('Some comment', 4), ('Some comment', 0), ('Some comment', 1), ('Some comment', -5), ('Some comment', 1), ('Some comment', -4), ('Some comment', 4), ('Some comment', 1), ('Some comment', 3), ('Some comment', -2), ('Some comment', 1), ('Some comment', 0), ('Some comment', -1), ('Some comment', 1), ('Some comment', -1), ('Some comment', 3), ('Some comment', -3), ('Some comment', -3), ('Some comment', -1), ('Some comment', -2), ('Some comment', -4), ('Some comment', 1), ('Some comment', 0), ('Some comment', 3), ('Some comment', 4), ('Some comment', 4), ('Some comment', -2), ('Some comment', 1), ('Some comment', -4), ('Some comment', 2), ('Some comment', 4), ('Some comment', 4), ('Some comment', -1), ('Some comment', -6), ('Some comment', 2), ('Some comment', -1), ('Some comment', 3), ('Some comment', 3), ('Some comment', -3), ('Some comment', 1), ('Some comment', 0), ('Some comment', 3), ('Some comment', -5), ('Some comment', -4), ('Some comment', 1), ('Some comment', -1), ('Some comment', 3), ('Some comment', 4), ('Some comment', 3), ('Some comment', -3), ('Some comment', -3), ('Some comment', -4), ('Some comment', 0), ('Some comment', -1), ('Some comment', 0), ('Some comment', 0), ('Some comment', -5), ('Some comment', 0), ('Some comment', -1), ('Some comment', -6), ('Some comment', -2), ('Some comment', 1), ('Some comment', -1), ('Some comment', -2), ('Some comment', -4), ('Some comment', -1), ('Some comment', 0), ('Some comment', 1), ('Some comment', 2), ('Some comment', 1), ('Some comment', -1), ('Some comment', 0), ('Some comment', 1), ('Some comment', 2), ('Some comment', -1), ('Some comment', 2), ('Some comment', 0), ('Some comment', 1), ('Some comment', 1), ('Some comment', 0), ('Some comment', -3), ('Some comment', 4), ('Some comment', 4), ('Some comment', -1), ('Some comment', 3), ('Some comment', 0), ('Some comment', -1), ('Some comment', 0), ('Some comment', -4), ('Some comment', -3), ('Some comment', 3), ('Some comment', 1), ('Some comment', -2), ('Some comment', -1), ('Some comment', 0), ('Some comment', -3), ('Some comment', 2), ('Some comment', 6), ('Some comment', 1), ('Some comment', 1), ('Some comment', -2), ('Some comment', 0), ('Some comment', 2), ('Some comment', 1), ('Some comment', -4), ('Some comment', 2), ('Some comment', -3), ('Some comment', 1), ('Some comment', 4), ('Some comment', 4), ('Some comment', -3), ('Some comment', 6), ('Some comment', -2), ('Some comment', -2), ('Some comment', 1), ('Some comment', -1), ('Some comment', -1), ('Some comment', 1), ('Some comment', 0), ('Some comment', -4), ('Some comment', 7), ('Some comment', 1), ('Some comment', 5), ('Some comment', -4), ('Some comment', 1), ('Some comment', 1), ('Some comment', 6), ('Some comment', -1), ('Some comment', -5), ('Some comment', -1), ('Some comment', -5), ('Some comment', -6), ('Some comment', 0), ('Some comment', 1), ('Some comment', 1), ('Some comment', -2), ('Some comment', 2), ('Some comment', 3), ('Some comment', 0), ('Some comment', 3), ('Some comment', 3), ('Some comment', -3), ('Some comment', 1), ('Some comment', -2), ('Some comment', -1), ('Some comment', 1), ('Some comment', -1), ('Some comment', -2), ('Some comment', 0), ('Some comment', -1), ('Some comment', -2), ('Some comment', 0), ('Some comment', 1), ('Some comment', 1), ('Some comment', -1), ('Some comment', 0), ('Some comment', 4), ('Some comment', 1), ('Some comment', 3), ('Some comment', 3), ('Some comment', -4), ('Some comment', 1), ('Some comment', -2), ('Some comment', 0), ('Some comment', 2), ('Some comment', 3), ('Some comment', 0), ('Some comment', -5), ('Some comment', 3), ('Some comment', 2), ('Some comment', 3), ('Some comment', -3), ('Some comment', -1), ('Some comment', 4), ('Some comment', 1), ('Some comment', 1), ('Some comment', -2), ('Some comment', 3), ('Some comment', 3), ('Some comment', 4), ('Some comment', 0), ('Some comment', 0), ('Some comment', -4), ('Some comment', 1), ('Some comment', 0), ('Some comment', -3), ('Some comment', 5), ('Some comment', 3), ('Some comment', -5), ('Some comment', 1), ('Some comment', -5), ('Some comment', 1), ('Some comment', 0), ('Some comment', -3), ('Some comment', -1), ('Some comment', 0), ('Some comment', 3), ('Some comment', -2), ('Some comment', 0), ('Some comment', 0), ('Some comment', -1), ('Some comment', -3), ('Some comment', 8), ('Some comment', -2), ('Some comment', 1), ('Some comment', 3), ('Some comment', 2), ('Some comment', 2), ('Some comment', -3), ('Some comment', -1), ('Some comment', 2), ('Some comment', -3), ('Some comment', -1), ('Some comment', 1), ('Some comment', 1), ('Some comment', -1), ('Some comment', -1), ('Some comment', -2), ('Some comment', 0), ('Some comment', -1), ('Some comment', 1), ('Some comment', 0), ('Some comment', -4), ('Some comment', -1), ('Some comment', 2), ('Some comment', -1), ('Some comment', 1), ('Some comment', 0), ('Some comment', -2), ('Some comment', -5), ('Some comment', -3), ('Some comment', 0), ('Some comment', 1), ('Some comment', -1), ('Some comment', 1), ('Some comment', -3), ('Some comment', 0), ('Some comment', -3), ('Some comment', -4), ('Some comment', 1), ('Some comment', -1), ('Some comment', -6), ('Some comment', 1), ('Some comment', 2), ('Some comment', -4), ('Some comment', 3), ('Some comment', 0), ('Some comment', 4), ('Some comment', 3), ('Some comment', 0), ('Some comment', 2), ('Some comment', 3), ('Some comment', 4), ('Some comment', 3), ('Some comment', -2), ('Some comment', -3), ('Some comment', 0), ('Some comment', 0), ('Some comment', 3), ('Some comment', 2)]
time: 0:00:00.001043 sec, 8 user_bookmarks: [('0aa26dbc-8ecf-4490-a246-c1718cdd1232',), ('364caf66-3378-4ee1-977a-3b955f6b9ed8',), ('507443a2-bbd2-4eba-ab5d-405fcfcab204',), ('54ef91db-f0a0-4307-b63f-7b349d6b662b',), ('6014ad00-d4f0-412f-8d1f-dca72d6999e4',), ('76e2dc41-cff7-4a02-9a5d-a10a9dfea131',), ('8a423fbc-76f2-4404-8423-c2982b1f769a',), ('c4b0394f-ba28-43be-8bd9-c9d6b5c8a1ff',)]
time: 0:00:00.819400 sec, 8 avg_user_bookmarked_films_ratings: [('Brown LLC', Decimal('5.6238938053097345')), ('Cohen-Gordon', Decimal('5.6731707317073171')), ('Curry-Phelps', Decimal('5.6708074534161491')), ('Escobar, Vega and Gaines', Decimal('5.7990654205607477')), ('Green-Freeman', Decimal('5.1623036649214660')), ('Juarez, Clay and Bell', Decimal('5.5758928571428571')), ('Lopez, Mueller and Ortiz', Decimal('5.4593301435406699')), ('Rodriguez Inc', Decimal('5.5000000000000000'))]

MONGO
time: 0:00:00.003838 sec, 9 user_ratings: [{'film_uuid': '03472328-b14d-4b4d-b59f-4d278f7d20cc', 'rating': 2}, {'film_uuid': '04be40ba-ddec-4505-a1a3-d75cd59b5ef9', 'rating': 4}, {'film_uuid': '05447212-ed85-41fd-bb50-0c7ae7207f73', 'rating': 5}, {'film_uuid': '10457ae5-b656-431d-82a0-d02b449230b8', 'rating': 8}, {'film_uuid': '19f0c312-6428-4605-92e4-e0ae4f02a97f', 'rating': 10}, {'film_uuid': '2e37ee31-60da-407b-8959-f6241b17fa7c', 'rating': 2}, {'film_uuid': '460a401d-db4c-4969-bff3-48ca04aff6c3', 'rating': 8}, {'film_uuid': '4c5144f4-9c25-447f-b9b9-66bde53f61b2', 'rating': 6}, {'film_uuid': '5db011ff-3c55-4745-9a70-4cf60e10df52', 'rating': 1}]
time: 0:00:00.001791 sec, 316 film_comments: [{'comment_uuid': '14a2e7bc-932c-4075-ae4b-bb6252150ace', 'created_at': '2023-09-25T16:43:02.119153', 'updated_at': None, 'user_uuid': '9428fd09-9320-4ef4-8590-6c3d69318217', 'comment': 'Some comment'}, {'comment_uuid': '85f57c35-305d-4687-8189-c677e520906d', 'created_at': '2023-09-25T16:44:02.448258', 'updated_at': None, 'user_uuid': 'fc1e79ca-5d9e-42bb-888f-20d6c14bdb19', 'comment': 'Some comment'}, {'comment_uuid': '62a7ddee-6a4f-462b-8394-3cbff050aca5', 'created_at': '2023-09-25T16:44:23.362006', 'updated_at': None, 'user_uuid': '7b5419c4-b1ef-444b-98d6-5d6d9ce86766', 'comment': 'Some comment'}, {'comment_uuid': 'b4205c97-2a84-4fe8-942f-e1b19a8bfa92', 'created_at': '2023-09-25T16:44:23.364919', 'updated_at': None, 'user_uuid': 'b45e2d4d-18c3-494a-8827-bffe52eb2d15', 'comment': 'Some comment'}, {'comment_uuid': '463fbfb7-b324-45ab-a1db-ed2a00cf4441', 'created_at': '2023-09-25T16:44:50.838266', 'updated_at': None, 'user_uuid': '55436b6e-7c71-406a-aae0-210d39461889', 'comment': 'Some comment'}, {'comment_uuid': '51e1bd13-48f0-476e-bbad-dd8b12d9a73e', 'created_at': '2023-09-25T16:44:57.346713', 'updated_at': None, 'user_uuid': 'e1d8e4b9-3ddd-4c45-aed2-14d1afb7a529', 'comment': 'Some comment'}, {'comment_uuid': '54ec3a12-f610-4443-80fd-86cd5388b771', 'created_at': '2023-09-25T16:45:43.758616', 'updated_at': None, 'user_uuid': '0fc2aa7c-a1b9-49cf-9a33-12ac68d4821e', 'comment': 'Some comment'}, {'comment_uuid': '8b961382-c8a8-4612-99dc-4c5e208c3df9', 'created_at': '2023-09-25T16:45:43.77332', 'updated_at': None, 'user_uuid': 'ca88b4bc-66fa-4d87-9a05-b2df20d7c6c9', 'comment': 'Some comment'}, {'comment_uuid': 'bb0ec322-04d0-446f-89ea-16a1da712944', 'created_at': '2023-09-25T16:46:19.951126', 'updated_at': None, 'user_uuid': '37f16e79-c795-44c4-a2c1-099d6ffc1de2', 'comment': 'Some comment'}, {'comment_uuid': 'e87d6b9d-cdd0-4962-be5b-14c57cad06b3', 'created_at': '2023-09-25T16:46:52.124892', 'updated_at': None, 'user_uuid': '095c15e4-c719-476c-b0fb-bf1e7ba87e5f', 'comment': 'Some comment'}, {'comment_uuid': 'b5b804eb-b8ba-49c1-a2ef-56e5ba957087', 'created_at': '2023-09-25T16:46:57.697933', 'updated_at': None, 'user_uuid': '99ef178a-494d-4ae1-9972-8016f2a35596', 'comment': 'Some comment'}, {'comment_uuid': 'bcdf9097-15b2-458f-9f96-34f1b493703c', 'created_at': '2023-09-25T16:46:59.855519', 'updated_at': None, 'user_uuid': '72755db1-35d4-43bd-8ec0-944bd71f63f8', 'comment': 'Some comment'}, {'comment_uuid': 'd95946a5-5d8d-46b2-9c37-038d8d4a5380', 'created_at': '2023-09-25T16:47:07.579437', 'updated_at': None, 'user_uuid': '9a7f0fa0-b85c-47e5-8e53-03147e3a9dbc', 'comment': 'Some comment'}, {'comment_uuid': '3693b898-f405-4be4-b34d-05ae8b107eef', 'created_at': '2023-09-25T16:47:30.054138', 'updated_at': None, 'user_uuid': '46aca6c9-adc0-47de-9498-5fb4a398f655', 'comment': 'Some comment'}, {'comment_uuid': 'eaac97c2-1450-404f-9539-cfd535e793b0', 'created_at': '2023-09-25T16:47:39.074583', 'updated_at': None, 'user_uuid': 'ef568441-a51f-4070-853f-69e90e98813c', 'comment': 'Some comment'}, {'comment_uuid': 'ca7459de-b8b4-4c71-9303-222606895409', 'created_at': '2023-09-25T16:47:48.125854', 'updated_at': None, 'user_uuid': '5d1f180d-bf73-4761-929f-eea16332e8f7', 'comment': 'Some comment'}, {'comment_uuid': '1ebdcd24-73d5-4e74-a61f-e11564fa448d', 'created_at': '2023-09-25T16:47:59.250559', 'updated_at': None, 'user_uuid': 'f67bd8a5-afbc-47f4-9251-3e6ea38bb84c', 'comment': 'Some comment'}, {'comment_uuid': '443608d9-1877-423a-b08c-7ac043a30f9a', 'created_at': '2023-09-25T16:48:01.430927', 'updated_at': None, 'user_uuid': '5207158c-87c8-4188-8359-429b49e36c27', 'comment': 'Some comment'}, {'comment_uuid': '1d5ab1e2-c58c-4601-a5a9-7b9e4ad0f991', 'created_at': '2023-09-25T16:48:41.086554', 'updated_at': None, 'user_uuid': '44df4d50-b934-40dd-9f1f-a43a8c277f72', 'comment': 'Some comment'}, {'comment_uuid': '5c230c90-08eb-4b22-9a50-f48f47186d18', 'created_at': '2023-09-25T16:51:03.108455', 'updated_at': None, 'user_uuid': '84aa02ae-804a-4fd2-8e2b-d5a317ec6b2a', 'comment': 'Some comment'}, {'comment_uuid': 'b4ce2bde-6485-44c1-9718-fd3bd5a1c248', 'created_at': '2023-09-25T16:53:29.984779', 'updated_at': None, 'user_uuid': '5fce138b-d2fe-4cdd-bd73-00ecfa47c447', 'comment': 'Some comment'}, {'comment_uuid': 'a95b1715-9460-4d26-869a-fce17d81579d', 'created_at': '2023-09-25T16:53:47.343797', 'updated_at': None, 'user_uuid': '126e83e4-cb00-4c3d-9582-f4503665fd1e', 'comment': 'Some comment'}, {'comment_uuid': 'bd643630-e518-405b-86b2-b3e5084338e3', 'created_at': '2023-09-25T16:53:55.969014', 'updated_at': None, 'user_uuid': 'e8d94937-e006-463d-bcec-1045878b3441', 'comment': 'Some comment'}, {'comment_uuid': '0e1ca652-5e1f-4f9f-a60e-57b9dbd42e3c', 'created_at': '2023-09-25T16:54:09.695459', 'updated_at': None, 'user_uuid': '27505a6d-0ec6-4b22-afba-2f68bd0ab170', 'comment': 'Some comment'}, {'comment_uuid': '4a5f4c80-ce6c-493a-ab20-eba8571ccc93', 'created_at': '2023-09-25T16:54:27.408821', 'updated_at': None, 'user_uuid': '803e7fad-3156-4e03-9537-dc58eb1efdee', 'comment': 'Some comment'}, {'comment_uuid': '0057b06d-e996-49bd-8263-7b0a649955b4', 'created_at': '2023-09-25T16:55:35.738034', 'updated_at': None, 'user_uuid': '1adb9102-03c1-47de-8cd8-3397cc2f6a1d', 'comment': 'Some comment'}, {'comment_uuid': '7d76a4a1-1453-416b-bd18-205ba3732d8e', 'created_at': '2023-09-25T16:56:43.785297', 'updated_at': None, 'user_uuid': '8c79d3e2-df64-4253-8929-94aac713b726', 'comment': 'Some comment'}, {'comment_uuid': 'dfa1b76a-c9c9-42eb-a3be-c0a2cf1e7ae6', 'created_at': '2023-09-25T16:57:06.29371', 'updated_at': None, 'user_uuid': 'ded9e476-49ee-498d-8838-790642f3360e', 'comment': 'Some comment'}, {'comment_uuid': '447381fd-1f7c-45ef-afd3-94cd964bdfbd', 'created_at': '2023-09-25T16:58:03.161951', 'updated_at': None, 'user_uuid': '99f8ea62-ae8e-4f62-b580-75848b449829', 'comment': 'Some comment'}, {'comment_uuid': 'e18cd4a9-2eb2-4fc2-8667-961bb6d008d9', 'created_at': '2023-09-25T16:58:28.282173', 'updated_at': None, 'user_uuid': '3317fbb1-e114-427d-8152-e594b70ba67d', 'comment': 'Some comment'}, {'comment_uuid': 'b699affd-f7d1-4ab0-a01a-83f56d2ccacb', 'created_at': '2023-09-25T16:58:38.67634', 'updated_at': None, 'user_uuid': '1cf276df-a474-44e5-b20f-067e91ab4032', 'comment': 'Some comment'}, {'comment_uuid': 'a9cc2149-61c1-471c-91d5-c875e97cda39', 'created_at': '2023-09-25T16:59:02.196203', 'updated_at': None, 'user_uuid': '68484381-6648-492f-8ee2-22f7f8feaed6', 'comment': 'Some comment'}, {'comment_uuid': '516daac5-02d3-43db-99ff-dd4a4619983b', 'created_at': '2023-09-25T16:59:32.312918', 'updated_at': None, 'user_uuid': 'dc0c4797-0ca5-4255-bc88-8e146dec1673', 'comment': 'Some comment'}, {'comment_uuid': '670b4a94-9ab6-4af3-a745-35642932a24f', 'created_at': '2023-09-25T17:01:39.322795', 'updated_at': None, 'user_uuid': '97d0ff60-7837-4378-9576-06968cfdac5d', 'comment': 'Some comment'}, {'comment_uuid': 'e6c949da-3a46-41ac-92b1-a51b2ee57854', 'created_at': '2023-09-25T17:01:52.885231', 'updated_at': None, 'user_uuid': '981a84a3-ecc6-45b2-8a0f-76e10ccb00fb', 'comment': 'Some comment'}, {'comment_uuid': 'bbd844cf-2df5-4631-840c-3e5b741d1ad9', 'created_at': '2023-09-25T17:01:59.641277', 'updated_at': None, 'user_uuid': 'd4a4d9b7-2242-43b7-8ac1-ffc68745e868', 'comment': 'Some comment'}, {'comment_uuid': 'b302e7a9-c74d-481b-a3df-be877ece1fcf', 'created_at': '2023-09-25T17:02:56.729925', 'updated_at': None, 'user_uuid': 'bf13690b-2dc8-48f8-94d9-fd479af97e3a', 'comment': 'Some comment'}, {'comment_uuid': '172135e3-5a5e-4088-86b1-84225fe541ef', 'created_at': '2023-09-25T17:03:49.542634', 'updated_at': None, 'user_uuid': '627258e0-eeb9-4ddb-8284-019203158162', 'comment': 'Some comment'}, {'comment_uuid': '3933b891-4db0-423e-b09e-26e12bb57de3', 'created_at': '2023-09-25T17:04:37.432751', 'updated_at': None, 'user_uuid': '55c9a7e8-8f4f-4625-9e5e-66c0d9a0fe5e', 'comment': 'Some comment'}, {'comment_uuid': '298f0bf9-62c3-43d0-983d-337ad11f19e4', 'created_at': '2023-09-25T17:04:53.768198', 'updated_at': None, 'user_uuid': '0eaf727e-da14-46b0-b0a9-f8738926bab1', 'comment': 'Some comment'}, {'comment_uuid': 'ac551ac4-1c1b-4e17-9356-703ad75077a5', 'created_at': '2023-09-25T17:04:53.777965', 'updated_at': None, 'user_uuid': '97549bca-9c63-4112-a689-bee0888c4255', 'comment': 'Some comment'}, {'comment_uuid': 'e1a9f648-7183-45f0-8141-ca6df8aaec2d', 'created_at': '2023-09-25T17:07:43.052785', 'updated_at': None, 'user_uuid': '68869aab-9c8b-4777-a9c3-fd1471b9fd13', 'comment': 'Some comment'}, {'comment_uuid': 'af455b94-3f23-4edf-a5a4-5371ec428988', 'created_at': '2023-09-25T17:08:19.305418', 'updated_at': None, 'user_uuid': '76b5737f-96bc-4491-8bfa-2641c5585e5c', 'comment': 'Some comment'}, {'comment_uuid': 'dbbd267d-f577-46e8-99ba-42810dd4e341', 'created_at': '2023-09-25T17:09:36.552746', 'updated_at': None, 'user_uuid': '2417c30e-8379-4b0e-b4e4-286460c4063d', 'comment': 'Some comment'}, {'comment_uuid': 'f0760d53-b2a7-4b28-b3ea-de0415555924', 'created_at': '2023-09-25T17:10:02.267011', 'updated_at': None, 'user_uuid': '52b62034-ef7d-43b8-8066-5f29e39d9215', 'comment': 'Some comment'}, {'comment_uuid': '534f6d3b-e319-49aa-9a78-0160ccbcb142', 'created_at': '2023-09-25T17:10:02.281413', 'updated_at': None, 'user_uuid': 'ecaa7207-6605-42cf-b4cb-d577eb99b38e', 'comment': 'Some comment'}, {'comment_uuid': '37335450-c420-46cc-9a0b-e644ff98134f', 'created_at': '2023-09-25T17:10:11.6558', 'updated_at': None, 'user_uuid': 'c47c86b4-2fe9-4bdb-9c32-d4a592f5828c', 'comment': 'Some comment'}, {'comment_uuid': 'b6c9fd24-5fcc-4232-b3c4-a8b28268e8bd', 'created_at': '2023-09-25T17:10:32.102299', 'updated_at': None, 'user_uuid': '11382fc0-3da4-4981-b934-738242573273', 'comment': 'Some comment'}, {'comment_uuid': 'a3852dc9-ad31-4cb8-bb83-f614d584f9fd', 'created_at': '2023-09-25T17:10:41.803638', 'updated_at': None, 'user_uuid': '1453d384-350c-48e9-a20d-3d9200aeb112', 'comment': 'Some comment'}, {'comment_uuid': '511a23a7-e82a-49c4-a189-212ed8c4871b', 'created_at': '2023-09-25T17:10:44.431312', 'updated_at': None, 'user_uuid': '381ed9c2-8cc0-4e61-9335-8c5e2ccf508d', 'comment': 'Some comment'}, {'comment_uuid': '45772cff-0d70-4d1f-974b-14b3f877ef1e', 'created_at': '2023-09-25T17:11:07.413777', 'updated_at': None, 'user_uuid': 'ee9b2fba-dcf9-4aa5-bfb8-1fadfb4534cb', 'comment': 'Some comment'}, {'comment_uuid': '2bde4f58-8740-47b3-8ee2-a9b6fd9c6ebe', 'created_at': '2023-09-25T17:11:09.65258', 'updated_at': None, 'user_uuid': '1a08c246-816e-45a4-ba84-acf1160fa9f2', 'comment': 'Some comment'}, {'comment_uuid': '1653749d-75bc-4eed-b3a1-2ea6cd2115c2', 'created_at': '2023-09-25T17:11:49.304059', 'updated_at': None, 'user_uuid': 'e45da2c7-ace3-496a-bca4-53c8742c26cb', 'comment': 'Some comment'}, {'comment_uuid': 'b07983c3-89ba-4ade-9beb-3aa93843c631', 'created_at': '2023-09-25T17:13:59.696966', 'updated_at': None, 'user_uuid': 'babc46f3-169c-4108-ba1f-85a4fd2f9406', 'comment': 'Some comment'}, {'comment_uuid': 'f047db9b-2733-4632-b0e3-10f6e1b0e40d', 'created_at': '2023-09-25T17:15:07.432759', 'updated_at': None, 'user_uuid': 'edd7c6d8-c159-4500-b39f-121e0d2395a5', 'comment': 'Some comment'}, {'comment_uuid': '33332a0f-d231-4e5f-b83a-06065b765030', 'created_at': '2023-09-25T17:15:19.098386', 'updated_at': None, 'user_uuid': '7064556d-874c-4586-b035-4d4e01269048', 'comment': 'Some comment'}, {'comment_uuid': '4461d6a6-cd67-4c23-97c0-6d644dd9e199', 'created_at': '2023-09-25T17:15:33.925392', 'updated_at': None, 'user_uuid': '81266ed1-d53b-40c9-bd7b-43ceb8db7722', 'comment': 'Some comment'}, {'comment_uuid': 'cd18407e-e34d-4ab6-b82c-ed4080fc8090', 'created_at': '2023-09-25T17:16:07.480619', 'updated_at': None, 'user_uuid': '7f148918-f6a8-44a1-944b-6fa4ad23c068', 'comment': 'Some comment'}, {'comment_uuid': '87d70e9e-bb78-4068-ab6d-422d02981246', 'created_at': '2023-09-25T17:16:09.782242', 'updated_at': None, 'user_uuid': 'c1882006-e3c6-4625-8b73-dae2caa438c7', 'comment': 'Some comment'}, {'comment_uuid': '87f0c93e-78dd-4ebd-8aad-35d3341900d2', 'created_at': '2023-09-25T17:17:19.340559', 'updated_at': None, 'user_uuid': '4486de1f-7303-4130-bafd-30eb75f60953', 'comment': 'Some comment'}, {'comment_uuid': '7b0b8d55-8116-46f9-808f-d24deb17e356', 'created_at': '2023-09-25T17:18:54.34433', 'updated_at': None, 'user_uuid': '47032c99-d852-42ec-ac3a-1998f6e116e2', 'comment': 'Some comment'}, {'comment_uuid': 'd24f117b-2de4-4966-b7ee-eae3506a82ec', 'created_at': '2023-09-25T17:19:01.588068', 'updated_at': None, 'user_uuid': 'c8deb310-215b-44d1-b7c0-7541c28897b1', 'comment': 'Some comment'}, {'comment_uuid': 'd09787b0-1857-41a2-a317-dd937b2d9fe1', 'created_at': '2023-09-25T17:19:57.339871', 'updated_at': None, 'user_uuid': '2f2720f3-05c9-4b3f-bbce-dd22c4db3166', 'comment': 'Some comment'}, {'comment_uuid': '8f50b3ba-b4a5-4774-b60b-a53f680903a3', 'created_at': '2023-09-25T17:20:04.497539', 'updated_at': None, 'user_uuid': 'dace26a0-c58f-47d3-be4e-9bf9d5cad087', 'comment': 'Some comment'}, {'comment_uuid': '2b012716-bf40-4af0-834d-1f89462f32f4', 'created_at': '2023-09-25T17:22:01.749359', 'updated_at': None, 'user_uuid': 'd56ce7c8-bed0-4e1a-9a8a-1e459dc679ef', 'comment': 'Some comment'}, {'comment_uuid': 'b46195d1-ebe9-40dc-9ff7-7eba1eede360', 'created_at': '2023-09-25T17:22:33.886144', 'updated_at': None, 'user_uuid': 'c58dee80-65f5-4154-9468-390399a2d064', 'comment': 'Some comment'}, {'comment_uuid': '6f243e54-7283-4159-9262-0ccffcfa53e2', 'created_at': '2023-09-25T17:23:31.110009', 'updated_at': None, 'user_uuid': '1255c545-2459-47ae-a701-40cc8f43d2d2', 'comment': 'Some comment'}, {'comment_uuid': 'b485d488-9620-411f-acf5-ddeeb11f3181', 'created_at': '2023-09-25T17:23:48.45103', 'updated_at': None, 'user_uuid': 'b6c91a30-5d7b-491c-b097-0153716e05aa', 'comment': 'Some comment'}, {'comment_uuid': 'ba61a5d5-ef0c-4ed8-91b5-5901c267f350', 'created_at': '2023-09-25T17:23:55.836169', 'updated_at': None, 'user_uuid': 'dcdc18a8-87aa-4970-947e-6d07a4abf754', 'comment': 'Some comment'}, {'comment_uuid': '11e8045c-289c-4577-b52c-686432e62928', 'created_at': '2023-09-25T17:25:39.060853', 'updated_at': None, 'user_uuid': 'b888e2c5-6ef3-43c1-8f51-80e811c9ddd6', 'comment': 'Some comment'}, {'comment_uuid': '921a2b1b-58b4-4c1e-a9fa-5b380c4607f7', 'created_at': '2023-09-25T17:26:37.034553', 'updated_at': None, 'user_uuid': 'c97d7f07-a687-4bb4-8dfb-8883b9a7a5a7', 'comment': 'Some comment'}, {'comment_uuid': 'be14c184-b2de-4fe5-8fb4-a09191ea5794', 'created_at': '2023-09-25T17:27:08.385566', 'updated_at': None, 'user_uuid': '875cf350-879b-4c24-b458-129e704253ef', 'comment': 'Some comment'}, {'comment_uuid': 'b07008bc-8554-42a2-b809-90f06043457a', 'created_at': '2023-09-25T17:27:26.13373', 'updated_at': None, 'user_uuid': 'a1d0a276-b7e3-44a6-8452-f730e6ee943e', 'comment': 'Some comment'}, {'comment_uuid': 'e16f49ea-e017-4727-96b4-c80df40a09ef', 'created_at': '2023-09-25T17:27:36.094465', 'updated_at': None, 'user_uuid': '3af71f00-cf61-4a9b-9d5b-3fbdc0abad44', 'comment': 'Some comment'}, {'comment_uuid': 'ee891427-712b-4705-9f36-c8eed43567d6', 'created_at': '2023-09-25T17:29:25.874402', 'updated_at': None, 'user_uuid': '91fd53d9-e0bb-41d2-bd53-59ddea9c65f0', 'comment': 'Some comment'}, {'comment_uuid': 'b7a9cca8-f908-4034-b39c-f0469ce23b62', 'created_at': '2023-09-25T17:29:35.952665', 'updated_at': None, 'user_uuid': '6c1cd1be-e330-464e-a8b0-280fbed671eb', 'comment': 'Some comment'}, {'comment_uuid': '165133bc-0028-4ad2-b13b-fb1b2f5e17f9', 'created_at': '2023-09-25T17:29:35.961635', 'updated_at': None, 'user_uuid': 'c6dc4d00-867a-4514-830f-a3a268e7d0fe', 'comment': 'Some comment'}, {'comment_uuid': '4e50b1be-f7f4-4d96-828b-63257a32f374', 'created_at': '2023-09-25T17:29:46.245479', 'updated_at': None, 'user_uuid': '128c3db8-6086-40b7-bfd9-94ccbcdc5216', 'comment': 'Some comment'}, {'comment_uuid': '217fffc8-49be-4056-b7e8-fb8145416eda', 'created_at': '2023-09-25T17:30:06.548753', 'updated_at': None, 'user_uuid': '093fa83e-cf17-4a46-a96a-8ca76e2ae3eb', 'comment': 'Some comment'}, {'comment_uuid': '43a5f154-dacb-469f-b5ce-b5a506dc80ad', 'created_at': '2023-09-25T17:30:32.263372', 'updated_at': None, 'user_uuid': '40bfca89-1c30-433d-855c-99c915e110ee', 'comment': 'Some comment'}, {'comment_uuid': 'b2621724-087f-41c0-be37-17c2731e70b2', 'created_at': '2023-09-25T17:30:39.9103', 'updated_at': None, 'user_uuid': '13e2b632-195e-43f9-b9ff-6496e394ca50', 'comment': 'Some comment'}, {'comment_uuid': '0e3d4c86-39cc-4d44-b8ea-39bb251d1777', 'created_at': '2023-09-25T17:31:05.376027', 'updated_at': None, 'user_uuid': 'fcd07db4-1019-4b4e-9606-fec4522f9fa8', 'comment': 'Some comment'}, {'comment_uuid': '816c0657-3b16-4880-857b-ee80c407da77', 'created_at': '2023-09-25T17:31:46.206107', 'updated_at': None, 'user_uuid': '8f8f506f-0e45-4a05-a1f7-550fbb390711', 'comment': 'Some comment'}, {'comment_uuid': '9bf95e03-41e1-4639-bdb4-b6cf6cfcab58', 'created_at': '2023-09-25T17:31:53.869743', 'updated_at': None, 'user_uuid': 'a6a04d2e-3bc5-4a7a-816e-a748811afefb', 'comment': 'Some comment'}, {'comment_uuid': '8b0d275f-0437-4e76-853a-53e3ae5d2902', 'created_at': '2023-09-25T17:32:24.451602', 'updated_at': None, 'user_uuid': '0b466f14-4348-4bb5-a052-34d2bbab3645', 'comment': 'Some comment'}, {'comment_uuid': 'ad5cec5b-b285-44df-89b2-a26325cd7f0a', 'created_at': '2023-09-25T17:32:34.668899', 'updated_at': None, 'user_uuid': 'a455b944-9b40-46eb-9cf4-af5bf6da965f', 'comment': 'Some comment'}, {'comment_uuid': 'c1666a2d-6675-4695-80f6-e4176fa371df', 'created_at': '2023-09-25T17:32:42.231681', 'updated_at': None, 'user_uuid': '490a7d5e-3a48-48b6-9d28-1cfffd4f492e', 'comment': 'Some comment'}, {'comment_uuid': '333729aa-1a47-4983-b9ee-919cd128215c', 'created_at': '2023-09-25T17:34:01.479878', 'updated_at': None, 'user_uuid': '00864172-a4e3-4e95-a5d4-6d8fc72e0a68', 'comment': 'Some comment'}, {'comment_uuid': '9edd0ea4-6c43-47be-a1a8-80981fdc2097', 'created_at': '2023-09-25T17:34:24.487691', 'updated_at': None, 'user_uuid': '6684dd66-9bf5-4f0b-bcc3-e4099b757d35', 'comment': 'Some comment'}, {'comment_uuid': '58a17566-3f9c-48e1-a2b3-050548601874', 'created_at': '2023-09-25T17:34:50.19834', 'updated_at': None, 'user_uuid': '703132b0-dd59-48c6-bb8d-795b1b7ca0db', 'comment': 'Some comment'}, {'comment_uuid': '6c2fadfc-f2fc-4bd2-a2a1-75a767c4fec9', 'created_at': '2023-09-25T17:35:36.308899', 'updated_at': None, 'user_uuid': '074819ad-1d65-4291-995b-1f4a5942a213', 'comment': 'Some comment'}, {'comment_uuid': 'f6aa7151-56db-4018-8c6a-ff33baf36ca3', 'created_at': '2023-09-25T17:35:54.227927', 'updated_at': None, 'user_uuid': 'd2878abf-1b4f-4651-ba02-bd1fc154b85f', 'comment': 'Some comment'}, {'comment_uuid': '5cc63514-e8d2-4305-8ac0-80dea77c33db', 'created_at': '2023-09-25T17:36:12.379816', 'updated_at': None, 'user_uuid': 'b211395b-4812-46be-a18a-29cef2be61a5', 'comment': 'Some comment'}, {'comment_uuid': '46e0990e-bca8-4481-97bd-df505d77c3e4', 'created_at': '2023-09-25T17:36:57.826498', 'updated_at': None, 'user_uuid': 'a313c795-2a77-4222-9b65-da2ff05f9f8e', 'comment': 'Some comment'}, {'comment_uuid': '6be432a1-7ccc-4e8c-b867-ce324dd46165', 'created_at': '2023-09-25T17:38:48.938291', 'updated_at': None, 'user_uuid': '6e88f6aa-d115-498a-99c4-d5949a4823da', 'comment': 'Some comment'}, {'comment_uuid': '2154ec06-e0ee-403f-9a1d-f4a8872de398', 'created_at': '2023-09-25T17:38:56.92533', 'updated_at': None, 'user_uuid': '18a10f31-d9ed-48cd-baa0-a850436741c4', 'comment': 'Some comment'}, {'comment_uuid': '3b63a02b-cb5b-47a5-8083-e59495ed71c7', 'created_at': '2023-09-25T17:39:38.298364', 'updated_at': None, 'user_uuid': 'a1d3b67c-95b4-4879-be14-7c5b84df8372', 'comment': 'Some comment'}, {'comment_uuid': '499ec4ff-7b64-430b-961e-29d39d7de66a', 'created_at': '2023-09-25T17:41:32.59896', 'updated_at': None, 'user_uuid': 'bab988d0-5200-456c-983f-14234eaefb87', 'comment': 'Some comment'}, {'comment_uuid': '93f0e404-795d-40cf-a659-e5c699e3de5e', 'created_at': '2023-09-25T17:42:11.938347', 'updated_at': None, 'user_uuid': '268d6582-388f-446d-ad16-26a26294a8b0', 'comment': 'Some comment'}, {'comment_uuid': '0874bfb6-fad3-4cd7-90a1-2db7f8f75b9e', 'created_at': '2023-09-25T16:42:36.168922', 'updated_at': None, 'user_uuid': 'cfba06c1-209d-4437-aacd-be5464ab37d9', 'comment': 'Some comment'}, {'comment_uuid': '7ad5dbc0-4ac4-45bb-9c06-a9b7124c1c3a', 'created_at': '2023-09-25T16:43:04.099552', 'updated_at': None, 'user_uuid': 'a359ccd6-408e-48ef-923c-e5b12f55a7c1', 'comment': 'Some comment'}, {'comment_uuid': 'd0fb5d83-0379-4368-b8ab-aca3fbfeb022', 'created_at': '2023-09-25T16:44:25.381549', 'updated_at': None, 'user_uuid': '5fca25da-f7ed-4ed1-afbd-1187eebc866d', 'comment': 'Some comment'}, {'comment_uuid': '26fd106b-d150-40bc-b1ac-9b4d7556a2c6', 'created_at': '2023-09-25T16:44:40.376943', 'updated_at': None, 'user_uuid': 'b85fe0b9-26ef-4d20-a80b-7a4b6fa7a0e8', 'comment': 'Some comment'}, {'comment_uuid': 'cb36060b-5eee-4339-8c7f-958198d018d9', 'created_at': '2023-09-25T16:44:48.780036', 'updated_at': None, 'user_uuid': 'ece35ffa-60a4-4a8a-863f-a74546668423', 'comment': 'Some comment'}, {'comment_uuid': '130a0ee0-e09d-4c5e-a631-c8c6e71e3849', 'created_at': '2023-09-25T16:45:37.422017', 'updated_at': None, 'user_uuid': '3b30bbeb-c860-4c53-b8e5-97b304426f43', 'comment': 'Some comment'}, {'comment_uuid': '1f3cf404-7555-4c13-9613-1ab5b9f60b76', 'created_at': '2023-09-25T16:46:45.586008', 'updated_at': None, 'user_uuid': '70d043ca-be00-47c6-8548-81125385553e', 'comment': 'Some comment'}, {'comment_uuid': '059704ce-c0ec-4f85-a854-880f08ca569d', 'created_at': '2023-09-25T16:47:25.613464', 'updated_at': None, 'user_uuid': 'e22957cd-423f-4dc1-927e-4e7e1804c603', 'comment': 'Some comment'}, {'comment_uuid': 'c7081b90-8430-42ec-b6b4-8af9c7d65e9a', 'created_at': '2023-09-25T16:47:25.630676', 'updated_at': None, 'user_uuid': 'f01ccf44-b901-414b-b5bf-30268d08e7d5', 'comment': 'Some comment'}, {'comment_uuid': '69d60831-0ecd-451c-bccf-11768a7df78d', 'created_at': '2023-09-25T16:47:27.852211', 'updated_at': None, 'user_uuid': '680c9f20-878d-4bdb-b0da-4ebb28915c5b', 'comment': 'Some comment'}, {'comment_uuid': 'a24073c0-4eb5-4f26-bc58-1ec15c5d6b86', 'created_at': '2023-09-25T16:47:54.817455', 'updated_at': None, 'user_uuid': '60aa6f86-7100-4f3e-83b1-8a1a19f5c2b7', 'comment': 'Some comment'}, {'comment_uuid': '51c616f1-ec80-4ec9-a468-bf2de30ebf0f', 'created_at': '2023-09-25T16:48:28.777747', 'updated_at': None, 'user_uuid': 'd6b82e50-2b0e-4894-8b47-a5c79324b1e4', 'comment': 'Some comment'}, {'comment_uuid': 'c87b5523-e217-4ce9-af70-958c36ed72a3', 'created_at': '2023-09-25T16:49:04.013003', 'updated_at': None, 'user_uuid': '8f5c4e82-e858-4ef8-917f-9e9e6e2c951f', 'comment': 'Some comment'}, {'comment_uuid': 'abb61620-9463-4673-b38a-6d44a7e816d3', 'created_at': '2023-09-25T16:49:28.037082', 'updated_at': None, 'user_uuid': '7a5fb866-a8a8-4562-8659-e8a2f295dd03', 'comment': 'Some comment'}, {'comment_uuid': '140cefd7-17c1-429f-9e03-a8d299834c93', 'created_at': '2023-09-25T16:50:40.806377', 'updated_at': None, 'user_uuid': 'f146ffb1-bf82-47cd-a8d1-0272c570ef51', 'comment': 'Some comment'}, {'comment_uuid': 'f6a70952-d02b-4e46-b737-2c59f22799b9', 'created_at': '2023-09-25T16:51:13.321434', 'updated_at': None, 'user_uuid': '03639d66-5350-41d9-8811-b80cb59fad4d', 'comment': 'Some comment'}, {'comment_uuid': 'ac1614fb-fe0c-4d15-914e-c8f098deba53', 'created_at': '2023-09-25T16:51:15.543263', 'updated_at': None, 'user_uuid': '013ce75b-1207-41c3-8f2a-c2fafe45a658', 'comment': 'Some comment'}, {'comment_uuid': '1b90fd21-3b7d-44ae-abd8-d4e0596a6e10', 'created_at': '2023-09-25T16:51:32.022632', 'updated_at': None, 'user_uuid': 'cb57a2ad-bc61-40ee-8a95-365fe59439b6', 'comment': 'Some comment'}, {'comment_uuid': '4b57e6d9-429c-4401-b69f-952714657386', 'created_at': '2023-09-25T16:52:22.052067', 'updated_at': None, 'user_uuid': 'dc1c205f-ee4a-4c6a-bf15-aa97d569826d', 'comment': 'Some comment'}, {'comment_uuid': '82161daa-dc18-469f-b33a-21f1deb8b33d', 'created_at': '2023-09-25T16:53:16.926554', 'updated_at': None, 'user_uuid': '1f3925c1-ec4b-4bcd-8325-270b3c1640b5', 'comment': 'Some comment'}, {'comment_uuid': '9879f5bc-0c9e-44bd-b2cc-273182ed8323', 'created_at': '2023-09-25T16:53:19.041597', 'updated_at': None, 'user_uuid': '09bd4ad8-f8eb-4b3f-b4c9-909d2bf28c18', 'comment': 'Some comment'}, {'comment_uuid': 'ec410a3b-e8c9-4a04-9cd3-b1b7d9d97325', 'created_at': '2023-09-25T16:54:00.322921', 'updated_at': None, 'user_uuid': '7c12b7f1-c291-4c75-b314-c39ce08029b8', 'comment': 'Some comment'}, {'comment_uuid': '06cc6239-064d-4600-b911-a19605d42c92', 'created_at': '2023-09-25T16:54:29.601997', 'updated_at': None, 'user_uuid': 'c1c52551-236a-47ed-8636-935e730d3c06', 'comment': 'Some comment'}, {'comment_uuid': '83f8198c-ab24-4299-9d5c-c947469137de', 'created_at': '2023-09-25T16:55:23.477036', 'updated_at': None, 'user_uuid': '329002b4-9bc1-43e1-ab62-8d34135c4666', 'comment': 'Some comment'}, {'comment_uuid': '3e0dfc5a-e6bd-461e-aad3-264f7f6fe896', 'created_at': '2023-09-25T16:55:33.36709', 'updated_at': None, 'user_uuid': 'a74820c2-cbeb-437c-8afb-1d5eb40da4dd', 'comment': 'Some comment'}, {'comment_uuid': '067ba256-dd6c-420f-9804-e0dae8c12322', 'created_at': '2023-09-25T16:55:38.312052', 'updated_at': None, 'user_uuid': '1155d4c0-2f3b-4746-a29e-26124c456f84', 'comment': 'Some comment'}, {'comment_uuid': 'd31b657d-3ae9-4a27-96d9-a1b105fda228', 'created_at': '2023-09-25T16:56:31.350936', 'updated_at': None, 'user_uuid': 'a83751c4-1437-49cd-b78e-c85637f28c84', 'comment': 'Some comment'}, {'comment_uuid': '947a62c7-3487-46b4-b13f-7577ac6a915d', 'created_at': '2023-09-25T16:57:08.6688', 'updated_at': None, 'user_uuid': '4a5ffe9c-2e64-404f-84f8-38e177718f01', 'comment': 'Some comment'}, {'comment_uuid': '4c2e7103-1ebe-413b-a55c-9bfc3e8d36b3', 'created_at': '2023-09-25T16:57:19.682618', 'updated_at': None, 'user_uuid': 'e81b5f7f-92bf-43c1-8a27-f63f672644f4', 'comment': 'Some comment'}, {'comment_uuid': '27ef91aa-40d2-4171-b442-5a16aa3e1c28', 'created_at': '2023-09-25T16:58:08.184757', 'updated_at': None, 'user_uuid': 'a0ba6150-776d-4cb7-8d1c-517e443a9a28', 'comment': 'Some comment'}, {'comment_uuid': 'ea9b9107-2dad-4c4e-bd1e-5c77fd29e15f', 'created_at': '2023-09-25T16:58:15.085855', 'updated_at': None, 'user_uuid': '4b298d64-1f37-409a-82f6-4857ec600a0e', 'comment': 'Some comment'}, {'comment_uuid': 'f60e9f4b-0256-4ff5-9720-3f13a3addc72', 'created_at': '2023-09-25T16:58:30.729883', 'updated_at': None, 'user_uuid': 'bd6b954e-f76a-4502-9fb5-a2a86f03f3be', 'comment': 'Some comment'}, {'comment_uuid': '59ca2445-4bf8-40a8-a392-725a25ec640d', 'created_at': '2023-09-25T16:59:37.059096', 'updated_at': None, 'user_uuid': '6d761945-a08f-4d79-b393-dafdb5abefb8', 'comment': 'Some comment'}, {'comment_uuid': 'f6440b62-dafe-4fb1-a9a6-40dd3b8ec634', 'created_at': '2023-09-25T17:00:08.415512', 'updated_at': None, 'user_uuid': 'aa4a3ace-4363-449a-98e7-e533c21ce124', 'comment': 'Some comment'}, {'comment_uuid': '6519ec81-ae65-4448-829b-a9a519faae75', 'created_at': '2023-09-25T17:01:43.788221', 'updated_at': None, 'user_uuid': 'ceb490c4-9338-435c-9d00-7e17f2978453', 'comment': 'Some comment'}, {'comment_uuid': '7161b407-836e-4eeb-a201-561e7ea5d6ba', 'created_at': '2023-09-25T17:01:46.042629', 'updated_at': None, 'user_uuid': '40ec81a0-63b0-4a66-b089-8ad21fe2f5a5', 'comment': 'Some comment'}, {'comment_uuid': '68a8c6cb-5add-49b3-af4c-ec3be47d919b', 'created_at': '2023-09-25T17:03:01.312909', 'updated_at': None, 'user_uuid': '191106a9-4922-446c-8bd3-1a6ad0de639b', 'comment': 'Some comment'}, {'comment_uuid': 'd2af9bd1-d8bd-4a74-a926-fb179274eebf', 'created_at': '2023-09-25T17:03:08.080101', 'updated_at': None, 'user_uuid': '418a823b-b91c-4e60-8acb-ae1f07c8c486', 'comment': 'Some comment'}, {'comment_uuid': '32d12bb4-1307-4d53-87da-9dce4643d070', 'created_at': '2023-09-25T17:03:33.80625', 'updated_at': None, 'user_uuid': '6b191197-943e-4aa7-befb-2806cf91d2a1', 'comment': 'Some comment'}, {'comment_uuid': '26b40dc1-61e7-47b7-8093-9da396c702f5', 'created_at': '2023-09-25T17:03:47.303398', 'updated_at': None, 'user_uuid': '0cddc2a0-c75f-4657-be70-bb1598a67240', 'comment': 'Some comment'}, {'comment_uuid': '154846d1-bf66-4895-9b80-1c38dbbcdbe5', 'created_at': '2023-09-25T17:04:16.531362', 'updated_at': None, 'user_uuid': 'fbabf821-8753-4138-af4e-28590475d7d5', 'comment': 'Some comment'}, {'comment_uuid': 'd3dd7cc6-60e5-4cc5-a393-8fe11c5e7349', 'created_at': '2023-09-25T17:04:39.893287', 'updated_at': None, 'user_uuid': '5154166f-445e-49da-8ef7-0ae949ee4255', 'comment': 'Some comment'}, {'comment_uuid': '4373a169-e3e4-4eef-b745-b9a939a044e4', 'created_at': '2023-09-25T17:04:44.648789', 'updated_at': None, 'user_uuid': 'c56882f9-15a4-4295-9473-e2156cf10aa3', 'comment': 'Some comment'}, {'comment_uuid': 'cf2471d1-268f-4f11-ac7c-50bef54ee062', 'created_at': '2023-09-25T17:06:44.331449', 'updated_at': None, 'user_uuid': 'd4d8ec0d-63bc-4b04-906e-80d87c40ec80', 'comment': 'Some comment'}, {'comment_uuid': '2ea5c2fe-5e33-4623-a18a-9fcca01d76d4', 'created_at': '2023-09-25T17:07:21.725415', 'updated_at': None, 'user_uuid': 'c1a1d000-5f73-4dc9-ab37-ec056121e71b', 'comment': 'Some comment'}, {'comment_uuid': '48285808-b50c-4dd5-a3ea-adc26f2a8aad', 'created_at': '2023-09-25T17:07:33.005694', 'updated_at': None, 'user_uuid': '27d5368f-96e3-4a1c-b96d-73ef38faee39', 'comment': 'Some comment'}, {'comment_uuid': 'a334316f-2af1-4300-b9ec-9b747b509a43', 'created_at': '2023-09-25T17:07:35.648961', 'updated_at': None, 'user_uuid': '6b59944e-30c9-4949-a3de-89c077ac4549', 'comment': 'Some comment'}, {'comment_uuid': 'dae2abc3-a229-4b77-9c56-b2a7ae115380', 'created_at': '2023-09-25T17:07:59.057971', 'updated_at': None, 'user_uuid': '86ec8daa-3c02-4121-a336-1fccfc27bca1', 'comment': 'Some comment'}, {'comment_uuid': '1b60169a-7204-48e0-8baa-e767aa82c39e', 'created_at': '2023-09-25T17:08:43.02307', 'updated_at': None, 'user_uuid': '5a11b61d-71c6-4078-8cf0-c4987834ca93', 'comment': 'Some comment'}, {'comment_uuid': '56c99667-99d7-471d-b40a-9874f87dd6a3', 'created_at': '2023-09-25T17:08:43.027145', 'updated_at': None, 'user_uuid': '132a8607-ecc0-4cc2-a663-66084694fba7', 'comment': 'Some comment'}, {'comment_uuid': '81d01f58-f6cd-430d-b6d9-6ad7c4070a09', 'created_at': '2023-09-25T17:09:17.972665', 'updated_at': None, 'user_uuid': 'e5f0759a-ce8f-4f95-932c-b435d8ecd312', 'comment': 'Some comment'}, {'comment_uuid': '73831c9a-6cdc-4278-86ae-9fd187931fcc', 'created_at': '2023-09-25T17:10:39.131246', 'updated_at': None, 'user_uuid': 'a167ee1f-905c-4488-b5b6-ddc324484a65', 'comment': 'Some comment'}, {'comment_uuid': '759f07c6-38ac-4506-94dc-d8d0cd0a282e', 'created_at': '2023-09-25T17:11:24.16037', 'updated_at': None, 'user_uuid': '63414bee-24e0-473d-b50f-a4a414b17ae4', 'comment': 'Some comment'}, {'comment_uuid': 'ca8f3d1f-03dc-4541-9a7f-4907a9b57506', 'created_at': '2023-09-25T17:11:33.430263', 'updated_at': None, 'user_uuid': '6c1290a3-e68d-4dfe-a7fe-c23f826089a9', 'comment': 'Some comment'}, {'comment_uuid': '834cfdc6-64b7-4d59-98f5-ae7ec1c9c369', 'created_at': '2023-09-25T17:11:42.57161', 'updated_at': None, 'user_uuid': 'e7c1a178-f514-4f72-bece-a1e50d8416cc', 'comment': 'Some comment'}, {'comment_uuid': '4e704c56-209e-4e4f-93fa-34015f00d5be', 'created_at': '2023-09-25T17:11:42.589995', 'updated_at': None, 'user_uuid': 'ab9758f1-4a60-4fee-ab50-ef1f79dd3855', 'comment': 'Some comment'}, {'comment_uuid': '2cd36164-2036-43ea-8fdf-7b6cc6908316', 'created_at': '2023-09-25T17:12:27.015829', 'updated_at': None, 'user_uuid': '98238fe9-43da-42d0-9414-2f1dc43995f0', 'comment': 'Some comment'}, {'comment_uuid': '7f826c7f-b475-458a-9817-b06aaaf5d4e1', 'created_at': '2023-09-25T17:15:45.492733', 'updated_at': None, 'user_uuid': '6f6b80a6-10ee-4462-b98f-e3f22cc0251e', 'comment': 'Some comment'}, {'comment_uuid': '6ddc4f37-72e1-4b9f-a45c-14fd63db7218', 'created_at': '2023-09-25T17:16:38.774471', 'updated_at': None, 'user_uuid': '213f614f-c88d-40a4-b2bb-b7d3db0df35a', 'comment': 'Some comment'}, {'comment_uuid': 'f067e29c-16bf-46c3-aea0-a2406e68d94d', 'created_at': '2023-09-25T17:16:43.789683', 'updated_at': None, 'user_uuid': '3e60c3a3-986e-4b78-9455-2effb9425ed8', 'comment': 'Some comment'}, {'comment_uuid': '8889faa8-7d3e-4fa2-ae25-609957b9c233', 'created_at': '2023-09-25T17:16:46.404111', 'updated_at': None, 'user_uuid': '85c3c77d-4e42-4448-bf28-4940d93f4bad', 'comment': 'Some comment'}, {'comment_uuid': 'b846daa5-a442-4a4e-be2f-87eeef855140', 'created_at': '2023-09-25T17:16:46.405669', 'updated_at': None, 'user_uuid': '33192888-386c-4191-ba40-180550c44cd1', 'comment': 'Some comment'}, {'comment_uuid': '01cfc8ba-2d3a-4955-a0de-88cc8ad1372b', 'created_at': '2023-09-25T17:17:02.074777', 'updated_at': None, 'user_uuid': 'fa1d0bd3-51fa-4304-be08-340fb9bce663', 'comment': 'Some comment'}, {'comment_uuid': 'ff32a796-cda8-4e19-96ec-b0efa84211e1', 'created_at': '2023-09-25T17:17:28.527737', 'updated_at': None, 'user_uuid': '92620a1e-f32f-40ea-837a-e9ae2d3e1d0e', 'comment': 'Some comment'}, {'comment_uuid': 'a6cffa68-354b-49d6-875f-9ee6d215c66e', 'created_at': '2023-09-25T17:17:46.049488', 'updated_at': None, 'user_uuid': '56793196-2443-4a35-be97-7c1e27e3be6b', 'comment': 'Some comment'}, {'comment_uuid': '8c532d67-80a5-4eb4-843b-88d97388583c', 'created_at': '2023-09-25T17:18:49.709885', 'updated_at': None, 'user_uuid': '3bf0374a-4330-4a41-b238-5a9227b593f5', 'comment': 'Some comment'}, {'comment_uuid': 'ededebe1-244f-47d4-9a59-153af7d942b5', 'created_at': '2023-09-25T17:19:59.857751', 'updated_at': None, 'user_uuid': '08afeab5-0f67-4ec7-bf8b-f331c7ec74a7', 'comment': 'Some comment'}, {'comment_uuid': 'f00d77ed-cc04-47a6-b4b9-c77f6316415a', 'created_at': '2023-09-25T17:20:04.528659', 'updated_at': None, 'user_uuid': '84f37afa-1c9e-4810-afa5-5668483f7650', 'comment': 'Some comment'}, {'comment_uuid': '0955c288-0a28-43f7-a4df-b38c046faf67', 'created_at': '2023-09-25T17:20:34.871905', 'updated_at': None, 'user_uuid': '5322e69c-4649-4d71-a23a-129830cb3389', 'comment': 'Some comment'}, {'comment_uuid': 'a562869c-4723-40a7-a2e9-49e20aabb3ec', 'created_at': '2023-09-25T17:20:50.56689', 'updated_at': None, 'user_uuid': '5f874294-4056-40eb-b5eb-3b3208b525d2', 'comment': 'Some comment'}, {'comment_uuid': '467aa46f-eb90-4b44-b651-6cf461cd46da', 'created_at': '2023-09-25T17:21:37.026165', 'updated_at': None, 'user_uuid': '222f7cca-76e1-4fc5-86dd-bc6c63269c15', 'comment': 'Some comment'}, {'comment_uuid': 'bb2cfce7-5af7-4e80-a87d-8561966536dd', 'created_at': '2023-09-25T17:22:48.349773', 'updated_at': None, 'user_uuid': 'f5e8041d-4a14-4a67-86db-0f6e00131314', 'comment': 'Some comment'}, {'comment_uuid': '8d09730d-7e66-4ea3-b047-12e470acf4d0', 'created_at': '2023-09-25T17:22:56.239616', 'updated_at': None, 'user_uuid': '3dee87e4-97eb-4ee8-9367-0cfca99860d4', 'comment': 'Some comment'}, {'comment_uuid': '4f5cc253-847b-4b1b-95fb-2512ad2f296a', 'created_at': '2023-09-25T17:22:58.642223', 'updated_at': None, 'user_uuid': 'd8c67509-38aa-4f9c-a3c2-d9d090a9fc2a', 'comment': 'Some comment'}, {'comment_uuid': 'a61af76a-ffa0-4765-97cb-91e57b5a87b1', 'created_at': '2023-09-25T17:23:25.714615', 'updated_at': None, 'user_uuid': '67b44f04-e806-41ed-a276-5cc844cb746e', 'comment': 'Some comment'}, {'comment_uuid': '7d7f1cbd-bbd0-472c-ad3e-692da0182182', 'created_at': '2023-09-25T17:24:48.422379', 'updated_at': None, 'user_uuid': '07c5025a-07f0-42e5-9199-e348f088a932', 'comment': 'Some comment'}, {'comment_uuid': '85e0b0ff-f01f-4a3a-a345-7861c0fee0dc', 'created_at': '2023-09-25T17:24:50.873411', 'updated_at': None, 'user_uuid': 'faeac0c1-b52b-4454-b060-b1bc31597c8b', 'comment': 'Some comment'}, {'comment_uuid': '97ec4679-f072-421a-9ce4-fffe92e4680f', 'created_at': '2023-09-25T17:25:41.626941', 'updated_at': None, 'user_uuid': 'e4ea8b89-5cdc-4320-999f-3679616e0a3d', 'comment': 'Some comment'}, {'comment_uuid': 'a3cbd6d9-b3dd-403f-9a05-f24f117a3f37', 'created_at': '2023-09-25T17:25:41.634207', 'updated_at': None, 'user_uuid': 'e8554533-7e27-4845-9d01-b6842c5f3724', 'comment': 'Some comment'}, {'comment_uuid': 'b67d946b-7745-4a93-bbf7-fa12a486cb32', 'created_at': '2023-09-25T17:25:48.998873', 'updated_at': None, 'user_uuid': '01ec6e23-7854-4348-9f37-d0ba451f5ad0', 'comment': 'Some comment'}, {'comment_uuid': '1faaeb39-7764-4409-adb9-023f5691eb85', 'created_at': '2023-09-25T17:26:04.206053', 'updated_at': None, 'user_uuid': '3b93b5af-6cfc-4284-8de0-9568b03c5e43', 'comment': 'Some comment'}, {'comment_uuid': '77cf4a89-17d2-483e-96ab-60db5efa3c1e', 'created_at': '2023-09-25T17:26:29.361382', 'updated_at': None, 'user_uuid': '4d548000-4c0c-43d2-aa92-4b260fd64126', 'comment': 'Some comment'}, {'comment_uuid': 'af6741e7-0778-4370-9251-9cf4625dff5f', 'created_at': '2023-09-25T17:27:02.999413', 'updated_at': None, 'user_uuid': '4e30df37-f975-423a-b29c-7ac53367876e', 'comment': 'Some comment'}, {'comment_uuid': '87d93c9b-ee15-4541-b4ab-4467fbee8432', 'created_at': '2023-09-25T17:27:03.007069', 'updated_at': None, 'user_uuid': '309b466d-a2bb-4474-a142-ae52309e3cff', 'comment': 'Some comment'}, {'comment_uuid': 'fddcae3a-c19f-494d-b8b3-c702d9de3eee', 'created_at': '2023-09-25T17:27:48.978311', 'updated_at': None, 'user_uuid': '2fd5b559-df9a-435a-bc11-ec5e0a3f8084', 'comment': 'Some comment'}, {'comment_uuid': '8dace359-5513-4dd1-b8ca-64ed60289295', 'created_at': '2023-09-25T17:27:56.21533', 'updated_at': None, 'user_uuid': 'bfed2cc6-6ced-4cd7-a12e-faca6bf1760e', 'comment': 'Some comment'}, {'comment_uuid': '06c8ef24-0bad-4c29-8215-ca1bbfc04998', 'created_at': '2023-09-25T17:28:27.457628', 'updated_at': None, 'user_uuid': '75267ceb-2946-44a2-a5c3-6f4d2e04c024', 'comment': 'Some comment'}, {'comment_uuid': '52fc6dd7-4081-44d7-92d9-add3eb696b04', 'created_at': '2023-09-25T17:29:23.250239', 'updated_at': None, 'user_uuid': 'f4bd771f-a3fb-4058-90f8-181e1ee00a1f', 'comment': 'Some comment'}, {'comment_uuid': '5e9d2839-2778-43d9-8010-325dc2518b2f', 'created_at': '2023-09-25T17:30:01.498855', 'updated_at': None, 'user_uuid': '1e74eb1c-9dda-49c2-9eff-b0f09e166325', 'comment': 'Some comment'}, {'comment_uuid': '0978aa55-66b2-44ad-bef4-1b03a20e55ca', 'created_at': '2023-09-25T17:30:19.295608', 'updated_at': None, 'user_uuid': '2cd83fba-9965-4a7f-ab15-1ddcb8834a05', 'comment': 'Some comment'}, {'comment_uuid': '4f8f75eb-5b6e-4dae-858d-8e2dbc6ceefa', 'created_at': '2023-09-25T17:30:34.814517', 'updated_at': None, 'user_uuid': '60facea8-630c-4bf1-8292-39229ef8269e', 'comment': 'Some comment'}, {'comment_uuid': '7fc373cc-a8ab-43e1-93eb-6d6d1a48f24b', 'created_at': '2023-09-25T17:31:00.07495', 'updated_at': None, 'user_uuid': 'b4fe5062-9132-42d1-8878-e8f012873e25', 'comment': 'Some comment'}, {'comment_uuid': 'e588c5c5-525e-4d1c-9f5b-38125bf99158', 'created_at': '2023-09-25T17:31:48.698335', 'updated_at': None, 'user_uuid': '3f4d587e-ba0c-4e03-a65b-8a425983804c', 'comment': 'Some comment'}, {'comment_uuid': '2eb69796-9e8b-4120-99ef-be966c89d992', 'created_at': '2023-09-25T17:32:19.425741', 'updated_at': None, 'user_uuid': '7bb9efb2-1e1b-47ea-8c75-8d7d5aabfb1c', 'comment': 'Some comment'}, {'comment_uuid': '9fa101ee-d1d5-42ec-acd1-08b95e534e8e', 'created_at': '2023-09-25T17:34:32.19335', 'updated_at': None, 'user_uuid': '52c91d2e-07ef-4a6e-a4bd-233a454ffdaa', 'comment': 'Some comment'}, {'comment_uuid': '318dbb1e-05e0-4147-9ea1-fe1aff73b0f8', 'created_at': '2023-09-25T17:34:44.844356', 'updated_at': None, 'user_uuid': 'df3f0cf8-b488-4619-8795-994a5f08068d', 'comment': 'Some comment'}, {'comment_uuid': '207d8fd3-2443-4566-9144-46bb3abad245', 'created_at': '2023-09-25T17:34:47.514537', 'updated_at': None, 'user_uuid': '1b9b79cd-184d-4611-907a-8df239899386', 'comment': 'Some comment'}, {'comment_uuid': 'ed8ced2e-6dc1-4ef7-8c3a-d502aa70d22d', 'created_at': '2023-09-25T17:35:13.089566', 'updated_at': None, 'user_uuid': 'c21822e0-c3fc-4026-9d9e-046adce9e2af', 'comment': 'Some comment'}, {'comment_uuid': '4ef8b485-9d99-452d-aa66-b468fe9458ae', 'created_at': '2023-09-25T17:35:41.426454', 'updated_at': None, 'user_uuid': '8957eea7-3a59-4dbb-bddf-c51559f2b023', 'comment': 'Some comment'}, {'comment_uuid': '8fb91318-d136-482f-8f8b-a77c49b4d099', 'created_at': '2023-09-25T17:36:17.406176', 'updated_at': None, 'user_uuid': '460e77b5-db6a-40ff-a2fe-adab247611ff', 'comment': 'Some comment'}, {'comment_uuid': 'aae3d8fd-2e57-4750-bc47-3a7640b04d22', 'created_at': '2023-09-25T17:36:43.504421', 'updated_at': None, 'user_uuid': '632c6174-66a4-4549-8998-df7c9cb22c3b', 'comment': 'Some comment'}, {'comment_uuid': '008486fd-464c-40bf-9580-c2188bed89f8', 'created_at': '2023-09-25T17:37:18.501399', 'updated_at': None, 'user_uuid': '437bed28-0d25-4555-ba71-4ae2e0f5cc12', 'comment': 'Some comment'}, {'comment_uuid': '020eef7b-0410-4e2f-994d-4b87f664adf8', 'created_at': '2023-09-25T17:37:34.058584', 'updated_at': None, 'user_uuid': '0cab6642-83cc-434a-b4b7-9674b906ce89', 'comment': 'Some comment'}, {'comment_uuid': '9c2e7c74-1f1e-413b-88b9-374e332acb15', 'created_at': '2023-09-25T17:38:54.300531', 'updated_at': None, 'user_uuid': '0460f15d-fb2b-4a62-979d-e819a96959d9', 'comment': 'Some comment'}, {'comment_uuid': '23608e2c-e9c0-4695-991e-e26c614d95f7', 'created_at': '2023-09-25T17:39:07.035093', 'updated_at': None, 'user_uuid': '574b9e88-5ed7-45ca-af51-b824569243af', 'comment': 'Some comment'}, {'comment_uuid': '63bb2c8e-b0f1-47d8-9325-44b3ccbaf391', 'created_at': '2023-09-25T17:40:46.0415', 'updated_at': None, 'user_uuid': '21fe9cee-b921-4288-a404-b032c141b3a8', 'comment': 'Some comment'}, {'comment_uuid': '30eefc2a-99ac-447f-a6d9-2ef50cf34840', 'created_at': '2023-09-25T17:41:06.961684', 'updated_at': None, 'user_uuid': '60c19449-cc69-4ba2-acb7-80f178b32c7e', 'comment': 'Some comment'}, {'comment_uuid': '89f33e4f-9440-4ce8-87a7-39bcf035ce18', 'created_at': '2023-09-25T17:42:14.655823', 'updated_at': None, 'user_uuid': '79dec8b3-546f-44d1-9bf8-8b5c40b872cf', 'comment': 'Some comment'}, {'comment_uuid': 'e69c03a4-340b-45d5-81b9-473a6e7fa2c7', 'created_at': '2023-09-25T17:42:27.746769', 'updated_at': None, 'user_uuid': '97bf3aff-a233-43d9-959f-4cd7e4ebc1b9', 'comment': 'Some comment'}, {'comment_uuid': 'b320d16a-8bea-4941-8d78-f9b4f4c9dede', 'created_at': '2023-09-25T16:42:40.264594', 'updated_at': None, 'user_uuid': 'fd34dadf-761c-4d97-a9b2-0e1cb38ff840', 'comment': 'Some comment'}, {'comment_uuid': '09426e8e-8a93-4a3c-b8e1-7f8079f75017', 'created_at': '2023-09-25T16:43:21.048434', 'updated_at': None, 'user_uuid': 'e997bd49-43fc-4cc1-9dea-e2b430d5b4a9', 'comment': 'Some comment'}, {'comment_uuid': '7362095b-08e3-4bef-9b7d-1bf1d2f3bd34', 'created_at': '2023-09-25T16:43:25.514951', 'updated_at': None, 'user_uuid': '0c432aa3-450c-413c-aff5-be2e0bf15bed', 'comment': 'Some comment'}, {'comment_uuid': 'a9f05738-5209-4c06-b76c-9932612e4ec3', 'created_at': '2023-09-25T16:43:25.533776', 'updated_at': None, 'user_uuid': '1d19efef-e960-42eb-a918-9b66da3296a2', 'comment': 'Some comment'}, {'comment_uuid': '995d6b38-9846-4bd9-9b61-af0a6a9573b9', 'created_at': '2023-09-25T16:43:36.515362', 'updated_at': None, 'user_uuid': '16099a4b-a94c-4c7a-9270-e60730de6502', 'comment': 'Some comment'}, {'comment_uuid': 'b6d43ad1-1246-476e-8c35-ab42a83c2406', 'created_at': '2023-09-25T16:43:56.214537', 'updated_at': None, 'user_uuid': 'd5ffa2ad-8153-4c49-9c13-405a21b0dacc', 'comment': 'Some comment'}, {'comment_uuid': '5b4fff2b-9a12-4c96-bcf2-3056505a858e', 'created_at': '2023-09-25T16:44:02.437957', 'updated_at': None, 'user_uuid': '7faba559-1bec-4750-bbc6-065319a97d39', 'comment': 'Some comment'}, {'comment_uuid': 'd0421c5f-111b-45c5-b41d-a1fe96bb7235', 'created_at': '2023-09-25T16:45:24.745165', 'updated_at': None, 'user_uuid': '6672aa8a-3456-49d7-802d-66cc2b58f643', 'comment': 'Some comment'}, {'comment_uuid': '19bb6723-0410-404c-97bd-bef087239c07', 'created_at': '2023-09-25T16:45:26.83195', 'updated_at': None, 'user_uuid': 'd9358a0e-3e11-4d1f-a802-36359b133126', 'comment': 'Some comment'}, {'comment_uuid': 'b7e39e91-a9ec-440f-90c9-00aabbf0f10a', 'created_at': '2023-09-25T16:45:56.496055', 'updated_at': None, 'user_uuid': '9e320252-bce1-4921-a6ce-fef330949500', 'comment': 'Some comment'}, {'comment_uuid': '8af722de-026c-4c77-9f72-1e8fa4bdaf26', 'created_at': '2023-09-25T16:46:02.864729', 'updated_at': None, 'user_uuid': '7b544249-4ffa-495f-b6e2-d52d79dfa365', 'comment': 'Some comment'}, {'comment_uuid': 'e06d8b2a-af91-46de-a247-17e63cb7a85f', 'created_at': '2023-09-25T16:47:41.501443', 'updated_at': None, 'user_uuid': '31dabc17-f963-4d75-86d8-31ba78f1e162', 'comment': 'Some comment'}, {'comment_uuid': '00af5d17-7249-4db6-afcd-5760e5b4d8c3', 'created_at': '2023-09-25T16:50:01.779784', 'updated_at': None, 'user_uuid': '609a915c-1aaa-4940-b61b-c68839a2a6e2', 'comment': 'Some comment'}, {'comment_uuid': 'a1acf15b-c8ab-466d-921e-9489483249af', 'created_at': '2023-09-25T16:50:50.46368', 'updated_at': None, 'user_uuid': 'bd55f65f-282c-4f49-b166-6a834d2e7790', 'comment': 'Some comment'}, {'comment_uuid': 'bc072507-1872-421c-a793-781f1e4e5006', 'created_at': '2023-09-25T16:51:08.164819', 'updated_at': None, 'user_uuid': '0fa49b20-91da-4f4a-a8e9-86f45cf050c7', 'comment': 'Some comment'}, {'comment_uuid': 'e5aae036-b1ab-442a-9b03-da8a3bfd482c', 'created_at': '2023-09-25T16:51:45.667345', 'updated_at': None, 'user_uuid': '239f14c4-132e-40fb-9ff2-fff4e8482e60', 'comment': 'Some comment'}, {'comment_uuid': 'dafd1ef3-5899-478f-9a60-6c32a555b809', 'created_at': '2023-09-25T16:51:45.686878', 'updated_at': None, 'user_uuid': 'c893318a-fa83-45f4-9f77-a4263b6fbc07', 'comment': 'Some comment'}, {'comment_uuid': 'f1b36f21-05d0-4dbc-ac03-e7675eb3f4d7', 'created_at': '2023-09-25T16:51:54.550319', 'updated_at': None, 'user_uuid': '6ce8af83-f2e5-486c-9305-13358d2580ce', 'comment': 'Some comment'}, {'comment_uuid': '662e0684-a3d0-4ec2-91ff-38719da49604', 'created_at': '2023-09-25T16:52:22.010545', 'updated_at': None, 'user_uuid': '856f1f30-983e-4d04-8b58-8c674ee561a6', 'comment': 'Some comment'}, {'comment_uuid': 'e330fc15-2fcd-4f67-8e3e-07e8c7ced777', 'created_at': '2023-09-25T16:53:07.313996', 'updated_at': None, 'user_uuid': '5110620d-b86b-4abc-93ea-9427cdd9731f', 'comment': 'Some comment'}, {'comment_uuid': 'a217ff56-5d9d-489b-a4d3-326dca66da51', 'created_at': '2023-09-25T16:53:58.179617', 'updated_at': None, 'user_uuid': '639ac2ae-ff56-4915-a473-99e446f75fd0', 'comment': 'Some comment'}, {'comment_uuid': '6c67a8ef-7d40-477a-99f3-b8a159fa4d7f', 'created_at': '2023-09-25T16:54:07.166231', 'updated_at': None, 'user_uuid': '22e19a38-0d77-4da3-919a-be375f9d7470', 'comment': 'Some comment'}, {'comment_uuid': '37629fc5-16df-4f3b-a484-3bfca805554e', 'created_at': '2023-09-25T16:54:23.071133', 'updated_at': None, 'user_uuid': '66dcd6e9-dd2a-4795-94ce-6ed3b37332cd', 'comment': 'Some comment'}, {'comment_uuid': '209b28cb-cbde-4c82-968d-251f50535199', 'created_at': '2023-09-25T16:56:19.563333', 'updated_at': None, 'user_uuid': '729f953b-dd52-4d94-b247-0aadcf7ce289', 'comment': 'Some comment'}, {'comment_uuid': '18d5de5b-20bd-4e0e-a8df-41ba319d0f22', 'created_at': '2023-09-25T16:56:19.5677', 'updated_at': None, 'user_uuid': 'a7419f57-4378-4e9c-b023-7c21c7fd11bf', 'comment': 'Some comment'}, {'comment_uuid': '7b79fc62-2b16-4037-b9c7-60a25bd31f9e', 'created_at': '2023-09-25T16:57:35.55114', 'updated_at': None, 'user_uuid': '1f210c58-0d02-4878-8e0a-4c2d7b9bd399', 'comment': 'Some comment'}, {'comment_uuid': 'ed5db09e-c460-4c2f-9083-31753a34f3fa', 'created_at': '2023-09-25T16:57:45.155154', 'updated_at': None, 'user_uuid': 'd40975c9-4065-4c74-9ca0-cd14632afd02', 'comment': 'Some comment'}, {'comment_uuid': '060b8880-b3ce-4e80-8fe7-4ad5d54c0611', 'created_at': '2023-09-25T16:57:45.157541', 'updated_at': None, 'user_uuid': '0f91203f-8676-4bb4-9949-07937db3d45d', 'comment': 'Some comment'}, {'comment_uuid': 'fe14d521-e7fc-41fe-b08c-53fc53acf242', 'created_at': '2023-09-25T16:57:57.921738', 'updated_at': None, 'user_uuid': '63dc27ed-9d49-4b61-9907-ee49028b1302', 'comment': 'Some comment'}, {'comment_uuid': '46a1794a-dc1a-478f-8e51-5903a9e02f25', 'created_at': '2023-09-25T16:58:19.416916', 'updated_at': None, 'user_uuid': '279b4d72-7eb4-473e-b47f-1416d7b65db0', 'comment': 'Some comment'}, {'comment_uuid': 'a1c6d1e7-40dd-48f7-b10d-ce60baf08c8a', 'created_at': '2023-09-25T16:59:13.745374', 'updated_at': None, 'user_uuid': '8b7e9a7a-9f00-4242-859f-9c5e2f30fe8e', 'comment': 'Some comment'}, {'comment_uuid': 'cad36905-b4f3-4493-945b-4b85f95b8424', 'created_at': '2023-09-25T16:59:20.380414', 'updated_at': None, 'user_uuid': 'bb3d46c1-8cb5-4bce-bbb9-94b824a3a6c7', 'comment': 'Some comment'}, {'comment_uuid': '1dac468b-bdf8-45c0-9b1c-91b8d3c67c06', 'created_at': '2023-09-25T16:59:34.70237', 'updated_at': None, 'user_uuid': '70e8dc6f-986b-4333-844a-91a1d0968728', 'comment': 'Some comment'}, {'comment_uuid': 'e456b739-5704-46d9-9ba0-b79602182e92', 'created_at': '2023-09-25T16:59:43.83399', 'updated_at': None, 'user_uuid': '3928ae9c-38e0-4f3d-98a9-58c1af0cb02b', 'comment': 'Some comment'}, {'comment_uuid': '71214f53-2088-49b1-842a-839f80fb7c49', 'created_at': '2023-09-25T16:59:43.838726', 'updated_at': None, 'user_uuid': '50612d3f-ac9f-4c2d-8352-0288a18621f2', 'comment': 'Some comment'}, {'comment_uuid': 'f99390b0-3df2-4bb2-909f-3c50843626c3', 'created_at': '2023-09-25T16:59:55.009767', 'updated_at': None, 'user_uuid': 'aedc5e50-d064-4443-a08f-77e4323b426d', 'comment': 'Some comment'}, {'comment_uuid': '0625961e-22a6-40b8-a310-8370f0e2a2de', 'created_at': '2023-09-25T17:01:07.970062', 'updated_at': None, 'user_uuid': 'cd07cb71-e99a-4768-ad38-3033d2ec4b3d', 'comment': 'Some comment'}, {'comment_uuid': 'ecca26dd-12ae-42e1-849b-70f1d6b2af1f', 'created_at': '2023-09-25T17:01:19.088324', 'updated_at': None, 'user_uuid': '3dd535fa-9eac-4503-a1cd-4d51447ac8fa', 'comment': 'Some comment'}, {'comment_uuid': 'c7ad81a4-d9d7-4633-82a4-06f4b52d5d64', 'created_at': '2023-09-25T17:02:06.386501', 'updated_at': None, 'user_uuid': '612ce89e-7dd5-43dc-bf4e-9bdeb92d44b8', 'comment': 'Some comment'}, {'comment_uuid': '6102c276-e897-4ab4-b121-48dd1222b7c4', 'created_at': '2023-09-25T17:03:01.341927', 'updated_at': None, 'user_uuid': '904d510d-afeb-4979-9518-ce32aff754e4', 'comment': 'Some comment'}, {'comment_uuid': 'ede67036-7ff3-43ed-b31d-4edf6774353a', 'created_at': '2023-09-25T17:03:36.109409', 'updated_at': None, 'user_uuid': '46948b77-5e6d-46d2-8c3f-799b0fb8774f', 'comment': 'Some comment'}, {'comment_uuid': 'ad8c500d-3cb8-4be7-8605-0bd1c7e738b0', 'created_at': '2023-09-25T17:05:51.227594', 'updated_at': None, 'user_uuid': 'c8f58779-e314-43de-8884-9dc45040330f', 'comment': 'Some comment'}, {'comment_uuid': 'ad4e63a0-7080-46d4-837c-027d64e2d75f', 'created_at': '2023-09-25T17:06:22.707865', 'updated_at': None, 'user_uuid': '9c4d6ab9-9298-4f22-a47f-4e9e29c2b011', 'comment': 'Some comment'}, {'comment_uuid': '50dc7e16-62f1-42ac-b1b0-21777cec1b03', 'created_at': '2023-09-25T17:06:41.869686', 'updated_at': None, 'user_uuid': 'ebcd5b78-af31-49cc-9234-68af644a74e2', 'comment': 'Some comment'}, {'comment_uuid': '9da82e8a-68a7-45bc-8c6b-5ce56b28642a', 'created_at': '2023-09-25T17:07:49.917512', 'updated_at': None, 'user_uuid': 'e09a7396-5232-4a3c-a577-0e22fc076852', 'comment': 'Some comment'}, {'comment_uuid': '53653748-5f98-4d31-84ec-388c245983f0', 'created_at': '2023-09-25T17:08:31.524766', 'updated_at': None, 'user_uuid': '7a1d297a-4a86-48d0-aee4-2618e2879a4c', 'comment': 'Some comment'}, {'comment_uuid': 'c85cff27-1a90-4a52-b1e5-eb101d3cc16e', 'created_at': '2023-09-25T17:09:03.515716', 'updated_at': None, 'user_uuid': '8b8a9acc-b867-40bb-a45f-34101e096fdf', 'comment': 'Some comment'}, {'comment_uuid': '92a38f1e-6069-41b8-aacc-a2317f24c9fe', 'created_at': '2023-09-25T17:09:07.994127', 'updated_at': None, 'user_uuid': '1267c192-51a4-4a83-8d4f-fa9037c92602', 'comment': 'Some comment'}, {'comment_uuid': 'c52c004a-ab10-4fc4-834a-a19424d183a7', 'created_at': '2023-09-25T17:10:16.297521', 'updated_at': None, 'user_uuid': '41f9309f-c6e6-4159-816c-f626f0b95846', 'comment': 'Some comment'}, {'comment_uuid': '75115a0b-94c6-4126-97c2-22c5250dbc79', 'created_at': '2023-09-25T17:10:25.376859', 'updated_at': None, 'user_uuid': '1c1b1977-202f-4761-9d83-eaeedb0ee159', 'comment': 'Some comment'}, {'comment_uuid': '1f113eab-d16b-4004-bbf5-0ecb69f53462', 'created_at': '2023-09-25T17:11:00.638859', 'updated_at': None, 'user_uuid': '732cd5b0-7ce4-4083-b31a-682e9f5fbb47', 'comment': 'Some comment'}, {'comment_uuid': 'a392e5e8-c091-4f30-813d-3edf139ef4a7', 'created_at': '2023-09-25T17:12:44.145291', 'updated_at': None, 'user_uuid': '90a86b48-0904-4e9f-846c-685b464817e0', 'comment': 'Some comment'}, {'comment_uuid': '692eed03-f698-4c52-b6a9-ed0f0e000489', 'created_at': '2023-09-25T17:13:00.057835', 'updated_at': None, 'user_uuid': 'ca3e7877-7f3d-4dde-b207-81c0137ed013', 'comment': 'Some comment'}, {'comment_uuid': '10f0ab1f-156d-44b6-8e01-334dc1428d83', 'created_at': '2023-09-25T17:13:02.598183', 'updated_at': None, 'user_uuid': '8247965f-2a7c-4a45-b505-c3921bb322a0', 'comment': 'Some comment'}, {'comment_uuid': 'a0de6437-0109-4dbd-84a5-19f6a281663f', 'created_at': '2023-09-25T17:13:36.138228', 'updated_at': None, 'user_uuid': '35284467-4d10-4be5-bd00-3b0b39fa6b61', 'comment': 'Some comment'}, {'comment_uuid': 'b379a43c-4a7c-44e0-a117-733ba96ce897', 'created_at': '2023-09-25T17:13:46.000748', 'updated_at': None, 'user_uuid': '1ec17531-0ac2-46c4-88ca-758456a2d80d', 'comment': 'Some comment'}, {'comment_uuid': 'f3460a62-805d-4c5e-9f54-e2511044a8e2', 'created_at': '2023-09-25T17:13:50.574673', 'updated_at': None, 'user_uuid': 'da0bd8d6-dfbc-4766-98bb-285438c9f488', 'comment': 'Some comment'}, {'comment_uuid': '63c24aa2-ccc0-4571-b2d4-dec0088657e5', 'created_at': '2023-09-25T17:14:33.180552', 'updated_at': None, 'user_uuid': 'a309d1d0-d3a3-416a-b144-fc3913658264', 'comment': 'Some comment'}, {'comment_uuid': '0ca34057-c66d-42ba-b823-a39cf8fac2a2', 'created_at': '2023-09-25T17:15:50.06001', 'updated_at': None, 'user_uuid': '34182f28-4684-4950-8a80-f8f6689acb17', 'comment': 'Some comment'}, {'comment_uuid': 'fc21f4c9-3783-485c-ad53-fa60d36454e7', 'created_at': '2023-09-25T17:17:16.932617', 'updated_at': None, 'user_uuid': '8fe75fe8-9631-47d1-be28-4e47c32bbfd5', 'comment': 'Some comment'}, {'comment_uuid': 'edf85f2a-6551-47d5-bc4c-40b0f52dc8fb', 'created_at': '2023-09-25T17:17:31.03825', 'updated_at': None, 'user_uuid': 'e0077869-8e64-4bbf-921a-4353583bc262', 'comment': 'Some comment'}, {'comment_uuid': '5d0c8048-9ea6-436c-8c57-ffe16c4a44f8', 'created_at': '2023-09-25T17:17:58.267852', 'updated_at': None, 'user_uuid': '12ab6de7-2239-4787-bedb-012561ebcf63', 'comment': 'Some comment'}, {'comment_uuid': 'd7184347-3101-4ada-bb3a-06d4b490bfc3', 'created_at': '2023-09-25T17:18:22.704273', 'updated_at': None, 'user_uuid': 'a687ed31-62df-4e0c-8d0d-85ddf8ff16b0', 'comment': 'Some comment'}, {'comment_uuid': '13379658-5178-454e-a43e-532f718cded5', 'created_at': '2023-09-25T17:18:54.326977', 'updated_at': None, 'user_uuid': '31e7621e-5f96-4460-a6a8-cad8227a950b', 'comment': 'Some comment'}, {'comment_uuid': '18f26b8e-7670-4d3f-8cbe-d0738d8e9c7f', 'created_at': '2023-09-25T17:19:04.263112', 'updated_at': None, 'user_uuid': '9f09daba-5d45-4f82-b248-fafc69ca30fb', 'comment': 'Some comment'}, {'comment_uuid': '57b5ec39-59c6-494d-bdb8-72f8383fb27c', 'created_at': '2023-09-25T17:19:36.341525', 'updated_at': None, 'user_uuid': '8f2f4869-eaf8-4245-a41a-cc8cd5a7bce9', 'comment': 'Some comment'}, {'comment_uuid': 'edaeeb0b-e894-4526-b969-cf150cc141d0', 'created_at': '2023-09-25T17:20:42.337429', 'updated_at': None, 'user_uuid': '956238bd-cb54-4b88-bc39-88b00a0d4759', 'comment': 'Some comment'}, {'comment_uuid': '1bcebfa3-2a44-4255-ad58-f2a999f00856', 'created_at': '2023-09-25T17:21:06.805874', 'updated_at': None, 'user_uuid': 'f4af813e-7d83-44aa-b6f5-be5d7aa2b886', 'comment': 'Some comment'}, {'comment_uuid': 'fb6f57ed-dcea-4b2c-9cf6-5f792b0e05c2', 'created_at': '2023-09-25T17:21:06.818176', 'updated_at': None, 'user_uuid': '9cd8077a-6930-4ed8-96b3-ef83ff33f664', 'comment': 'Some comment'}, {'comment_uuid': 'b327bb1b-94b5-4528-9c0d-7baae70ab39d', 'created_at': '2023-09-25T17:22:04.137977', 'updated_at': None, 'user_uuid': '716bc9aa-5508-401a-b491-2f0165945d82', 'comment': 'Some comment'}, {'comment_uuid': '3cc4e6be-fcc0-465a-a7c2-6a7ca1be993e', 'created_at': '2023-09-25T17:23:08.387544', 'updated_at': None, 'user_uuid': 'b2602748-11e1-4bc5-b974-54ccbd750219', 'comment': 'Some comment'}, {'comment_uuid': 'a9b6c48d-84f7-4c12-9bf8-1fe6351e89cf', 'created_at': '2023-09-25T17:23:18.740678', 'updated_at': None, 'user_uuid': '6add8b14-084a-4c16-af74-79386658e182', 'comment': 'Some comment'}, {'comment_uuid': 'd346f3ac-df4a-4d1f-bb8b-5a0f90451434', 'created_at': '2023-09-25T17:24:58.187026', 'updated_at': None, 'user_uuid': '4c1af11b-9858-4907-9e7f-7337e54381ea', 'comment': 'Some comment'}, {'comment_uuid': '1be5cc09-aef7-403a-96a0-7d2f156b9a1a', 'created_at': '2023-09-25T17:26:14.314624', 'updated_at': None, 'user_uuid': '7f0c80be-f2da-4e64-8834-c82566897de7', 'comment': 'Some comment'}, {'comment_uuid': '6beff293-c004-4577-ab13-7ff8a40103c2', 'created_at': '2023-09-25T17:26:22.005061', 'updated_at': None, 'user_uuid': '44f4d847-fd2d-41ff-a3b5-c5b493344eb7', 'comment': 'Some comment'}, {'comment_uuid': '934eea37-04b4-4f4e-87d7-f09a7c3e96f6', 'created_at': '2023-09-25T17:27:38.35989', 'updated_at': None, 'user_uuid': 'e1e57c97-a177-4a92-a38e-d2562f9bb09c', 'comment': 'Some comment'}, {'comment_uuid': '39602db7-7c21-44bb-8c7f-a64c09a2ef25', 'created_at': '2023-09-25T17:28:42.670171', 'updated_at': None, 'user_uuid': '7ea8f88d-db8c-4413-bcaa-c24546071f2a', 'comment': 'Some comment'}, {'comment_uuid': 'dab6d705-8974-4ca2-8fb0-56d21ce44949', 'created_at': '2023-09-25T17:29:00.484551', 'updated_at': None, 'user_uuid': 'ff188d9b-4f55-4ae0-8beb-6d8ff78a82ea', 'comment': 'Some comment'}, {'comment_uuid': 'b7d1756b-97bf-49a7-a386-03e456da764f', 'created_at': '2023-09-25T17:29:02.84655', 'updated_at': None, 'user_uuid': '813137c4-54e5-4d9b-b1c1-83473a3f6432', 'comment': 'Some comment'}, {'comment_uuid': '60777ff7-4ab2-4331-9862-bdd3ebca2bb0', 'created_at': '2023-09-25T17:29:18.244463', 'updated_at': None, 'user_uuid': 'ce85635d-b591-4073-b63e-99d90e4e4a2d', 'comment': 'Some comment'}, {'comment_uuid': '05db168a-29f3-442b-86bb-70ac784a3972', 'created_at': '2023-09-25T17:29:28.415199', 'updated_at': None, 'user_uuid': '5744a212-ea50-4e13-8e40-21017973b07d', 'comment': 'Some comment'}, {'comment_uuid': '72563116-7921-4707-82f4-b0a3ef3d73bc', 'created_at': '2023-09-25T17:29:38.325994', 'updated_at': None, 'user_uuid': '6a6ca65b-b370-4292-8eba-a721b8dc45bf', 'comment': 'Some comment'}, {'comment_uuid': '2adcb7d8-46da-49cb-bd6c-9866a233d354', 'created_at': '2023-09-25T17:29:46.22625', 'updated_at': None, 'user_uuid': '8a879399-b11c-4896-9168-92d144094ff6', 'comment': 'Some comment'}, {'comment_uuid': '76b070b2-c1f2-4ed4-8233-087414cf4ec1', 'created_at': '2023-09-25T17:29:51.239746', 'updated_at': None, 'user_uuid': '90674516-e225-4702-805e-115bb43cf534', 'comment': 'Some comment'}, {'comment_uuid': '79e86004-9e5a-46ba-918e-cbe8d62963a3', 'created_at': '2023-09-25T17:30:29.53492', 'updated_at': None, 'user_uuid': '8b37a95f-cb6a-4315-8aae-486bb9980cfc', 'comment': 'Some comment'}, {'comment_uuid': '9b924aa4-a736-45d7-a28a-b18f8acdaa21', 'created_at': '2023-09-25T17:30:47.502318', 'updated_at': None, 'user_uuid': '42fdd412-45b4-46c9-ae87-631be4c04619', 'comment': 'Some comment'}, {'comment_uuid': '025c07f0-dd6f-4f32-8082-b977c54b36f6', 'created_at': '2023-09-25T17:31:23.392096', 'updated_at': None, 'user_uuid': '6855699d-a9cd-4596-8437-4a52240b5266', 'comment': 'Some comment'}, {'comment_uuid': '92d15042-dacc-4395-8aa7-971803f6b101', 'created_at': '2023-09-25T17:31:28.419368', 'updated_at': None, 'user_uuid': 'd28fd463-82b7-4fd6-8199-11ac808501f5', 'comment': 'Some comment'}, {'comment_uuid': '1a40e1da-2d1f-430d-bfd7-0a040e901427', 'created_at': '2023-09-25T17:31:33.275224', 'updated_at': None, 'user_uuid': '1aa947b8-2c0d-4ba9-b70f-522ba34412ee', 'comment': 'Some comment'}, {'comment_uuid': 'e10d58e8-87d4-4c76-8904-127d4defefab', 'created_at': '2023-09-25T17:32:06.40113', 'updated_at': None, 'user_uuid': '8bb8b0a1-80c9-4658-9492-cda56ad49e5c', 'comment': 'Some comment'}, {'comment_uuid': '7f4f9098-966f-4e82-8056-3c7e14132166', 'created_at': '2023-09-25T17:32:11.785217', 'updated_at': None, 'user_uuid': 'c42043be-756e-4de7-9f46-b1354017f720', 'comment': 'Some comment'}, {'comment_uuid': '0a4fbfdb-48ac-407a-9100-2d3ba1214fd5', 'created_at': '2023-09-25T17:32:47.380376', 'updated_at': None, 'user_uuid': '075d807f-cecf-4476-8598-98bf14d986fa', 'comment': 'Some comment'}, {'comment_uuid': '70b72d55-61b5-47e5-9248-f90995e981f2', 'created_at': '2023-09-25T17:33:05.152756', 'updated_at': None, 'user_uuid': '3699736a-a0f5-42d0-84c7-4fe400eda3de', 'comment': 'Some comment'}, {'comment_uuid': 'b28c4dc8-185f-4c9a-a2a8-a050a558add5', 'created_at': '2023-09-25T17:33:33.560519', 'updated_at': None, 'user_uuid': '09164e5a-76bd-4bcd-984f-2c38e83ea996', 'comment': 'Some comment'}, {'comment_uuid': 'b63c4d5b-f3b6-4b81-8dc2-3ed9273d5e6d', 'created_at': '2023-09-25T17:33:56.242678', 'updated_at': None, 'user_uuid': '52dc740e-0bd1-453f-857e-b45f491ba81d', 'comment': 'Some comment'}, {'comment_uuid': '60869db7-418b-433c-a3ca-3b554aef0c76', 'created_at': '2023-09-25T17:33:58.638043', 'updated_at': None, 'user_uuid': '67c54f79-43e5-42f5-8758-d665a814ee71', 'comment': 'Some comment'}, {'comment_uuid': '35a3491d-e229-44d2-9d8d-3b8760e9727a', 'created_at': '2023-09-25T17:33:58.646893', 'updated_at': None, 'user_uuid': 'bd4d568b-270a-4523-872a-20f46f9cb414', 'comment': 'Some comment'}, {'comment_uuid': '92701385-4e31-4d72-8441-fe74dfc26cb7', 'created_at': '2023-09-25T17:35:59.310965', 'updated_at': None, 'user_uuid': '3bfe8237-58e5-4de3-b613-88e707cbedb8', 'comment': 'Some comment'}, {'comment_uuid': 'a02a9bdf-ae73-4a14-beef-9528f8388862', 'created_at': '2023-09-25T17:37:23.656346', 'updated_at': None, 'user_uuid': 'efa371c5-e336-4f6a-9a38-ba49928297c6', 'comment': 'Some comment'}, {'comment_uuid': '8f168840-ef76-473f-ad23-8721d1782ae8', 'created_at': '2023-09-25T17:38:25.890483', 'updated_at': None, 'user_uuid': '54a615af-ee3d-4dbe-bba5-8dd24a222054', 'comment': 'Some comment'}, {'comment_uuid': '4e5c88e1-c9a7-4dae-9ceb-ee552f38dba7', 'created_at': '2023-09-25T17:39:12.447724', 'updated_at': None, 'user_uuid': 'c471e41f-c5a8-4333-b8ef-1cf9485c7cd1', 'comment': 'Some comment'}, {'comment_uuid': 'd1518008-f11e-4c0b-805d-d25a50b3bcb1', 'created_at': '2023-09-25T17:40:30.34739', 'updated_at': None, 'user_uuid': '477ce441-1497-4f58-a112-5fd60b6f5951', 'comment': 'Some comment'}, {'comment_uuid': '8d783cc1-eb91-4bdb-8317-432a6d41b461', 'created_at': '2023-09-25T17:41:06.944806', 'updated_at': None, 'user_uuid': '23d84ba3-f231-4b1f-ae84-f8b5a6be9384', 'comment': 'Some comment'}, {'comment_uuid': 'cacec3e4-5a59-4e98-9b29-8b6798dff13c', 'created_at': '2023-09-25T17:42:01.270383', 'updated_at': None, 'user_uuid': 'd9bfec03-eafa-46de-b297-b4ef49214797', 'comment': 'Some comment'}, {'comment_uuid': '8991109f-c170-4b37-82ef-1f6668fd058f', 'created_at': '2023-09-25T17:42:06.766175', 'updated_at': None, 'user_uuid': '8276630f-c25d-40f4-9d1a-d60b422b446e', 'comment': 'Some comment'}, {'comment_uuid': 'da53e3d1-e0d1-4f4e-a394-81a23f2f419a', 'created_at': '2023-09-25T17:42:06.766301', 'updated_at': None, 'user_uuid': '99a03721-1494-46ac-9f86-f28524122c07', 'comment': 'Some comment'}, {'comment_uuid': '070fc0a2-a396-4ded-8112-bb1d3010b6bd', 'created_at': '2023-09-25T17:42:38.231598', 'updated_at': None, 'user_uuid': 'b7953332-5f9e-4873-98a2-18837bfc2cd8', 'comment': 'Some comment'}, {'comment_uuid': '4d4fbb68-a7e3-4894-90a0-a5950520b5c0', 'created_at': '2023-09-25T17:42:48.521904', 'updated_at': None, 'user_uuid': '8a4f91eb-eff6-442b-8857-05adca878558', 'comment': 'Some comment'}]
time: 0:00:00.001338 sec, 1 avg_film_rating: [{'_id': ObjectId('65155c13d1d122e7907ac40f'), 'avg_rating': 5.572192513368984}]
time: 0:00:00.194979 sec, 315 film_comments_likes_sums: [{'likes_sum': -1}, {'likes_sum': -3}, {'likes_sum': 2}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': 3}, {'likes_sum': 2}, {'likes_sum': 3}, {'likes_sum': -2}, {'likes_sum': 0}, {'likes_sum': 3}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': -4}, {'likes_sum': 1}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': -2}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 5}, {'likes_sum': 1}, {'likes_sum': 6}, {'likes_sum': 2}, {'likes_sum': -4}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': -2}, {'likes_sum': 1}, {'likes_sum': 2}, {'likes_sum': -1}, {'likes_sum': 2}, {'likes_sum': 4}, {'likes_sum': 2}, {'likes_sum': 1}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': -5}, {'likes_sum': 2}, {'likes_sum': 2}, {'likes_sum': 2}, {'likes_sum': -5}, {'likes_sum': 1}, {'likes_sum': -4}, {'likes_sum': 2}, {'likes_sum': 0}, {'likes_sum': -4}, {'likes_sum': -1}, {'likes_sum': -1}, {'likes_sum': -1}, {'likes_sum': 2}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': -4}, {'likes_sum': -1}, {'likes_sum': -1}, {'likes_sum': 2}, {'likes_sum': -1}, {'likes_sum': -2}, {'likes_sum': 1}, {'likes_sum': -4}, {'likes_sum': 0}, {'likes_sum': 3}, {'likes_sum': -3}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': 0}, {'likes_sum': -1}, {'likes_sum': -3}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': -2}, {'likes_sum': -1}, {'likes_sum': 4}, {'likes_sum': 6}, {'likes_sum': -1}, {'likes_sum': -2}, {'likes_sum': 2}, {'likes_sum': 0}, {'likes_sum': 2}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': -2}, {'likes_sum': 2}, {'likes_sum': 0}, {'likes_sum': 3}, {'likes_sum': 2}, {'likes_sum': -3}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': -3}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': -4}, {'likes_sum': -3}, {'likes_sum': -4}, {'likes_sum': -3}, {'likes_sum': 0}, {'likes_sum': 4}, {'likes_sum': 3}, {'likes_sum': 0}, {'likes_sum': -4}, {'likes_sum': 2}, {'likes_sum': 2}, {'likes_sum': -1}, {'likes_sum': -5}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': -2}, {'likes_sum': 3}, {'likes_sum': -2}, {'likes_sum': -4}, {'likes_sum': 0}, {'likes_sum': -3}, {'likes_sum': 0}, {'likes_sum': -3}, {'likes_sum': -3}, {'likes_sum': -6}, {'likes_sum': 2}, {'likes_sum': -5}, {'likes_sum': 0}, {'likes_sum': 7}, {'likes_sum': 1}, {'likes_sum': -2}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': -5}, {'likes_sum': 5}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': -3}, {'likes_sum': 3}, {'likes_sum': -2}, {'likes_sum': -2}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': 3}, {'likes_sum': -4}, {'likes_sum': -3}, {'likes_sum': -1}, {'likes_sum': 8}, {'likes_sum': 2}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': -3}, {'likes_sum': 1}, {'likes_sum': 6}, {'likes_sum': -4}, {'likes_sum': 4}, {'likes_sum': 6}, {'likes_sum': 5}, {'likes_sum': 3}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 4}, {'likes_sum': -1}, {'likes_sum': 3}, {'likes_sum': 1}, {'likes_sum': -3}, {'likes_sum': 1}, {'likes_sum': 3}, {'likes_sum': 3}, {'likes_sum': 3}, {'likes_sum': -3}, {'likes_sum': 4}, {'likes_sum': 2}, {'likes_sum': -4}, {'likes_sum': 0}, {'likes_sum': -3}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': 2}, {'likes_sum': -4}, {'likes_sum': 4}, {'likes_sum': -3}, {'likes_sum': 1}, {'likes_sum': -2}, {'likes_sum': 5}, {'likes_sum': 0}, {'likes_sum': 0}, {'likes_sum': 2}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': 4}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': -3}, {'likes_sum': 2}, {'likes_sum': -3}, {'likes_sum': 2}, {'likes_sum': 3}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': 6}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': -5}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': 4}, {'likes_sum': -2}, {'likes_sum': -2}, {'likes_sum': 3}, {'likes_sum': 4}, {'likes_sum': -1}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': 3}, {'likes_sum': -2}, {'likes_sum': -1}, {'likes_sum': -5}, {'likes_sum': 1}, {'likes_sum': -2}, {'likes_sum': -4}, {'likes_sum': 3}, {'likes_sum': -2}, {'likes_sum': 0}, {'likes_sum': 0}, {'likes_sum': -5}, {'likes_sum': -5}, {'likes_sum': 3}, {'likes_sum': 1}, {'likes_sum': -1}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': -1}, {'likes_sum': 0}, {'likes_sum': -1}, {'likes_sum': -2}, {'likes_sum': 4}, {'likes_sum': 0}, {'likes_sum': -2}, {'likes_sum': 0}, {'likes_sum': 2}, {'likes_sum': 0}, {'likes_sum': 0}, {'likes_sum': -2}, {'likes_sum': 4}, {'likes_sum': -2}, {'likes_sum': -6}, {'likes_sum': 0}, {'likes_sum': -2}, {'likes_sum': 0}, {'likes_sum': -6}, {'likes_sum': 5}, {'likes_sum': -2}, {'likes_sum': -4}, {'likes_sum': 0}, {'likes_sum': 2}, {'likes_sum': -1}, {'likes_sum': 4}, {'likes_sum': 3}, {'likes_sum': 2}, {'likes_sum': -2}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': -5}, {'likes_sum': 1}, {'likes_sum': -3}, {'likes_sum': 3}, {'likes_sum': 0}, {'likes_sum': -1}, {'likes_sum': 4}, {'likes_sum': -6}, {'likes_sum': 0}, {'likes_sum': 1}, {'likes_sum': -3}, {'likes_sum': -4}, {'likes_sum': -2}, {'likes_sum': -2}, {'likes_sum': 1}, {'likes_sum': 3}, {'likes_sum': -5}, {'likes_sum': 5}, {'likes_sum': -3}, {'likes_sum': -2}, {'likes_sum': 1}, {'likes_sum': 0}, {'likes_sum': 4}, {'likes_sum': -3}, {'likes_sum': 3}, {'likes_sum': 4}, {'likes_sum': 0}, {'likes_sum': 0}, {'likes_sum': 3}, {'likes_sum': -1}, {'likes_sum': 1}, {'likes_sum': 3}, {'likes_sum': 4}, {'likes_sum': -1}]
time: 0:00:00.000897 sec, 8 user_bookmarks: [{'film_uuid': '0aa26dbc-8ecf-4490-a246-c1718cdd1232'}, {'film_uuid': '364caf66-3378-4ee1-977a-3b955f6b9ed8'}, {'film_uuid': '507443a2-bbd2-4eba-ab5d-405fcfcab204'}, {'film_uuid': '54ef91db-f0a0-4307-b63f-7b349d6b662b'}, {'film_uuid': '6014ad00-d4f0-412f-8d1f-dca72d6999e4'}, {'film_uuid': '76e2dc41-cff7-4a02-9a5d-a10a9dfea131'}, {'film_uuid': '8a423fbc-76f2-4404-8423-c2982b1f769a'}, {'film_uuid': 'c4b0394f-ba28-43be-8bd9-c9d6b5c8a1ff'}]
time: 0:00:00.002585 sec, 8 avg_user_bookmarked_films_ratings: [{'_id': ObjectId('65155c13d1d122e7907a2c10'), 'avg_rating': 5.5}, {'_id': ObjectId('65155c13d1d122e7907a4d05'), 'avg_rating': 5.575892857142857}, {'_id': ObjectId('65155c13d1d122e7907a6092'), 'avg_rating': 5.45933014354067}, {'_id': ObjectId('65155c13d1d122e7907a63dc'), 'avg_rating': 5.162303664921466}, {'_id': ObjectId('65155c13d1d122e7907a6c63'), 'avg_rating': 5.623893805309734}, {'_id': ObjectId('65155c13d1d122e7907a7df4'), 'avg_rating': 5.799065420560748}, {'_id': ObjectId('65155c13d1d122e7907a8c76'), 'avg_rating': 5.673170731707317}, {'_id': ObjectId('65155c13d1d122e7907ab993'), 'avg_rating': 5.670807453416149}]

Experiment resume:

With proper mongoDB indexing and denormalized data schema - reading from mongoDB can be faster than Postgres. But denormalizing can cause to problems

  • with speed of write operations, but as far as reading is priority here we ommit it.
  • with queries difficulty

Besides... actually, if we denormalize data in Postgres the same way as in mongoDB, we'll have the same improvement ;) But assuming that we'll have wide geo-spread users - using mongo can make sharding easier.

UGC service data storage description:

Used abbreviations:

  • C, R, U, D: crud operations with stored information
  • XXXX - very highly loaded operation
  • XXX - highly loaded operation
  • XX - normally loaded operation
  • X - lowly loaded operation
  • '-' - absense of operations (user/analytics cant perform this operation)

1) Time-Analysis Focus (data is subject of time-dependent analysis, using ClickHouse, ddl can be found here: ./docker/clickhouse/init_simple_tables.sql ):

  • user_film_progress - user-film association (many-to-many) with current_time_sec value (film watching progress) and total_time_sec value (total film duration).
    • C: XXXX constantly while each user is watching film (every 3 sec)
    • R: XX when it's needed to overview progress of film, continue watching
    • U: -
    • D: -

2) Connection Analysis Focus (data is the subject of analysis of associations between different entities, using mongoDB) The following data description is normalized schema for Postgres (demonstration and understanding purposes) the actual mongoDB denormalized data schema can be found here: ./api_ugc/db/schemas/mongo_schema.json):

  • user_film_rating - user-film association (many-to-many) with rating value (from 1 upto 10 stars).

    • C: X after film was watched user can set his/her personal rating to film (rare event)
    • R: XX can be observed personal film rating (rare event, bcz can be observed at page of already watched film) / can be calculated all users' average rating for every film (once an hour event, cached)
    • U: X user have possibility to changes his/her rating (rare event)
    • D: -
  • user_film_comment - identified unique user-film association (many-to-many) with comment value (text)

    • C: XX
    • R: XXX
    • U: X
    • D: X
  • user_comment_like - user-comment unique association (many-to-many) with like value (as soon as comment has new like value - sum cache updates)

    • C: XX
    • R: XX can be calculated all users' sum of likes values per comment
    • U: XX
    • D: X
  • user_film_bookmark - user-film unique association (many-to-many)

    • C: XX
    • R: XX
    • U: -
    • D: X

Data storage volume estimation:

  • 1_000_000 users
  • 50_000 films
  • 10_000_000 user_film_ratings
  • 15_000_000 user_film_comments
  • 100_000_000 user_comment_likes
  • 10_000_000 user_film_bookmarks

Deploy locally (api at host)

  • if to use mongo:
    • make mongo-build-loc

  • elif to use mongo cluster:
    • make mongo-cluster-build-loc

    • make mongo-cluster-setup

    • make mongo-cluster-setup-user

    • make mongo-cluster-setup-indexes

  • if it's needed to fill mongo/mongo_cluster with fake data (generated in postgres)
    • make postgres-build-loc

    • cd mongo_vs_postgres

    • export DEBUG=True && export DOCKER=True

    • make generate

    • make etl

    • cd ..

  • make clickhouse-build-loc

  • make kafka-build-loc

  • export DEBUG=True && export DOCKER=True

  • make etl-kafka-clickhouse-loc

  • cd api_ugc

  • python3.11 -m venv venv

  • source venv/bin/activate

  • pip install -r requirements/local.txt

  • export DEBUG=True && export DOCKER=False

  • python main.py

docs can be found: http://127.0.0.1:8084/DOCS_URL

Deploy locally (api at docker container)

  • if to use mongo:
    • make build-with-mongo-loc

  • if to use mongo cluster:
    • make build-with-mongo-cluster-loc

  • if it's needed to fill mongo with fake data (generated in postgres)
    • make postgres-build-loc

    • cd mongo_vs_postgres

    • export DEBUG=True && export DOCKER=True

    • make generate

    • make etl

    • cd ..

docs can be found: http://127.0.0.1:82/DOCS_URL

About

Спринт 9. Финальный спринт командного проекта по UGC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors