[
  {
    "model": "app.genre",
    "pk": 1,
    "fields": {
      "genre_name": "drama",
      "popularity_score": 14,
      "average_rating": "2.7",
      "number_of_books": 94
    }
  },
  {
    "model": "app.genre",
    "pk": 2,
    "fields": {
      "genre_name": "youngadult mystery",
      "popularity_score": 78,
      "average_rating": "3.1",
      "number_of_books": 134
    }
  },
  {
    "model": "app.genre",
    "pk": 3,
    "fields": {
      "genre_name": "fiction",
      "popularity_score": 70,
      "average_rating": "3.0",
      "number_of_books": 94
    }
  },
  {
    "model": "app.genre",
    "pk": 4,
    "fields": {
      "genre_name": "selfhelp drama historical",
      "popularity_score": 44,
      "average_rating": "3.2",
      "number_of_books": 105
    }
  },
  {
    "model": "app.genre",
    "pk": 5,
    "fields": {
      "genre_name": "nonfiction children",
      "popularity_score": 72,
      "average_rating": "3.6",
      "number_of_books": 87
    }
  },
  {
    "model": "app.genre",
    "pk": 6,
    "fields": {
      "genre_name": "dystopian youngadult",
      "popularity_score": 44,
      "average_rating": "2.0",
      "number_of_books": 93
    }
  },
  {
    "model": "app.genre",
    "pk": 7,
    "fields": {
      "genre_name": "fiction",
      "popularity_score": 52,
      "average_rating": "2.2",
      "number_of_books": 102
    }
  },
  {
    "model": "app.genre",
    "pk": 8,
    "fields": {
      "genre_name": "thriller",
      "popularity_score": 53,
      "average_rating": "3.6",
      "number_of_books": 98
    }
  },
  {
    "model": "app.genre",
    "pk": 9,
    "fields": {
      "genre_name": "adventure",
      "popularity_score": 70,
      "average_rating": "3.6",
      "number_of_books": 74
    }
  },
  {
    "model": "app.genre",
    "pk": 10,
    "fields": {
      "genre_name": "nonfiction",
      "popularity_score": 33,
      "average_rating": "2.3",
      "number_of_books": 127
    }
  },
  {
    "model": "app.genre",
    "pk": 11,
    "fields": {
      "genre_name": "drama",
      "popularity_score": 40,
      "average_rating": "2.5",
      "number_of_books": 106
    }
  },
  {
    "model": "app.genre",
    "pk": 12,
    "fields": {
      "genre_name": "children thriller classic",
      "popularity_score": 24,
      "average_rating": "3.5",
      "number_of_books": 165
    }
  },
  {
    "model": "app.genre",
    "pk": 13,
    "fields": {
      "genre_name": "fiction",
      "popularity_score": 56,
      "average_rating": "3.1",
      "number_of_books": 171
    }
  },
  {
    "model": "app.genre",
    "pk": 14,
    "fields": {
      "genre_name": "children",
      "popularity_score": 43,
      "average_rating": "3.7",
      "number_of_books": 100
    }
  },
  {
    "model": "app.genre",
    "pk": 15,
    "fields": {
      "genre_name": "historical literary sci-fi",
      "popularity_score": 21,
      "average_rating": "3.5",
      "number_of_books": 129
    }
  },
  {
    "model": "app.book",
    "pk": 1,
    "fields": {
      "title": "adventure fantasy",
      "author": "moore",
      "genre": 1,
      "publication_year": 1934
    }
  },
  {
    "model": "app.book",
    "pk": 2,
    "fields": {
      "title": "romance youngadult adventure",
      "author": "garcia moore thomas",
      "genre": 14,
      "publication_year": 1943
    }
  },
  {
    "model": "app.book",
    "pk": 3,
    "fields": {
      "title": "children youngadult",
      "author": "smith moore davis",
      "genre": 6,
      "publication_year": 1943
    }
  },
  {
    "model": "app.book",
    "pk": 4,
    "fields": {
      "title": "comic",
      "author": "smith",
      "genre": 5,
      "publication_year": 1985
    }
  },
  {
    "model": "app.book",
    "pk": 5,
    "fields": {
      "title": "selfhelp",
      "author": "hernandez",
      "genre": 15,
      "publication_year": 2008
    }
  },
  {
    "model": "app.book",
    "pk": 6,
    "fields": {
      "title": "romance comic",
      "author": "anderson johnson garcia",
      "genre": 6,
      "publication_year": 1987
    }
  },
  {
    "model": "app.book",
    "pk": 7,
    "fields": {
      "title": "cookbook biography horror",
      "author": "moore smith",
      "genre": 12,
      "publication_year": 1910
    }
  },
  {
    "model": "app.book",
    "pk": 8,
    "fields": {
      "title": "romance comic history",
      "author": "gonzalez johnson",
      "genre": 2,
      "publication_year": 1972
    }
  },
  {
    "model": "app.book",
    "pk": 9,
    "fields": {
      "title": "fantasy selfhelp",
      "author": "johnson",
      "genre": 6,
      "publication_year": 2012
    }
  },
  {
    "model": "app.book",
    "pk": 10,
    "fields": {
      "title": "children",
      "author": "gonzalez rodriguez taylor",
      "genre": 4,
      "publication_year": 1943
    }
  },
  {
    "model": "app.book",
    "pk": 11,
    "fields": {
      "title": "graphic",
      "author": "brown",
      "genre": 4,
      "publication_year": 1911
    }
  },
  {
    "model": "app.book",
    "pk": 12,
    "fields": {
      "title": "fantasy history",
      "author": "gonzalez jones",
      "genre": 11,
      "publication_year": 1946
    }
  },
  {
    "model": "app.book",
    "pk": 13,
    "fields": {
      "title": "horror",
      "author": "garcia",
      "genre": 4,
      "publication_year": 1903
    }
  },
  {
    "model": "app.book",
    "pk": 14,
    "fields": {
      "title": "travel adventure novella",
      "author": "anderson garcia johnson",
      "genre": 15,
      "publication_year": 2019
    }
  },
  {
    "model": "app.book",
    "pk": 15,
    "fields": {
      "title": "novella",
      "author": "gonzalez miller",
      "genre": 10,
      "publication_year": 1978
    }
  },
  {
    "model": "app.book",
    "pk": 16,
    "fields": {
      "title": "romance horror",
      "author": "rodriguez wilson smith",
      "genre": 3,
      "publication_year": 1988
    }
  },
  {
    "model": "app.book",
    "pk": 17,
    "fields": {
      "title": "guide thriller",
      "author": "moore",
      "genre": 12,
      "publication_year": 1911
    }
  },
  {
    "model": "app.book",
    "pk": 18,
    "fields": {
      "title": "biography",
      "author": "lopez anderson",
      "genre": 15,
      "publication_year": 2001
    }
  },
  {
    "model": "app.book",
    "pk": 19,
    "fields": {
      "title": "history graphic",
      "author": "hernandez brown",
      "genre": 11,
      "publication_year": 1920
    }
  },
  {
    "model": "app.book",
    "pk": 20,
    "fields": {
      "title": "romance thriller",
      "author": "wilson lopez moore",
      "genre": 4,
      "publication_year": 1994
    }
  },
  {
    "model": "app.book",
    "pk": 21,
    "fields": {
      "title": "science",
      "author": "hernandez davis",
      "genre": 13,
      "publication_year": 1945
    }
  },
  {
    "model": "app.book",
    "pk": 22,
    "fields": {
      "title": "youngadult",
      "author": "martin moore thomas",
      "genre": 1,
      "publication_year": 1911
    }
  },
  {
    "model": "app.book",
    "pk": 23,
    "fields": {
      "title": "classic adventure",
      "author": "hernandez",
      "genre": 14,
      "publication_year": 1914
    }
  },
  {
    "model": "app.book",
    "pk": 24,
    "fields": {
      "title": "selfhelp travel biography",
      "author": "martinez jones",
      "genre": 4,
      "publication_year": 1990
    }
  },
  {
    "model": "app.book",
    "pk": 25,
    "fields": {
      "title": "selfhelp guide",
      "author": "martin wilson",
      "genre": 15,
      "publication_year": 2022
    }
  },
  {
    "model": "app.book",
    "pk": 26,
    "fields": {
      "title": "children",
      "author": "lopez",
      "genre": 3,
      "publication_year": 1964
    }
  },
  {
    "model": "app.book",
    "pk": 27,
    "fields": {
      "title": "novella children",
      "author": "rodriguez wilson moore",
      "genre": 1,
      "publication_year": 1997
    }
  },
  {
    "model": "app.book",
    "pk": 28,
    "fields": {
      "title": "novella children",
      "author": "williams lopez taylor",
      "genre": 10,
      "publication_year": 1922
    }
  },
  {
    "model": "app.book",
    "pk": 29,
    "fields": {
      "title": "romance novella",
      "author": "martin lopez",
      "genre": 10,
      "publication_year": 1995
    }
  },
  {
    "model": "app.book",
    "pk": 30,
    "fields": {
      "title": "romance mystery",
      "author": "hernandez taylor williams",
      "genre": 14,
      "publication_year": 1980
    }
  },
  {
    "model": "app.book",
    "pk": 31,
    "fields": {
      "title": "comic cookbook romance",
      "author": "jones davis",
      "genre": 15,
      "publication_year": 1937
    }
  },
  {
    "model": "app.book",
    "pk": 32,
    "fields": {
      "title": "comic science",
      "author": "brown wilson thomas",
      "genre": 12,
      "publication_year": 1982
    }
  },
  {
    "model": "app.book",
    "pk": 33,
    "fields": {
      "title": "novella guide",
      "author": "rodriguez smith anderson",
      "genre": 7,
      "publication_year": 1904
    }
  },
  {
    "model": "app.book",
    "pk": 34,
    "fields": {
      "title": "horror",
      "author": "rodriguez",
      "genre": 11,
      "publication_year": 1999
    }
  },
  {
    "model": "app.book",
    "pk": 35,
    "fields": {
      "title": "adventure fantasy mystery",
      "author": "anderson",
      "genre": 8,
      "publication_year": 1944
    }
  },
  {
    "model": "app.book",
    "pk": 36,
    "fields": {
      "title": "thriller",
      "author": "miller",
      "genre": 11,
      "publication_year": 1938
    }
  },
  {
    "model": "app.book",
    "pk": 37,
    "fields": {
      "title": "romance fantasy",
      "author": "rodriguez jones moore",
      "genre": 13,
      "publication_year": 1996
    }
  },
  {
    "model": "app.book",
    "pk": 38,
    "fields": {
      "title": "cookbook",
      "author": "thomas",
      "genre": 10,
      "publication_year": 2021
    }
  },
  {
    "model": "app.book",
    "pk": 39,
    "fields": {
      "title": "fantasy",
      "author": "martin martinez",
      "genre": 7,
      "publication_year": 1984
    }
  },
  {
    "model": "app.book",
    "pk": 40,
    "fields": {
      "title": "history",
      "author": "jackson williams miller",
      "genre": 15,
      "publication_year": 1999
    }
  },
  {
    "model": "app.book",
    "pk": 41,
    "fields": {
      "title": "science",
      "author": "miller martinez",
      "genre": 13,
      "publication_year": 2003
    }
  },
  {
    "model": "app.book",
    "pk": 42,
    "fields": {
      "title": "fantasy children",
      "author": "johnson hernandez jackson",
      "genre": 13,
      "publication_year": 2007
    }
  },
  {
    "model": "app.book",
    "pk": 43,
    "fields": {
      "title": "youngadult",
      "author": "jones miller",
      "genre": 6,
      "publication_year": 1999
    }
  },
  {
    "model": "app.book",
    "pk": 44,
    "fields": {
      "title": "selfhelp graphic cookbook",
      "author": "garcia hernandez moore",
      "genre": 12,
      "publication_year": 1905
    }
  },
  {
    "model": "app.book",
    "pk": 45,
    "fields": {
      "title": "youngadult horror",
      "author": "davis jackson wilson",
      "genre": 12,
      "publication_year": 1921
    }
  },
  {
    "model": "app.book",
    "pk": 46,
    "fields": {
      "title": "novella graphic",
      "author": "martinez brown taylor",
      "genre": 11,
      "publication_year": 1968
    }
  },
  {
    "model": "app.book",
    "pk": 47,
    "fields": {
      "title": "youngadult",
      "author": "williams thomas wilson",
      "genre": 6,
      "publication_year": 2002
    }
  },
  {
    "model": "app.book",
    "pk": 48,
    "fields": {
      "title": "classic",
      "author": "williams davis lopez",
      "genre": 12,
      "publication_year": 1944
    }
  },
  {
    "model": "app.book",
    "pk": 49,
    "fields": {
      "title": "poetry science",
      "author": "martin williams anderson",
      "genre": 3,
      "publication_year": 1980
    }
  },
  {
    "model": "app.book",
    "pk": 50,
    "fields": {
      "title": "adventure biography",
      "author": "davis brown wilson",
      "genre": 5,
      "publication_year": 1967
    }
  },
  {
    "model": "app.book",
    "pk": 51,
    "fields": {
      "title": "children thriller",
      "author": "smith",
      "genre": 10,
      "publication_year": 1946
    }
  },
  {
    "model": "app.book",
    "pk": 52,
    "fields": {
      "title": "horror history comic",
      "author": "taylor",
      "genre": 13,
      "publication_year": 1978
    }
  },
  {
    "model": "app.book",
    "pk": 53,
    "fields": {
      "title": "comic",
      "author": "anderson",
      "genre": 13,
      "publication_year": 1985
    }
  },
  {
    "model": "app.book",
    "pk": 54,
    "fields": {
      "title": "guide",
      "author": "jones wilson taylor",
      "genre": 1,
      "publication_year": 1913
    }
  },
  {
    "model": "app.book",
    "pk": 55,
    "fields": {
      "title": "classic novel travel",
      "author": "wilson",
      "genre": 5,
      "publication_year": 1967
    }
  },
  {
    "model": "app.book",
    "pk": 56,
    "fields": {
      "title": "selfhelp poetry",
      "author": "williams brown lopez",
      "genre": 11,
      "publication_year": 1966
    }
  },
  {
    "model": "app.book",
    "pk": 57,
    "fields": {
      "title": "mystery horror travel",
      "author": "jones garcia moore",
      "genre": 15,
      "publication_year": 2022
    }
  },
  {
    "model": "app.book",
    "pk": 58,
    "fields": {
      "title": "history",
      "author": "rodriguez johnson",
      "genre": 2,
      "publication_year": 2015
    }
  },
  {
    "model": "app.book",
    "pk": 59,
    "fields": {
      "title": "cookbook selfhelp",
      "author": "lopez",
      "genre": 8,
      "publication_year": 1992
    }
  },
  {
    "model": "app.book",
    "pk": 60,
    "fields": {
      "title": "selfhelp mystery",
      "author": "miller thomas brown",
      "genre": 11,
      "publication_year": 2022
    }
  },
  {
    "model": "app.book",
    "pk": 61,
    "fields": {
      "title": "travel novel",
      "author": "thomas garcia",
      "genre": 13,
      "publication_year": 1937
    }
  },
  {
    "model": "app.book",
    "pk": 62,
    "fields": {
      "title": "selfhelp travel",
      "author": "davis",
      "genre": 13,
      "publication_year": 1945
    }
  },
  {
    "model": "app.book",
    "pk": 63,
    "fields": {
      "title": "cookbook classic novel",
      "author": "garcia taylor",
      "genre": 12,
      "publication_year": 1997
    }
  },
  {
    "model": "app.book",
    "pk": 64,
    "fields": {
      "title": "science romance novel",
      "author": "thomas wilson",
      "genre": 7,
      "publication_year": 2022
    }
  },
  {
    "model": "app.book",
    "pk": 65,
    "fields": {
      "title": "biography history selfhelp",
      "author": "taylor miller",
      "genre": 5,
      "publication_year": 1950
    }
  },
  {
    "model": "app.book",
    "pk": 66,
    "fields": {
      "title": "travel science",
      "author": "jones thomas",
      "genre": 5,
      "publication_year": 1939
    }
  },
  {
    "model": "app.book",
    "pk": 67,
    "fields": {
      "title": "mystery",
      "author": "williams jackson",
      "genre": 11,
      "publication_year": 1907
    }
  },
  {
    "model": "app.book",
    "pk": 68,
    "fields": {
      "title": "adventure",
      "author": "jackson",
      "genre": 15,
      "publication_year": 2007
    }
  },
  {
    "model": "app.book",
    "pk": 69,
    "fields": {
      "title": "science",
      "author": "martinez",
      "genre": 2,
      "publication_year": 1990
    }
  },
  {
    "model": "app.book",
    "pk": 70,
    "fields": {
      "title": "novella fantasy romance",
      "author": "thomas martin johnson",
      "genre": 1,
      "publication_year": 1979
    }
  },
  {
    "model": "app.book",
    "pk": 71,
    "fields": {
      "title": "poetry novel",
      "author": "jackson",
      "genre": 13,
      "publication_year": 1977
    }
  },
  {
    "model": "app.book",
    "pk": 72,
    "fields": {
      "title": "thriller children adventure",
      "author": "lopez",
      "genre": 6,
      "publication_year": 1978
    }
  },
  {
    "model": "app.book",
    "pk": 73,
    "fields": {
      "title": "youngadult",
      "author": "wilson",
      "genre": 13,
      "publication_year": 1925
    }
  },
  {
    "model": "app.book",
    "pk": 74,
    "fields": {
      "title": "cookbook",
      "author": "jones",
      "genre": 12,
      "publication_year": 1915
    }
  },
  {
    "model": "app.book",
    "pk": 75,
    "fields": {
      "title": "comic children",
      "author": "martin miller taylor",
      "genre": 15,
      "publication_year": 1936
    }
  },
  {
    "model": "app.book",
    "pk": 76,
    "fields": {
      "title": "science",
      "author": "wilson",
      "genre": 15,
      "publication_year": 1951
    }
  },
  {
    "model": "app.book",
    "pk": 77,
    "fields": {
      "title": "fantasy novel",
      "author": "lopez brown rodriguez",
      "genre": 9,
      "publication_year": 2011
    }
  },
  {
    "model": "app.book",
    "pk": 78,
    "fields": {
      "title": "fantasy youngadult",
      "author": "miller",
      "genre": 6,
      "publication_year": 1951
    }
  },
  {
    "model": "app.book",
    "pk": 79,
    "fields": {
      "title": "classic",
      "author": "martin",
      "genre": 6,
      "publication_year": 2017
    }
  },
  {
    "model": "app.book",
    "pk": 80,
    "fields": {
      "title": "horror mystery",
      "author": "garcia",
      "genre": 11,
      "publication_year": 1914
    }
  },
  {
    "model": "app.book",
    "pk": 81,
    "fields": {
      "title": "novel fantasy",
      "author": "garcia lopez",
      "genre": 11,
      "publication_year": 1910
    }
  },
  {
    "model": "app.book",
    "pk": 82,
    "fields": {
      "title": "novel novella classic",
      "author": "jackson",
      "genre": 12,
      "publication_year": 1982
    }
  },
  {
    "model": "app.book",
    "pk": 83,
    "fields": {
      "title": "cookbook",
      "author": "davis",
      "genre": 15,
      "publication_year": 2015
    }
  },
  {
    "model": "app.book",
    "pk": 84,
    "fields": {
      "title": "horror",
      "author": "johnson brown",
      "genre": 9,
      "publication_year": 2003
    }
  },
  {
    "model": "app.book",
    "pk": 85,
    "fields": {
      "title": "horror classic science",
      "author": "hernandez jackson",
      "genre": 4,
      "publication_year": 1979
    }
  },
  {
    "model": "app.book",
    "pk": 86,
    "fields": {
      "title": "adventure",
      "author": "anderson",
      "genre": 9,
      "publication_year": 1917
    }
  },
  {
    "model": "app.book",
    "pk": 87,
    "fields": {
      "title": "cookbook travel science",
      "author": "jones",
      "genre": 8,
      "publication_year": 1983
    }
  },
  {
    "model": "app.book",
    "pk": 88,
    "fields": {
      "title": "guide",
      "author": "martin moore",
      "genre": 14,
      "publication_year": 1963
    }
  },
  {
    "model": "app.book",
    "pk": 89,
    "fields": {
      "title": "biography",
      "author": "smith hernandez",
      "genre": 6,
      "publication_year": 1953
    }
  },
  {
    "model": "app.book",
    "pk": 90,
    "fields": {
      "title": "selfhelp",
      "author": "williams",
      "genre": 9,
      "publication_year": 1991
    }
  },
  {
    "model": "app.book",
    "pk": 91,
    "fields": {
      "title": "mystery graphic",
      "author": "gonzalez",
      "genre": 6,
      "publication_year": 1974
    }
  },
  {
    "model": "app.book",
    "pk": 92,
    "fields": {
      "title": "novella",
      "author": "brown smith miller",
      "genre": 4,
      "publication_year": 1925
    }
  },
  {
    "model": "app.book",
    "pk": 93,
    "fields": {
      "title": "novel",
      "author": "williams",
      "genre": 2,
      "publication_year": 1981
    }
  },
  {
    "model": "app.book",
    "pk": 94,
    "fields": {
      "title": "novel comic",
      "author": "lopez davis martin",
      "genre": 6,
      "publication_year": 1996
    }
  },
  {
    "model": "app.book",
    "pk": 95,
    "fields": {
      "title": "travel thriller comic",
      "author": "jones wilson anderson",
      "genre": 6,
      "publication_year": 1985
    }
  },
  {
    "model": "app.book",
    "pk": 96,
    "fields": {
      "title": "adventure history",
      "author": "lopez moore davis",
      "genre": 10,
      "publication_year": 1902
    }
  },
  {
    "model": "app.book",
    "pk": 97,
    "fields": {
      "title": "youngadult",
      "author": "martinez garcia hernandez",
      "genre": 10,
      "publication_year": 1964
    }
  },
  {
    "model": "app.book",
    "pk": 98,
    "fields": {
      "title": "youngadult poetry",
      "author": "jackson hernandez",
      "genre": 8,
      "publication_year": 1921
    }
  },
  {
    "model": "app.book",
    "pk": 99,
    "fields": {
      "title": "biography history cookbook",
      "author": "jones brown martin",
      "genre": 1,
      "publication_year": 1989
    }
  },
  {
    "model": "app.book",
    "pk": 100,
    "fields": {
      "title": "children",
      "author": "smith moore",
      "genre": 2,
      "publication_year": 2001
    }
  },
  {
    "model": "app.book",
    "pk": 101,
    "fields": {
      "title": "history thriller youngadult",
      "author": "martin",
      "genre": 5,
      "publication_year": 1916
    }
  },
  {
    "model": "app.book",
    "pk": 102,
    "fields": {
      "title": "graphic",
      "author": "miller gonzalez",
      "genre": 12,
      "publication_year": 2015
    }
  },
  {
    "model": "app.book",
    "pk": 103,
    "fields": {
      "title": "romance biography",
      "author": "jackson rodriguez jones",
      "genre": 6,
      "publication_year": 1975
    }
  },
  {
    "model": "app.book",
    "pk": 104,
    "fields": {
      "title": "history",
      "author": "gonzalez",
      "genre": 9,
      "publication_year": 1956
    }
  },
  {
    "model": "app.book",
    "pk": 105,
    "fields": {
      "title": "guide selfhelp",
      "author": "taylor johnson williams",
      "genre": 2,
      "publication_year": 1946
    }
  },
  {
    "model": "app.book",
    "pk": 106,
    "fields": {
      "title": "youngadult novel graphic",
      "author": "miller jones davis",
      "genre": 7,
      "publication_year": 1911
    }
  },
  {
    "model": "app.book",
    "pk": 107,
    "fields": {
      "title": "horror",
      "author": "williams martinez",
      "genre": 4,
      "publication_year": 1921
    }
  },
  {
    "model": "app.book",
    "pk": 108,
    "fields": {
      "title": "travel poetry romance",
      "author": "wilson hernandez smith",
      "genre": 13,
      "publication_year": 1918
    }
  },
  {
    "model": "app.book",
    "pk": 109,
    "fields": {
      "title": "novel adventure selfhelp",
      "author": "miller",
      "genre": 6,
      "publication_year": 1937
    }
  },
  {
    "model": "app.book",
    "pk": 110,
    "fields": {
      "title": "mystery poetry",
      "author": "anderson miller brown",
      "genre": 4,
      "publication_year": 1910
    }
  },
  {
    "model": "app.book",
    "pk": 111,
    "fields": {
      "title": "poetry classic",
      "author": "wilson taylor",
      "genre": 11,
      "publication_year": 1965
    }
  },
  {
    "model": "app.book",
    "pk": 112,
    "fields": {
      "title": "thriller poetry novel",
      "author": "johnson",
      "genre": 15,
      "publication_year": 1961
    }
  },
  {
    "model": "app.book",
    "pk": 113,
    "fields": {
      "title": "horror",
      "author": "martinez taylor",
      "genre": 1,
      "publication_year": 1995
    }
  },
  {
    "model": "app.book",
    "pk": 114,
    "fields": {
      "title": "children",
      "author": "rodriguez",
      "genre": 3,
      "publication_year": 1913
    }
  },
  {
    "model": "app.book",
    "pk": 115,
    "fields": {
      "title": "selfhelp",
      "author": "wilson jones taylor",
      "genre": 14,
      "publication_year": 1981
    }
  },
  {
    "model": "app.book",
    "pk": 116,
    "fields": {
      "title": "children poetry adventure",
      "author": "taylor williams moore",
      "genre": 5,
      "publication_year": 1966
    }
  },
  {
    "model": "app.book",
    "pk": 117,
    "fields": {
      "title": "comic",
      "author": "williams jones miller",
      "genre": 6,
      "publication_year": 1916
    }
  },
  {
    "model": "app.book",
    "pk": 118,
    "fields": {
      "title": "novel biography thriller",
      "author": "martinez",
      "genre": 12,
      "publication_year": 1988
    }
  },
  {
    "model": "app.book",
    "pk": 119,
    "fields": {
      "title": "classic",
      "author": "williams davis miller",
      "genre": 8,
      "publication_year": 1930
    }
  },
  {
    "model": "app.book",
    "pk": 120,
    "fields": {
      "title": "fantasy children adventure",
      "author": "anderson johnson",
      "genre": 8,
      "publication_year": 1909
    }
  },
  {
    "model": "app.book",
    "pk": 121,
    "fields": {
      "title": "comic",
      "author": "moore jackson",
      "genre": 10,
      "publication_year": 1980
    }
  },
  {
    "model": "app.book",
    "pk": 122,
    "fields": {
      "title": "guide youngadult",
      "author": "lopez jones taylor",
      "genre": 5,
      "publication_year": 1919
    }
  },
  {
    "model": "app.book",
    "pk": 123,
    "fields": {
      "title": "horror children",
      "author": "garcia taylor hernandez",
      "genre": 15,
      "publication_year": 1915
    }
  },
  {
    "model": "app.book",
    "pk": 124,
    "fields": {
      "title": "cookbook children",
      "author": "martin",
      "genre": 4,
      "publication_year": 1917
    }
  },
  {
    "model": "app.book",
    "pk": 125,
    "fields": {
      "title": "cookbook romance",
      "author": "martinez",
      "genre": 4,
      "publication_year": 1970
    }
  },
  {
    "model": "app.book",
    "pk": 126,
    "fields": {
      "title": "comic novella",
      "author": "hernandez jackson taylor",
      "genre": 4,
      "publication_year": 2012
    }
  },
  {
    "model": "app.book",
    "pk": 127,
    "fields": {
      "title": "horror thriller",
      "author": "gonzalez thomas johnson",
      "genre": 15,
      "publication_year": 1913
    }
  },
  {
    "model": "app.book",
    "pk": 128,
    "fields": {
      "title": "novel",
      "author": "miller taylor jackson",
      "genre": 13,
      "publication_year": 1949
    }
  },
  {
    "model": "app.book",
    "pk": 129,
    "fields": {
      "title": "novella",
      "author": "smith",
      "genre": 4,
      "publication_year": 1966
    }
  },
  {
    "model": "app.book",
    "pk": 130,
    "fields": {
      "title": "comic",
      "author": "martin taylor hernandez",
      "genre": 9,
      "publication_year": 2022
    }
  },
  {
    "model": "app.book",
    "pk": 131,
    "fields": {
      "title": "novel travel",
      "author": "smith gonzalez johnson",
      "genre": 8,
      "publication_year": 1971
    }
  },
  {
    "model": "app.book",
    "pk": 132,
    "fields": {
      "title": "children",
      "author": "brown smith",
      "genre": 13,
      "publication_year": 2020
    }
  },
  {
    "model": "app.book",
    "pk": 133,
    "fields": {
      "title": "graphic selfhelp biography",
      "author": "johnson martin gonzalez",
      "genre": 5,
      "publication_year": 1917
    }
  },
  {
    "model": "app.book",
    "pk": 134,
    "fields": {
      "title": "guide",
      "author": "garcia wilson",
      "genre": 1,
      "publication_year": 1945
    }
  },
  {
    "model": "app.book",
    "pk": 135,
    "fields": {
      "title": "history children",
      "author": "thomas",
      "genre": 3,
      "publication_year": 1919
    }
  },
  {
    "model": "app.book",
    "pk": 136,
    "fields": {
      "title": "novel",
      "author": "taylor",
      "genre": 12,
      "publication_year": 1975
    }
  },
  {
    "model": "app.book",
    "pk": 137,
    "fields": {
      "title": "romance adventure science",
      "author": "lopez garcia hernandez",
      "genre": 6,
      "publication_year": 2015
    }
  },
  {
    "model": "app.book",
    "pk": 138,
    "fields": {
      "title": "travel classic adventure",
      "author": "brown martinez taylor",
      "genre": 8,
      "publication_year": 1983
    }
  },
  {
    "model": "app.book",
    "pk": 139,
    "fields": {
      "title": "science adventure",
      "author": "thomas",
      "genre": 2,
      "publication_year": 1913
    }
  },
  {
    "model": "app.book",
    "pk": 140,
    "fields": {
      "title": "cookbook science history",
      "author": "smith",
      "genre": 11,
      "publication_year": 1998
    }
  },
  {
    "model": "app.book",
    "pk": 141,
    "fields": {
      "title": "children",
      "author": "wilson johnson davis",
      "genre": 12,
      "publication_year": 1929
    }
  },
  {
    "model": "app.book",
    "pk": 142,
    "fields": {
      "title": "travel youngadult",
      "author": "williams",
      "genre": 8,
      "publication_year": 1905
    }
  },
  {
    "model": "app.book",
    "pk": 143,
    "fields": {
      "title": "novella",
      "author": "johnson martin",
      "genre": 14,
      "publication_year": 2016
    }
  },
  {
    "model": "app.book",
    "pk": 144,
    "fields": {
      "title": "guide",
      "author": "moore brown garcia",
      "genre": 2,
      "publication_year": 1992
    }
  },
  {
    "model": "app.book",
    "pk": 145,
    "fields": {
      "title": "adventure youngadult",
      "author": "jones williams moore",
      "genre": 10,
      "publication_year": 1967
    }
  },
  {
    "model": "app.book",
    "pk": 146,
    "fields": {
      "title": "cookbook youngadult science",
      "author": "garcia martin lopez",
      "genre": 2,
      "publication_year": 1924
    }
  },
  {
    "model": "app.book",
    "pk": 147,
    "fields": {
      "title": "fantasy travel",
      "author": "smith lopez",
      "genre": 1,
      "publication_year": 1912
    }
  },
  {
    "model": "app.book",
    "pk": 148,
    "fields": {
      "title": "poetry romance classic",
      "author": "jones williams",
      "genre": 12,
      "publication_year": 1964
    }
  },
  {
    "model": "app.book",
    "pk": 149,
    "fields": {
      "title": "horror comic novella",
      "author": "jackson",
      "genre": 1,
      "publication_year": 1939
    }
  },
  {
    "model": "app.book",
    "pk": 150,
    "fields": {
      "title": "adventure poetry",
      "author": "lopez williams",
      "genre": 4,
      "publication_year": 1967
    }
  },
  {
    "model": "app.book",
    "pk": 151,
    "fields": {
      "title": "romance",
      "author": "anderson johnson lopez",
      "genre": 3,
      "publication_year": 2006
    }
  },
  {
    "model": "app.book",
    "pk": 152,
    "fields": {
      "title": "novella selfhelp",
      "author": "brown gonzalez williams",
      "genre": 1,
      "publication_year": 1902
    }
  },
  {
    "model": "app.book",
    "pk": 153,
    "fields": {
      "title": "cookbook fantasy",
      "author": "wilson thomas taylor",
      "genre": 3,
      "publication_year": 1962
    }
  },
  {
    "model": "app.book",
    "pk": 154,
    "fields": {
      "title": "thriller horror classic",
      "author": "anderson",
      "genre": 7,
      "publication_year": 1901
    }
  },
  {
    "model": "app.book",
    "pk": 155,
    "fields": {
      "title": "classic",
      "author": "martin williams",
      "genre": 3,
      "publication_year": 1900
    }
  },
  {
    "model": "app.book",
    "pk": 156,
    "fields": {
      "title": "science",
      "author": "wilson martinez lopez",
      "genre": 3,
      "publication_year": 1973
    }
  },
  {
    "model": "app.book",
    "pk": 157,
    "fields": {
      "title": "science classic",
      "author": "gonzalez",
      "genre": 1,
      "publication_year": 1959
    }
  },
  {
    "model": "app.book",
    "pk": 158,
    "fields": {
      "title": "biography fantasy novel",
      "author": "davis",
      "genre": 13,
      "publication_year": 1949
    }
  },
  {
    "model": "app.book",
    "pk": 159,
    "fields": {
      "title": "graphic",
      "author": "rodriguez jackson",
      "genre": 14,
      "publication_year": 1917
    }
  },
  {
    "model": "app.book",
    "pk": 160,
    "fields": {
      "title": "romance",
      "author": "williams lopez",
      "genre": 9,
      "publication_year": 1955
    }
  },
  {
    "model": "app.book",
    "pk": 161,
    "fields": {
      "title": "mystery",
      "author": "lopez",
      "genre": 3,
      "publication_year": 1958
    }
  },
  {
    "model": "app.book",
    "pk": 162,
    "fields": {
      "title": "thriller youngadult novel",
      "author": "moore thomas",
      "genre": 12,
      "publication_year": 1918
    }
  },
  {
    "model": "app.book",
    "pk": 163,
    "fields": {
      "title": "classic",
      "author": "williams garcia martinez",
      "genre": 7,
      "publication_year": 1982
    }
  },
  {
    "model": "app.book",
    "pk": 164,
    "fields": {
      "title": "graphic guide biography",
      "author": "martin",
      "genre": 9,
      "publication_year": 1933
    }
  },
  {
    "model": "app.book",
    "pk": 165,
    "fields": {
      "title": "youngadult",
      "author": "anderson garcia lopez",
      "genre": 8,
      "publication_year": 1923
    }
  },
  {
    "model": "app.book",
    "pk": 166,
    "fields": {
      "title": "selfhelp",
      "author": "brown lopez taylor",
      "genre": 4,
      "publication_year": 1976
    }
  },
  {
    "model": "app.book",
    "pk": 167,
    "fields": {
      "title": "poetry",
      "author": "jackson gonzalez",
      "genre": 10,
      "publication_year": 1941
    }
  },
  {
    "model": "app.book",
    "pk": 168,
    "fields": {
      "title": "novella cookbook travel",
      "author": "davis anderson miller",
      "genre": 3,
      "publication_year": 1934
    }
  },
  {
    "model": "app.book",
    "pk": 169,
    "fields": {
      "title": "biography",
      "author": "thomas garcia",
      "genre": 7,
      "publication_year": 2020
    }
  },
  {
    "model": "app.book",
    "pk": 170,
    "fields": {
      "title": "classic",
      "author": "gonzalez",
      "genre": 11,
      "publication_year": 1955
    }
  },
  {
    "model": "app.book",
    "pk": 171,
    "fields": {
      "title": "comic graphic",
      "author": "johnson",
      "genre": 7,
      "publication_year": 2004
    }
  },
  {
    "model": "app.book",
    "pk": 172,
    "fields": {
      "title": "cookbook",
      "author": "davis jackson",
      "genre": 3,
      "publication_year": 1941
    }
  },
  {
    "model": "app.book",
    "pk": 173,
    "fields": {
      "title": "classic",
      "author": "martin jones",
      "genre": 1,
      "publication_year": 1970
    }
  },
  {
    "model": "app.book",
    "pk": 174,
    "fields": {
      "title": "comic",
      "author": "brown",
      "genre": 4,
      "publication_year": 1914
    }
  },
  {
    "model": "app.book",
    "pk": 175,
    "fields": {
      "title": "fantasy",
      "author": "wilson rodriguez",
      "genre": 11,
      "publication_year": 1955
    }
  },
  {
    "model": "app.book",
    "pk": 176,
    "fields": {
      "title": "biography",
      "author": "johnson",
      "genre": 12,
      "publication_year": 1984
    }
  },
  {
    "model": "app.book",
    "pk": 177,
    "fields": {
      "title": "fantasy",
      "author": "anderson",
      "genre": 5,
      "publication_year": 2020
    }
  },
  {
    "model": "app.book",
    "pk": 178,
    "fields": {
      "title": "biography fantasy",
      "author": "jones davis jackson",
      "genre": 15,
      "publication_year": 1925
    }
  },
  {
    "model": "app.book",
    "pk": 179,
    "fields": {
      "title": "comic",
      "author": "moore jackson johnson",
      "genre": 7,
      "publication_year": 2004
    }
  },
  {
    "model": "app.book",
    "pk": 180,
    "fields": {
      "title": "biography graphic",
      "author": "brown anderson taylor",
      "genre": 5,
      "publication_year": 2000
    }
  },
  {
    "model": "app.book",
    "pk": 181,
    "fields": {
      "title": "poetry youngadult",
      "author": "brown moore",
      "genre": 4,
      "publication_year": 1936
    }
  },
  {
    "model": "app.book",
    "pk": 182,
    "fields": {
      "title": "comic",
      "author": "garcia rodriguez taylor",
      "genre": 13,
      "publication_year": 2002
    }
  },
  {
    "model": "app.book",
    "pk": 183,
    "fields": {
      "title": "poetry",
      "author": "jones miller brown",
      "genre": 11,
      "publication_year": 1913
    }
  },
  {
    "model": "app.book",
    "pk": 184,
    "fields": {
      "title": "cookbook poetry",
      "author": "anderson gonzalez martinez",
      "genre": 15,
      "publication_year": 1926
    }
  },
  {
    "model": "app.book",
    "pk": 185,
    "fields": {
      "title": "classic children science",
      "author": "williams",
      "genre": 3,
      "publication_year": 1957
    }
  },
  {
    "model": "app.book",
    "pk": 186,
    "fields": {
      "title": "graphic mystery",
      "author": "taylor",
      "genre": 1,
      "publication_year": 2018
    }
  },
  {
    "model": "app.book",
    "pk": 187,
    "fields": {
      "title": "classic novel",
      "author": "smith moore",
      "genre": 10,
      "publication_year": 1918
    }
  },
  {
    "model": "app.book",
    "pk": 188,
    "fields": {
      "title": "children youngadult novel",
      "author": "taylor martinez",
      "genre": 7,
      "publication_year": 2011
    }
  },
  {
    "model": "app.book",
    "pk": 189,
    "fields": {
      "title": "children",
      "author": "wilson",
      "genre": 13,
      "publication_year": 1949
    }
  },
  {
    "model": "app.book",
    "pk": 190,
    "fields": {
      "title": "science",
      "author": "anderson miller",
      "genre": 5,
      "publication_year": 1993
    }
  },
  {
    "model": "app.book",
    "pk": 191,
    "fields": {
      "title": "romance",
      "author": "miller",
      "genre": 15,
      "publication_year": 1935
    }
  },
  {
    "model": "app.book",
    "pk": 192,
    "fields": {
      "title": "children romance",
      "author": "anderson thomas",
      "genre": 15,
      "publication_year": 1954
    }
  },
  {
    "model": "app.book",
    "pk": 193,
    "fields": {
      "title": "comic history",
      "author": "wilson rodriguez",
      "genre": 8,
      "publication_year": 1995
    }
  },
  {
    "model": "app.book",
    "pk": 194,
    "fields": {
      "title": "thriller adventure",
      "author": "garcia johnson",
      "genre": 12,
      "publication_year": 2005
    }
  },
  {
    "model": "app.book",
    "pk": 195,
    "fields": {
      "title": "graphic",
      "author": "garcia taylor",
      "genre": 12,
      "publication_year": 1972
    }
  },
  {
    "model": "app.book",
    "pk": 196,
    "fields": {
      "title": "novel",
      "author": "davis rodriguez",
      "genre": 10,
      "publication_year": 1949
    }
  },
  {
    "model": "app.book",
    "pk": 197,
    "fields": {
      "title": "classic novella",
      "author": "gonzalez",
      "genre": 13,
      "publication_year": 1961
    }
  },
  {
    "model": "app.book",
    "pk": 198,
    "fields": {
      "title": "youngadult",
      "author": "rodriguez smith taylor",
      "genre": 13,
      "publication_year": 1981
    }
  },
  {
    "model": "app.book",
    "pk": 199,
    "fields": {
      "title": "science",
      "author": "rodriguez garcia",
      "genre": 9,
      "publication_year": 2005
    }
  },
  {
    "model": "app.book",
    "pk": 200,
    "fields": {
      "title": "travel romance poetry",
      "author": "taylor",
      "genre": 7,
      "publication_year": 1974
    }
  },
  {
    "model": "app.tag",
    "pk": 1,
    "fields": {
      "tag_name": "whimsical heartwarming",
      "book": 113,
      "usage_count": 62
    }
  },
  {
    "model": "app.tag",
    "pk": 2,
    "fields": {
      "tag_name": "heartwarming romantic",
      "book": 126,
      "usage_count": 36
    }
  },
  {
    "model": "app.tag",
    "pk": 3,
    "fields": {
      "tag_name": "mustread thought-provoking",
      "book": 68,
      "usage_count": 59
    }
  },
  {
    "model": "app.tag",
    "pk": 4,
    "fields": {
      "tag_name": "whimsical bestseller adventurous",
      "book": 103,
      "usage_count": 27
    }
  },
  {
    "model": "app.tag",
    "pk": 5,
    "fields": {
      "tag_name": "inspiring awardwinning",
      "book": 14,
      "usage_count": 53
    }
  },
  {
    "model": "app.tag",
    "pk": 6,
    "fields": {
      "tag_name": "thought-provoking intense funny",
      "book": 32,
      "usage_count": 28
    }
  },
  {
    "model": "app.tag",
    "pk": 7,
    "fields": {
      "tag_name": "engaging bestseller whimsical",
      "book": 8,
      "usage_count": 53
    }
  },
  {
    "model": "app.tag",
    "pk": 8,
    "fields": {
      "tag_name": "heartwarming intense engaging",
      "book": 88,
      "usage_count": 32
    }
  },
  {
    "model": "app.tag",
    "pk": 9,
    "fields": {
      "tag_name": "educational newrelease",
      "book": 125,
      "usage_count": 54
    }
  },
  {
    "model": "app.tag",
    "pk": 10,
    "fields": {
      "tag_name": "mustread inspiring",
      "book": 133,
      "usage_count": 47
    }
  },
  {
    "model": "app.tag",
    "pk": 11,
    "fields": {
      "tag_name": "inspiring adventurous romantic",
      "book": 104,
      "usage_count": 44
    }
  },
  {
    "model": "app.tag",
    "pk": 12,
    "fields": {
      "tag_name": "classic adventurous",
      "book": 30,
      "usage_count": 88
    }
  },
  {
    "model": "app.tag",
    "pk": 13,
    "fields": {
      "tag_name": "dark page-turner bestseller",
      "book": 114,
      "usage_count": 51
    }
  },
  {
    "model": "app.tag",
    "pk": 14,
    "fields": {
      "tag_name": "dark",
      "book": 110,
      "usage_count": 39
    }
  },
  {
    "model": "app.tag",
    "pk": 15,
    "fields": {
      "tag_name": "uplifting heartwarming",
      "book": 61,
      "usage_count": 38
    }
  },
  {
    "model": "app.tag",
    "pk": 16,
    "fields": {
      "tag_name": "uplifting heartwarming",
      "book": 187,
      "usage_count": 9
    }
  },
  {
    "model": "app.tag",
    "pk": 17,
    "fields": {
      "tag_name": "funny dark",
      "book": 154,
      "usage_count": 40
    }
  },
  {
    "model": "app.tag",
    "pk": 18,
    "fields": {
      "tag_name": "funny adventurous",
      "book": 73,
      "usage_count": 38
    }
  },
  {
    "model": "app.tag",
    "pk": 19,
    "fields": {
      "tag_name": "awardwinning",
      "book": 52,
      "usage_count": 63
    }
  },
  {
    "model": "app.tag",
    "pk": 20,
    "fields": {
      "tag_name": "romantic engaging",
      "book": 61,
      "usage_count": 58
    }
  },
  {
    "model": "app.tag",
    "pk": 21,
    "fields": {
      "tag_name": "newrelease",
      "book": 88,
      "usage_count": 59
    }
  },
  {
    "model": "app.tag",
    "pk": 22,
    "fields": {
      "tag_name": "whimsical mustread",
      "book": 63,
      "usage_count": 67
    }
  },
  {
    "model": "app.tag",
    "pk": 23,
    "fields": {
      "tag_name": "awardwinning adventurous romantic",
      "book": 89,
      "usage_count": 57
    }
  },
  {
    "model": "app.tag",
    "pk": 24,
    "fields": {
      "tag_name": "classic uplifting",
      "book": 103,
      "usage_count": 36
    }
  },
  {
    "model": "app.tag",
    "pk": 25,
    "fields": {
      "tag_name": "suspenseful mustread",
      "book": 125,
      "usage_count": 50
    }
  },
  {
    "model": "app.tag",
    "pk": 26,
    "fields": {
      "tag_name": "page-turner intense",
      "book": 79,
      "usage_count": 54
    }
  },
  {
    "model": "app.tag",
    "pk": 27,
    "fields": {
      "tag_name": "educational",
      "book": 90,
      "usage_count": 12
    }
  },
  {
    "model": "app.tag",
    "pk": 28,
    "fields": {
      "tag_name": "emotional uplifting awardwinning",
      "book": 153,
      "usage_count": 43
    }
  },
  {
    "model": "app.tag",
    "pk": 29,
    "fields": {
      "tag_name": "bestseller romantic suspenseful",
      "book": 94,
      "usage_count": 54
    }
  },
  {
    "model": "app.tag",
    "pk": 30,
    "fields": {
      "tag_name": "classic",
      "book": 148,
      "usage_count": 74
    }
  },
  {
    "model": "app.tag",
    "pk": 31,
    "fields": {
      "tag_name": "inspiring whimsical emotional",
      "book": 93,
      "usage_count": 41
    }
  },
  {
    "model": "app.tag",
    "pk": 32,
    "fields": {
      "tag_name": "emotional educational",
      "book": 105,
      "usage_count": 40
    }
  },
  {
    "model": "app.tag",
    "pk": 33,
    "fields": {
      "tag_name": "bestseller",
      "book": 149,
      "usage_count": 71
    }
  },
  {
    "model": "app.tag",
    "pk": 34,
    "fields": {
      "tag_name": "bestseller thought-provoking engaging",
      "book": 182,
      "usage_count": 58
    }
  },
  {
    "model": "app.tag",
    "pk": 35,
    "fields": {
      "tag_name": "emotional",
      "book": 36,
      "usage_count": 57
    }
  },
  {
    "model": "app.tag",
    "pk": 36,
    "fields": {
      "tag_name": "awardwinning",
      "book": 87,
      "usage_count": 28
    }
  },
  {
    "model": "app.tag",
    "pk": 37,
    "fields": {
      "tag_name": "educational classic heartwarming",
      "book": 84,
      "usage_count": 42
    }
  },
  {
    "model": "app.tag",
    "pk": 38,
    "fields": {
      "tag_name": "awardwinning emotional",
      "book": 79,
      "usage_count": 64
    }
  },
  {
    "model": "app.tag",
    "pk": 39,
    "fields": {
      "tag_name": "educational",
      "book": 56,
      "usage_count": 28
    }
  },
  {
    "model": "app.tag",
    "pk": 40,
    "fields": {
      "tag_name": "bestseller",
      "book": 27,
      "usage_count": 52
    }
  },
  {
    "model": "app.tag",
    "pk": 41,
    "fields": {
      "tag_name": "mustread emotional",
      "book": 90,
      "usage_count": 43
    }
  },
  {
    "model": "app.tag",
    "pk": 42,
    "fields": {
      "tag_name": "funny thought-provoking",
      "book": 149,
      "usage_count": 37
    }
  },
  {
    "model": "app.tag",
    "pk": 43,
    "fields": {
      "tag_name": "inspiring",
      "book": 97,
      "usage_count": 43
    }
  },
  {
    "model": "app.tag",
    "pk": 44,
    "fields": {
      "tag_name": "funny thought-provoking intense",
      "book": 12,
      "usage_count": 60
    }
  },
  {
    "model": "app.tag",
    "pk": 45,
    "fields": {
      "tag_name": "intense mustread",
      "book": 43,
      "usage_count": 33
    }
  },
  {
    "model": "app.tag",
    "pk": 46,
    "fields": {
      "tag_name": "heartwarming classic",
      "book": 10,
      "usage_count": 45
    }
  },
  {
    "model": "app.tag",
    "pk": 47,
    "fields": {
      "tag_name": "page-turner thought-provoking whimsical",
      "book": 80,
      "usage_count": 48
    }
  },
  {
    "model": "app.tag",
    "pk": 48,
    "fields": {
      "tag_name": "classic bestseller",
      "book": 22,
      "usage_count": 49
    }
  },
  {
    "model": "app.tag",
    "pk": 49,
    "fields": {
      "tag_name": "awardwinning",
      "book": 156,
      "usage_count": 44
    }
  },
  {
    "model": "app.tag",
    "pk": 50,
    "fields": {
      "tag_name": "awardwinning",
      "book": 93,
      "usage_count": 29
    }
  },
  {
    "model": "app.user",
    "pk": 1,
    "fields": {
      "full_name": "Selin Klein",
      "email": "selin.klein@example.com",
      "age": 68,
      "preferences": {
        "genres": "point summary ground happen order again quiet various"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 2,
    "fields": {
      "full_name": "Marco Ruiz",
      "email": "marco.ruiz@example.org",
      "age": 71,
      "preferences": {
        "genres": "support outside quiet every common steady today still another recent example section reason number"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 3,
    "fields": {
      "full_name": "Maria Kowalski",
      "email": "maria.kowalski@example.com",
      "age": 97,
      "preferences": {
        "genres": "final always major total quiet long bright general toward light partial update regular result several short ground section minor natural"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 4,
    "fields": {
      "full_name": "Daniel Andersen",
      "email": "daniel.andersen@example.org",
      "age": 90,
      "preferences": {
        "genres": "without every several morning open reason local point order ground section close clear inside today along total"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 5,
    "fields": {
      "full_name": "David Demir",
      "email": "david.demir@example.org",
      "age": 41,
      "preferences": {
        "genres": "moment still long system"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 6,
    "fields": {
      "full_name": "Sofia Wang",
      "email": "sofia.wang@example.com",
      "age": 23,
      "preferences": {
        "genres": "another ready review moment given moving between because morning large before various quick weekly small"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 7,
    "fields": {
      "full_name": "Carlos Murphy",
      "email": "carlos.murphy@example.org",
      "age": 58,
      "preferences": {
        "genres": "around various clear minor direct given"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 8,
    "fields": {
      "full_name": "Julia Almeida",
      "email": "julia.almeida@example.org",
      "age": 48,
      "preferences": {
        "genres": "recent great various outside reason follow without little quick another update early matter still steady clear happen within special given"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 9,
    "fields": {
      "full_name": "Ivan Hoffmann",
      "email": "ivan.hoffmann@example.net",
      "age": 62,
      "preferences": {
        "genres": "light general toward outside"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 10,
    "fields": {
      "full_name": "James Jansen",
      "email": "james.jansen@example.org",
      "age": 22,
      "preferences": {
        "genres": "group various great result notice strong summary second"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 11,
    "fields": {
      "full_name": "Sara Jensen",
      "email": "sara.jensen@example.org",
      "age": 51,
      "preferences": {
        "genres": "given issue today around later short ready before direct first system yearly quick another happen again inside"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 12,
    "fields": {
      "full_name": "Yusuf Novak",
      "email": "yusuf.novak@example.net",
      "age": 39,
      "preferences": {
        "genres": "natural other quiet normal high ground order final careful enough common month partial weekly several summary system easy example public"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 13,
    "fields": {
      "full_name": "Mia Carter",
      "email": "mia.carter@example.org",
      "age": 62,
      "preferences": {
        "genres": "section great ready today first without morning ground support inside summary large direct given"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 14,
    "fields": {
      "full_name": "Anna Wang",
      "email": "anna.wang@example.net",
      "age": 70,
      "preferences": {
        "genres": "given toward outside review morning again common inside final natural quiet useful after along light great weekly"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 15,
    "fields": {
      "full_name": "Lucas Rossi",
      "email": "lucas.rossi@example.net",
      "age": 37,
      "preferences": {
        "genres": "period recent after great other still between"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 16,
    "fields": {
      "full_name": "Olivia Schneider",
      "email": "olivia.schneider@example.net",
      "age": 59,
      "preferences": {
        "genres": "summary follow"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 17,
    "fields": {
      "full_name": "Priya Zhang",
      "email": "priya.zhang@example.org",
      "age": 86,
      "preferences": {
        "genres": "special moving minor daily light section issue first simple record ground"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 18,
    "fields": {
      "full_name": "Lucas Davis",
      "email": "lucas.davis@example.org",
      "age": 92,
      "preferences": {
        "genres": "nearly easy result usual given close still happen around"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 19,
    "fields": {
      "full_name": "Sven Costa",
      "email": "sven.costa@example.org",
      "age": 24,
      "preferences": {
        "genres": "level along because happen high direct useful another"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 20,
    "fields": {
      "full_name": "Marco Garcia",
      "email": "marco.garcia@example.org",
      "age": 32,
      "preferences": {
        "genres": "moving morning number final common several long"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 21,
    "fields": {
      "full_name": "David Almeida",
      "email": "david.almeida@example.com",
      "age": 78,
      "preferences": {
        "genres": "little recent between high later"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 22,
    "fields": {
      "full_name": "Yusuf Johnson",
      "email": "yusuf.johnson@example.org",
      "age": 22,
      "preferences": {
        "genres": "local example direct whole moment clear natural"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 23,
    "fields": {
      "full_name": "Kai Larsen",
      "email": "kai.larsen@example.org",
      "age": 19,
      "preferences": {
        "genres": "ready follow before bright always morning yearly section later quiet large matter normal order around"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 24,
    "fields": {
      "full_name": "Jade Baker",
      "email": "jade.baker@example.com",
      "age": 36,
      "preferences": {
        "genres": "long around moment weekly reason notice enough nearly"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 25,
    "fields": {
      "full_name": "Tomas Wang",
      "email": "tomas.wang@example.net",
      "age": 45,
      "preferences": {
        "genres": "around period without clear example easy because outside useful quiet"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 26,
    "fields": {
      "full_name": "Fatima Young",
      "email": "fatima.young@example.com",
      "age": 28,
      "preferences": {
        "genres": "morning before general light strong today ready partial"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 27,
    "fields": {
      "full_name": "Elif Miller",
      "email": "elif.miller@example.net",
      "age": 98,
      "preferences": {
        "genres": "month around record matter ready simple enough strong today large light partial reason early"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 28,
    "fields": {
      "full_name": "Laura Garcia",
      "email": "laura.garcia@example.com",
      "age": 72,
      "preferences": {
        "genres": "total normal morning minor various plain yearly first local because public moment update order simple"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 29,
    "fields": {
      "full_name": "Jonas Baker",
      "email": "jonas.baker@example.org",
      "age": 94,
      "preferences": {
        "genres": "another special normal usual reason yearly small first bright detail morning simple ground natural nearly"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 30,
    "fields": {
      "full_name": "Laura Wilson",
      "email": "laura.wilson@example.com",
      "age": 62,
      "preferences": {
        "genres": "local nearly always whole section"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 31,
    "fields": {
      "full_name": "Sara Hoffmann",
      "email": "sara.hoffmann@example.org",
      "age": 91,
      "preferences": {
        "genres": "direct other second natural daily weekly every"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 32,
    "fields": {
      "full_name": "Elif Fischer",
      "email": "elif.fischer@example.com",
      "age": 36,
      "preferences": {
        "genres": "inside follow minor order regular"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 33,
    "fields": {
      "full_name": "Yara Moreau",
      "email": "yara.moreau@example.com",
      "age": 54,
      "preferences": {
        "genres": "toward quiet"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 34,
    "fields": {
      "full_name": "Selin Ahmed",
      "email": "selin.ahmed@example.com",
      "age": 19,
      "preferences": {
        "genres": "level bright outside high about quiet natural summary easy various today moment again because detail usual light number"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 35,
    "fields": {
      "full_name": "Chen Reyes",
      "email": "chen.reyes@example.net",
      "age": 85,
      "preferences": {
        "genres": "clear quiet useful month partial still steady quick whole matter little nearly after recent weekly normal example morning"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 36,
    "fields": {
      "full_name": "Selin Kumar",
      "email": "selin.kumar@example.com",
      "age": 61,
      "preferences": {
        "genres": "level notice common change happen early"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 37,
    "fields": {
      "full_name": "Lucas Larsen",
      "email": "lucas.larsen@example.org",
      "age": 43,
      "preferences": {
        "genres": "strong careful common around section large various"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 38,
    "fields": {
      "full_name": "Theo Novak",
      "email": "theo.novak@example.com",
      "age": 49,
      "preferences": {
        "genres": "plain early general enough point"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 39,
    "fields": {
      "full_name": "Nina Singh",
      "email": "nina.singh@example.net",
      "age": 22,
      "preferences": {
        "genres": "major because weekly along clear normal other toward given quiet moving natural direct various steady result open between still careful"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 40,
    "fields": {
      "full_name": "Lena Baker",
      "email": "lena.baker@example.net",
      "age": 51,
      "preferences": {
        "genres": "special single follow change happen between light moment level general today often common"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 41,
    "fields": {
      "full_name": "Ivan Bauer",
      "email": "ivan.bauer@example.org",
      "age": 98,
      "preferences": {
        "genres": "short large because support special ground little again month total group"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 42,
    "fields": {
      "full_name": "Victor Oliveira",
      "email": "victor.oliveira@example.net",
      "age": 63,
      "preferences": {
        "genres": "always follow still total between great because toward happen final enough system early support"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 43,
    "fields": {
      "full_name": "Maria Torres",
      "email": "maria.torres@example.net",
      "age": 86,
      "preferences": {
        "genres": "record number still weekly single nearly inside month between example natural matter"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 44,
    "fields": {
      "full_name": "Sven Andersen",
      "email": "sven.andersen@example.org",
      "age": 68,
      "preferences": {
        "genres": "another whole minor after"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 45,
    "fields": {
      "full_name": "Kai Costa",
      "email": "kai.costa@example.com",
      "age": 93,
      "preferences": {
        "genres": "without always"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 46,
    "fields": {
      "full_name": "Theo Chen",
      "email": "theo.chen@example.org",
      "age": 42,
      "preferences": {
        "genres": "bright large"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 47,
    "fields": {
      "full_name": "Ethan Miller",
      "email": "ethan.miller@example.net",
      "age": 60,
      "preferences": {
        "genres": "total direct toward still single partial every"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 48,
    "fields": {
      "full_name": "Uma Vargas",
      "email": "uma.vargas@example.org",
      "age": 92,
      "preferences": {
        "genres": "matter plain short morning early high"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 49,
    "fields": {
      "full_name": "Rosa Wang",
      "email": "rosa.wang@example.org",
      "age": 63,
      "preferences": {
        "genres": "result regular local"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 50,
    "fields": {
      "full_name": "Tomas Demir",
      "email": "tomas.demir@example.net",
      "age": 79,
      "preferences": {
        "genres": "record every order along several issue normal number daily strong morning major plain today later"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 51,
    "fields": {
      "full_name": "Zara Demir",
      "email": "zara.demir@example.net",
      "age": 83,
      "preferences": {
        "genres": "reason order because second clear issue ready given around along outside review partial inside large another major still"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 52,
    "fields": {
      "full_name": "Ben Andersen",
      "email": "ben.andersen@example.org",
      "age": 96,
      "preferences": {
        "genres": "whole moment month order yearly steady public without often various bright early total group weekly number system along ground period"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 53,
    "fields": {
      "full_name": "Liam Oliveira",
      "email": "liam.oliveira@example.net",
      "age": 76,
      "preferences": {
        "genres": "matter section small large"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 54,
    "fields": {
      "full_name": "Nour Wagner",
      "email": "nour.wagner@example.com",
      "age": 40,
      "preferences": {
        "genres": "general nearly"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 55,
    "fields": {
      "full_name": "Ibrahim Jensen",
      "email": "ibrahim.jensen@example.net",
      "age": 47,
      "preferences": {
        "genres": "within along easy record system summary review yearly recent quiet follow careful around point change moving issue after"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 56,
    "fields": {
      "full_name": "Leo Garcia",
      "email": "leo.garcia@example.org",
      "age": 55,
      "preferences": {
        "genres": "nearly often happen around usual direct final partial order example yearly between group several every because detail"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 57,
    "fields": {
      "full_name": "Selin Mendes",
      "email": "selin.mendes@example.net",
      "age": 94,
      "preferences": {
        "genres": "total whole close notice strong system early outside today natural moving follow ground level light"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 58,
    "fields": {
      "full_name": "Sofia Miller",
      "email": "sofia.miller@example.net",
      "age": 43,
      "preferences": {
        "genres": "simple bright example several about common close local matter"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 59,
    "fields": {
      "full_name": "Ines Ruiz",
      "email": "ines.ruiz@example.org",
      "age": 85,
      "preferences": {
        "genres": "careful outside easy first result useful happen simple close reason about final because"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 60,
    "fields": {
      "full_name": "Rosa Schmidt",
      "email": "rosa.schmidt@example.org",
      "age": 99,
      "preferences": {
        "genres": "little normal month section happen clear another update system period nearly still example general single"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 61,
    "fields": {
      "full_name": "Nour Young",
      "email": "nour.young@example.net",
      "age": 30,
      "preferences": {
        "genres": "direct matter useful toward normal first regular"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 62,
    "fields": {
      "full_name": "Daniel Bauer",
      "email": "daniel.bauer@example.org",
      "age": 29,
      "preferences": {
        "genres": "section direct example"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 63,
    "fields": {
      "full_name": "Mila Garcia",
      "email": "mila.garcia@example.net",
      "age": 66,
      "preferences": {
        "genres": "moving other final simple small morning happen example useful toward number given reason first various moment outside recent natural minor"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 64,
    "fields": {
      "full_name": "Maya Clark",
      "email": "maya.clark@example.net",
      "age": 21,
      "preferences": {
        "genres": "simple period clear later group final"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 65,
    "fields": {
      "full_name": "Karim Schmidt",
      "email": "karim.schmidt@example.org",
      "age": 29,
      "preferences": {
        "genres": "light before order nearly general"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 66,
    "fields": {
      "full_name": "Theo Hoffmann",
      "email": "theo.hoffmann@example.net",
      "age": 19,
      "preferences": {
        "genres": "nearly point detail always steady easy various moving result final several long reason"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 67,
    "fields": {
      "full_name": "Kai Hoffmann",
      "email": "kai.hoffmann@example.org",
      "age": 88,
      "preferences": {
        "genres": "moving again open simple about special detail normal still quick partial usual number toward before within month after single"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 68,
    "fields": {
      "full_name": "Felix Pereira",
      "email": "felix.pereira@example.net",
      "age": 76,
      "preferences": {
        "genres": "given support easy simple"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 69,
    "fields": {
      "full_name": "Ines Sato",
      "email": "ines.sato@example.org",
      "age": 66,
      "preferences": {
        "genres": "plain section long clear period useful weekly high another general around point minor open order because natural"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 70,
    "fields": {
      "full_name": "Sara Kaya",
      "email": "sara.kaya@example.net",
      "age": 28,
      "preferences": {
        "genres": "clear early follow"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 71,
    "fields": {
      "full_name": "Ruby Meyer",
      "email": "ruby.meyer@example.org",
      "age": 23,
      "preferences": {
        "genres": "notice steady system open daily common close between bright other ready section outside still nearly yearly ground happen"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 72,
    "fields": {
      "full_name": "Leo Garcia",
      "email": "leo.garcia@example.org",
      "age": 80,
      "preferences": {
        "genres": "steady single number month several bright"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 73,
    "fields": {
      "full_name": "Yusuf Schmidt",
      "email": "yusuf.schmidt@example.net",
      "age": 49,
      "preferences": {
        "genres": "morning change quick daily within quiet general issue system partial ground major reason follow month inside point number another"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 74,
    "fields": {
      "full_name": "Liam Almeida",
      "email": "liam.almeida@example.com",
      "age": 31,
      "preferences": {
        "genres": "because total second record first steady outside normal matter local weekly month"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 75,
    "fields": {
      "full_name": "Karim Ahmed",
      "email": "karim.ahmed@example.net",
      "age": 44,
      "preferences": {
        "genres": "recent still bright often early before long general morning careful several"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 76,
    "fields": {
      "full_name": "Sara Yilmaz",
      "email": "sara.yilmaz@example.net",
      "age": 29,
      "preferences": {
        "genres": "moment morning natural update"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 77,
    "fields": {
      "full_name": "Priya Jansen",
      "email": "priya.jansen@example.org",
      "age": 43,
      "preferences": {
        "genres": "support nearly bright record happen often great because daily moving special within"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 78,
    "fields": {
      "full_name": "Theo Walker",
      "email": "theo.walker@example.com",
      "age": 58,
      "preferences": {
        "genres": "local weekly single system direct"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 79,
    "fields": {
      "full_name": "Wei Klein",
      "email": "wei.klein@example.org",
      "age": 53,
      "preferences": {
        "genres": "change every matter whole"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 80,
    "fields": {
      "full_name": "Sven Khan",
      "email": "sven.khan@example.org",
      "age": 49,
      "preferences": {
        "genres": "bright light order final between quiet enough ground large system whole every nearly notice moment before without"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 81,
    "fields": {
      "full_name": "Chen Yilmaz",
      "email": "chen.yilmaz@example.net",
      "age": 56,
      "preferences": {
        "genres": "early moving special month between large ready support"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 82,
    "fields": {
      "full_name": "Paula Nakamura",
      "email": "paula.nakamura@example.com",
      "age": 63,
      "preferences": {
        "genres": "careful change second issue plain recent reason period weekly early simple several long between daily"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 83,
    "fields": {
      "full_name": "Theo Bennett",
      "email": "theo.bennett@example.net",
      "age": 85,
      "preferences": {
        "genres": "total ready number several large about ground issue recent update between later high yearly inside strong plain easy always"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 84,
    "fields": {
      "full_name": "Emma Sousa",
      "email": "emma.sousa@example.net",
      "age": 49,
      "preferences": {
        "genres": "because around moment special issue strong high notice"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 85,
    "fields": {
      "full_name": "Lucas Ibrahim",
      "email": "lucas.ibrahim@example.net",
      "age": 44,
      "preferences": {
        "genres": "change long regular system support light"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 86,
    "fields": {
      "full_name": "Sofia Young",
      "email": "sofia.young@example.com",
      "age": 48,
      "preferences": {
        "genres": "other partial daily still reason plain always final happen high point summary notice close group again"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 87,
    "fields": {
      "full_name": "Olivia Cruz",
      "email": "olivia.cruz@example.net",
      "age": 59,
      "preferences": {
        "genres": "simple quick summary"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 88,
    "fields": {
      "full_name": "Wei Jensen",
      "email": "wei.jensen@example.com",
      "age": 97,
      "preferences": {
        "genres": "without bright detail again yearly update before number great later easy early recent another"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 89,
    "fields": {
      "full_name": "Daniel Wang",
      "email": "daniel.wang@example.com",
      "age": 40,
      "preferences": {
        "genres": "point weekly today again local large"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 90,
    "fields": {
      "full_name": "Grace Patel",
      "email": "grace.patel@example.net",
      "age": 46,
      "preferences": {
        "genres": "great usual partial plain morning early reason still every given simple minor major support easy weekly because various steady"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 91,
    "fields": {
      "full_name": "Elif Castro",
      "email": "elif.castro@example.com",
      "age": 82,
      "preferences": {
        "genres": "light along easy large strong"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 92,
    "fields": {
      "full_name": "David Schneider",
      "email": "david.schneider@example.com",
      "age": 22,
      "preferences": {
        "genres": "major second given another single general long careful ready normal before"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 93,
    "fields": {
      "full_name": "Ivan Kim",
      "email": "ivan.kim@example.net",
      "age": 91,
      "preferences": {
        "genres": "detail support period update"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 94,
    "fields": {
      "full_name": "Karim Ibrahim",
      "email": "karim.ibrahim@example.net",
      "age": 35,
      "preferences": {
        "genres": "between open early"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 95,
    "fields": {
      "full_name": "Theo Andersen",
      "email": "theo.andersen@example.net",
      "age": 24,
      "preferences": {
        "genres": "second steady several regular moving toward useful first point always ready every normal quick daily number"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 96,
    "fields": {
      "full_name": "Yara Torres",
      "email": "yara.torres@example.net",
      "age": 87,
      "preferences": {
        "genres": "month happen daily high easy detail summary notice early ready single major normal reason usual open"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 97,
    "fields": {
      "full_name": "Ana Brown",
      "email": "ana.brown@example.net",
      "age": 21,
      "preferences": {
        "genres": "group given section strong notice early second normal public nearly another first period weekly outside detail happen moment reason"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 98,
    "fields": {
      "full_name": "Hugo Walker",
      "email": "hugo.walker@example.net",
      "age": 82,
      "preferences": {
        "genres": "second within high before always still system regular quiet month every partial first"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 99,
    "fields": {
      "full_name": "Nour Evans",
      "email": "nour.evans@example.net",
      "age": 39,
      "preferences": {
        "genres": "moment ready review morning toward single simple period clear number follow issue usual"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 100,
    "fields": {
      "full_name": "Lena Jansen",
      "email": "lena.jansen@example.org",
      "age": 75,
      "preferences": {
        "genres": "inside daily between early review period partial order notice always"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 101,
    "fields": {
      "full_name": "Mia Gomez",
      "email": "mia.gomez@example.com",
      "age": 47,
      "preferences": {
        "genres": "moving later still about regular matter review direct ready number strong moment recent within short easy system common often"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 102,
    "fields": {
      "full_name": "Fatima Almeida",
      "email": "fatima.almeida@example.net",
      "age": 92,
      "preferences": {
        "genres": "short major reason support careful system section public useful review notice clear"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 103,
    "fields": {
      "full_name": "Sara Lee",
      "email": "sara.lee@example.net",
      "age": 73,
      "preferences": {
        "genres": "major total whole open ground natural result record about useful early weekly minor small matter without general"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 104,
    "fields": {
      "full_name": "Hana Almeida",
      "email": "hana.almeida@example.com",
      "age": 51,
      "preferences": {
        "genres": "update along change small happen bright notice issue"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 105,
    "fields": {
      "full_name": "Zoe Murphy",
      "email": "zoe.murphy@example.net",
      "age": 63,
      "preferences": {
        "genres": "local partial given other always review outside after issue moment level moving because section number large light before careful"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 106,
    "fields": {
      "full_name": "Nour Chen",
      "email": "nour.chen@example.org",
      "age": 58,
      "preferences": {
        "genres": "update total partial early review clear given another long reason quick special along"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 107,
    "fields": {
      "full_name": "Amir Sato",
      "email": "amir.sato@example.net",
      "age": 84,
      "preferences": {
        "genres": "recent ready"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 108,
    "fields": {
      "full_name": "Noah Wright",
      "email": "noah.wright@example.com",
      "age": 64,
      "preferences": {
        "genres": "issue plain final other moment light reason within morning daily second open outside later result"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 109,
    "fields": {
      "full_name": "Nour Park",
      "email": "nour.park@example.com",
      "age": 75,
      "preferences": {
        "genres": "later often after direct today single local second"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 110,
    "fields": {
      "full_name": "Maja Kaya",
      "email": "maja.kaya@example.net",
      "age": 92,
      "preferences": {
        "genres": "issue various system update recent after large short number section today matter toward because outside"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 111,
    "fields": {
      "full_name": "Olivia Brown",
      "email": "olivia.brown@example.net",
      "age": 33,
      "preferences": {
        "genres": "usual issue second various order again careful simple short between ground system yearly period regular update later major"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 112,
    "fields": {
      "full_name": "Maja Pereira",
      "email": "maja.pereira@example.com",
      "age": 69,
      "preferences": {
        "genres": "ground quick easy group section close public"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 113,
    "fields": {
      "full_name": "Pedro Miller",
      "email": "pedro.miller@example.org",
      "age": 43,
      "preferences": {
        "genres": "summary partial direct given strong still close useful second short another after change quick period record several usual about"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 114,
    "fields": {
      "full_name": "Noah Miller",
      "email": "noah.miller@example.org",
      "age": 72,
      "preferences": {
        "genres": "common without usual partial reason review inside quiet major steady support month"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 115,
    "fields": {
      "full_name": "Deniz Demir",
      "email": "deniz.demir@example.com",
      "age": 62,
      "preferences": {
        "genres": "because general"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 116,
    "fields": {
      "full_name": "Sara Wright",
      "email": "sara.wright@example.com",
      "age": 52,
      "preferences": {
        "genres": "level total point short about result yearly open issue careful strong period partial quick major within happen direct special ready"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 117,
    "fields": {
      "full_name": "James Jensen",
      "email": "james.jensen@example.org",
      "age": 70,
      "preferences": {
        "genres": "recent around careful issue outside clear another between major"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 118,
    "fields": {
      "full_name": "Jack Novak",
      "email": "jack.novak@example.com",
      "age": 65,
      "preferences": {
        "genres": "several about summary plain natural daily careful"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 119,
    "fields": {
      "full_name": "Maya Khan",
      "email": "maya.khan@example.net",
      "age": 78,
      "preferences": {
        "genres": "second within number various review inside other usual small"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 120,
    "fields": {
      "full_name": "Carla Brown",
      "email": "carla.brown@example.org",
      "age": 50,
      "preferences": {
        "genres": "large because inside local high quick light natural number"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 121,
    "fields": {
      "full_name": "Wei Costa",
      "email": "wei.costa@example.org",
      "age": 83,
      "preferences": {
        "genres": "system normal morning common strong high"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 122,
    "fields": {
      "full_name": "Mateo Yilmaz",
      "email": "mateo.yilmaz@example.com",
      "age": 18,
      "preferences": {
        "genres": "normal early strong after public clear group system open close often easy local useful regular every common minor result"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 123,
    "fields": {
      "full_name": "Yara Torres",
      "email": "yara.torres@example.org",
      "age": 63,
      "preferences": {
        "genres": "order high careful detail"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 124,
    "fields": {
      "full_name": "Sara Kowalski",
      "email": "sara.kowalski@example.org",
      "age": 61,
      "preferences": {
        "genres": "ground close issue inside happen whole quiet second partial high another between short"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 125,
    "fields": {
      "full_name": "Ana Rossi",
      "email": "ana.rossi@example.net",
      "age": 81,
      "preferences": {
        "genres": "update reason later public order plain clear level morning quick bright matter detail month always group"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 126,
    "fields": {
      "full_name": "Chen Wagner",
      "email": "chen.wagner@example.org",
      "age": 84,
      "preferences": {
        "genres": "around always little"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 127,
    "fields": {
      "full_name": "Deniz Carter",
      "email": "deniz.carter@example.org",
      "age": 79,
      "preferences": {
        "genres": "often matter various whole detail special simple number little ground about nearly between steady several because without final still"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 128,
    "fields": {
      "full_name": "Ben Brown",
      "email": "ben.brown@example.com",
      "age": 95,
      "preferences": {
        "genres": "various light number toward easy within still"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 129,
    "fields": {
      "full_name": "Deniz Patel",
      "email": "deniz.patel@example.org",
      "age": 82,
      "preferences": {
        "genres": "ready clear large total natural single"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 130,
    "fields": {
      "full_name": "Andre Taylor",
      "email": "andre.taylor@example.org",
      "age": 63,
      "preferences": {
        "genres": "given minor strong nearly outside record moving common bright other various large every follow small total"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 131,
    "fields": {
      "full_name": "Lina Wilson",
      "email": "lina.wilson@example.net",
      "age": 27,
      "preferences": {
        "genres": "along public normal summary update within close other record month large"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 132,
    "fields": {
      "full_name": "Grace Evans",
      "email": "grace.evans@example.org",
      "age": 29,
      "preferences": {
        "genres": "result quick"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 133,
    "fields": {
      "full_name": "Lena Fischer",
      "email": "lena.fischer@example.org",
      "age": 53,
      "preferences": {
        "genres": "summary strong matter happen great another update special support reason nearly about moving"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 134,
    "fields": {
      "full_name": "Noah Schneider",
      "email": "noah.schneider@example.com",
      "age": 57,
      "preferences": {
        "genres": "always ready whole after careful still simple quiet enough several recent month ground"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 135,
    "fields": {
      "full_name": "Daniel Tanaka",
      "email": "daniel.tanaka@example.org",
      "age": 46,
      "preferences": {
        "genres": "outside given summary another point because daily normal"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 136,
    "fields": {
      "full_name": "Deniz Vargas",
      "email": "deniz.vargas@example.net",
      "age": 95,
      "preferences": {
        "genres": "bright today point summary enough"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 137,
    "fields": {
      "full_name": "Isaac Hansen",
      "email": "isaac.hansen@example.com",
      "age": 88,
      "preferences": {
        "genres": "support local group little single steady because along careful inside special happen close period notice strong review whole every today"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 138,
    "fields": {
      "full_name": "Maya Oliveira",
      "email": "maya.oliveira@example.com",
      "age": 69,
      "preferences": {
        "genres": "notice plain ground summary small special issue yearly long early without daily large between outside"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 139,
    "fields": {
      "full_name": "Nour Sousa",
      "email": "nour.sousa@example.com",
      "age": 74,
      "preferences": {
        "genres": "because example steady within outside long another light great total record level second before around"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 140,
    "fields": {
      "full_name": "Omar Baker",
      "email": "omar.baker@example.com",
      "age": 60,
      "preferences": {
        "genres": "around given normal large"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 141,
    "fields": {
      "full_name": "Jade Hoffmann",
      "email": "jade.hoffmann@example.com",
      "age": 24,
      "preferences": {
        "genres": "period record within about"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 142,
    "fields": {
      "full_name": "Sara Baker",
      "email": "sara.baker@example.net",
      "age": 22,
      "preferences": {
        "genres": "various update major partial because inside"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 143,
    "fields": {
      "full_name": "Ben Cruz",
      "email": "ben.cruz@example.org",
      "age": 34,
      "preferences": {
        "genres": "other enough second minor always strong partial plain"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 144,
    "fields": {
      "full_name": "Hana Rossi",
      "email": "hana.rossi@example.com",
      "age": 61,
      "preferences": {
        "genres": "month total happen often short direct usual along high"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 145,
    "fields": {
      "full_name": "Marco Wagner",
      "email": "marco.wagner@example.org",
      "age": 60,
      "preferences": {
        "genres": "special quiet public small"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 146,
    "fields": {
      "full_name": "Mia Gupta",
      "email": "mia.gupta@example.org",
      "age": 37,
      "preferences": {
        "genres": "reason long yearly later"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 147,
    "fields": {
      "full_name": "Elena Brown",
      "email": "elena.brown@example.org",
      "age": 43,
      "preferences": {
        "genres": "single normal large record toward"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 148,
    "fields": {
      "full_name": "Ibrahim Tanaka",
      "email": "ibrahim.tanaka@example.net",
      "age": 91,
      "preferences": {
        "genres": "simple useful group level without light clear quick careful yearly toward moving"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 149,
    "fields": {
      "full_name": "Grace Lee",
      "email": "grace.lee@example.org",
      "age": 51,
      "preferences": {
        "genres": "follow morning quick always"
      }
    }
  },
  {
    "model": "app.user",
    "pk": 150,
    "fields": {
      "full_name": "Olivia Hassan",
      "email": "olivia.hassan@example.com",
      "age": 76,
      "preferences": {
        "genres": "recent yearly high morning after other happen period strong direct because long detail normal quiet without common close"
      }
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 1,
    "fields": {
      "user": 94,
      "book": 187,
      "percentage_completed": 77,
      "last_read_date": "2023-02-10",
      "start_date": "2023-04-03",
      "reading_time_minutes": 204
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 2,
    "fields": {
      "user": 57,
      "book": 48,
      "percentage_completed": 74,
      "last_read_date": "2023-09-08",
      "start_date": "2023-03-29",
      "reading_time_minutes": 438
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 3,
    "fields": {
      "user": 142,
      "book": 198,
      "percentage_completed": 58,
      "last_read_date": "2023-05-13",
      "start_date": "2023-02-19",
      "reading_time_minutes": 228
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 4,
    "fields": {
      "user": 67,
      "book": 48,
      "percentage_completed": 84,
      "last_read_date": "2023-01-28",
      "start_date": "2023-09-23",
      "reading_time_minutes": 353
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 5,
    "fields": {
      "user": 86,
      "book": 171,
      "percentage_completed": 99,
      "last_read_date": "2023-04-29",
      "start_date": "2023-09-25",
      "reading_time_minutes": 201
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 6,
    "fields": {
      "user": 23,
      "book": 139,
      "percentage_completed": 92,
      "last_read_date": "2023-08-08",
      "start_date": "2023-09-28",
      "reading_time_minutes": 373
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 7,
    "fields": {
      "user": 24,
      "book": 167,
      "percentage_completed": 19,
      "last_read_date": "2023-07-24",
      "start_date": "2023-02-04",
      "reading_time_minutes": 188
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 8,
    "fields": {
      "user": 83,
      "book": 167,
      "percentage_completed": 3,
      "last_read_date": "2023-03-31",
      "start_date": "2023-10-20",
      "reading_time_minutes": 394
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 9,
    "fields": {
      "user": 83,
      "book": 144,
      "percentage_completed": 97,
      "last_read_date": "2023-06-21",
      "start_date": "2023-04-06",
      "reading_time_minutes": 328
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 10,
    "fields": {
      "user": 30,
      "book": 144,
      "percentage_completed": 11,
      "last_read_date": "2023-10-16",
      "start_date": "2023-03-14",
      "reading_time_minutes": 299
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 11,
    "fields": {
      "user": 47,
      "book": 160,
      "percentage_completed": 58,
      "last_read_date": "2023-04-22",
      "start_date": "2023-07-29",
      "reading_time_minutes": 276
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 12,
    "fields": {
      "user": 123,
      "book": 162,
      "percentage_completed": 6,
      "last_read_date": "2023-06-12",
      "start_date": "2023-02-28",
      "reading_time_minutes": 288
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 13,
    "fields": {
      "user": 22,
      "book": 90,
      "percentage_completed": 91,
      "last_read_date": "2023-08-13",
      "start_date": "2023-02-19",
      "reading_time_minutes": 281
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 14,
    "fields": {
      "user": 11,
      "book": 150,
      "percentage_completed": 96,
      "last_read_date": "2023-08-02",
      "start_date": "2023-01-19",
      "reading_time_minutes": 153
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 15,
    "fields": {
      "user": 36,
      "book": 84,
      "percentage_completed": 98,
      "last_read_date": "2023-09-14",
      "start_date": "2023-06-25",
      "reading_time_minutes": 367
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 16,
    "fields": {
      "user": 19,
      "book": 138,
      "percentage_completed": 92,
      "last_read_date": "2023-05-03",
      "start_date": "2023-01-31",
      "reading_time_minutes": 148
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 17,
    "fields": {
      "user": 147,
      "book": 24,
      "percentage_completed": 32,
      "last_read_date": "2023-10-06",
      "start_date": "2023-01-28",
      "reading_time_minutes": 259
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 18,
    "fields": {
      "user": 132,
      "book": 125,
      "percentage_completed": 98,
      "last_read_date": "2023-06-16",
      "start_date": "2023-04-11",
      "reading_time_minutes": 235
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 19,
    "fields": {
      "user": 102,
      "book": 65,
      "percentage_completed": 46,
      "last_read_date": "2023-03-15",
      "start_date": "2023-10-01",
      "reading_time_minutes": 240
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 20,
    "fields": {
      "user": 114,
      "book": 128,
      "percentage_completed": 67,
      "last_read_date": "2023-10-13",
      "start_date": "2023-10-11",
      "reading_time_minutes": 233
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 21,
    "fields": {
      "user": 33,
      "book": 105,
      "percentage_completed": 93,
      "last_read_date": "2023-09-17",
      "start_date": "2023-05-16",
      "reading_time_minutes": 405
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 22,
    "fields": {
      "user": 47,
      "book": 10,
      "percentage_completed": 67,
      "last_read_date": "2023-07-30",
      "start_date": "2023-01-18",
      "reading_time_minutes": 362
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 23,
    "fields": {
      "user": 86,
      "book": 174,
      "percentage_completed": 96,
      "last_read_date": "2023-01-09",
      "start_date": "2023-07-06",
      "reading_time_minutes": 253
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 24,
    "fields": {
      "user": 48,
      "book": 45,
      "percentage_completed": 18,
      "last_read_date": "2023-02-05",
      "start_date": "2023-02-05",
      "reading_time_minutes": 352
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 25,
    "fields": {
      "user": 93,
      "book": 57,
      "percentage_completed": 99,
      "last_read_date": "2023-09-04",
      "start_date": "2023-09-25",
      "reading_time_minutes": 334
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 26,
    "fields": {
      "user": 109,
      "book": 155,
      "percentage_completed": 73,
      "last_read_date": "2023-05-22",
      "start_date": "2023-03-12",
      "reading_time_minutes": 338
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 27,
    "fields": {
      "user": 69,
      "book": 62,
      "percentage_completed": 18,
      "last_read_date": "2023-04-03",
      "start_date": "2023-09-08",
      "reading_time_minutes": 314
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 28,
    "fields": {
      "user": 19,
      "book": 11,
      "percentage_completed": 95,
      "last_read_date": "2023-05-14",
      "start_date": "2023-09-09",
      "reading_time_minutes": 326
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 29,
    "fields": {
      "user": 46,
      "book": 176,
      "percentage_completed": 18,
      "last_read_date": "2023-06-08",
      "start_date": "2023-10-27",
      "reading_time_minutes": 236
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 30,
    "fields": {
      "user": 26,
      "book": 12,
      "percentage_completed": 79,
      "last_read_date": "2023-06-10",
      "start_date": "2023-03-14",
      "reading_time_minutes": 250
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 31,
    "fields": {
      "user": 47,
      "book": 120,
      "percentage_completed": 98,
      "last_read_date": "2023-04-24",
      "start_date": "2023-02-04",
      "reading_time_minutes": 273
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 32,
    "fields": {
      "user": 85,
      "book": 117,
      "percentage_completed": 94,
      "last_read_date": "2023-07-29",
      "start_date": "2023-08-17",
      "reading_time_minutes": 356
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 33,
    "fields": {
      "user": 142,
      "book": 1,
      "percentage_completed": 87,
      "last_read_date": "2023-09-23",
      "start_date": "2023-03-08",
      "reading_time_minutes": 323
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 34,
    "fields": {
      "user": 124,
      "book": 88,
      "percentage_completed": 82,
      "last_read_date": "2023-09-14",
      "start_date": "2023-07-23",
      "reading_time_minutes": 376
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 35,
    "fields": {
      "user": 33,
      "book": 185,
      "percentage_completed": 30,
      "last_read_date": "2023-03-28",
      "start_date": "2023-07-02",
      "reading_time_minutes": 242
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 36,
    "fields": {
      "user": 124,
      "book": 140,
      "percentage_completed": 65,
      "last_read_date": "2023-06-04",
      "start_date": "2023-04-04",
      "reading_time_minutes": 388
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 37,
    "fields": {
      "user": 51,
      "book": 17,
      "percentage_completed": 97,
      "last_read_date": "2023-06-24",
      "start_date": "2023-06-20",
      "reading_time_minutes": 275
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 38,
    "fields": {
      "user": 3,
      "book": 83,
      "percentage_completed": 97,
      "last_read_date": "2023-10-16",
      "start_date": "2023-04-07",
      "reading_time_minutes": 254
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 39,
    "fields": {
      "user": 79,
      "book": 181,
      "percentage_completed": 26,
      "last_read_date": "2023-03-21",
      "start_date": "2023-01-01",
      "reading_time_minutes": 361
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 40,
    "fields": {
      "user": 89,
      "book": 28,
      "percentage_completed": 4,
      "last_read_date": "2023-08-22",
      "start_date": "2023-08-14",
      "reading_time_minutes": 205
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 41,
    "fields": {
      "user": 30,
      "book": 46,
      "percentage_completed": 82,
      "last_read_date": "2023-10-27",
      "start_date": "2023-09-27",
      "reading_time_minutes": 272
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 42,
    "fields": {
      "user": 121,
      "book": 39,
      "percentage_completed": 78,
      "last_read_date": "2023-09-25",
      "start_date": "2023-10-20",
      "reading_time_minutes": 228
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 43,
    "fields": {
      "user": 31,
      "book": 9,
      "percentage_completed": 99,
      "last_read_date": "2023-08-29",
      "start_date": "2023-06-14",
      "reading_time_minutes": 352
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 44,
    "fields": {
      "user": 51,
      "book": 38,
      "percentage_completed": 2,
      "last_read_date": "2023-09-27",
      "start_date": "2023-09-08",
      "reading_time_minutes": 283
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 45,
    "fields": {
      "user": 53,
      "book": 150,
      "percentage_completed": 4,
      "last_read_date": "2023-04-21",
      "start_date": "2023-08-11",
      "reading_time_minutes": 276
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 46,
    "fields": {
      "user": 8,
      "book": 66,
      "percentage_completed": 18,
      "last_read_date": "2023-01-24",
      "start_date": "2023-09-27",
      "reading_time_minutes": 219
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 47,
    "fields": {
      "user": 50,
      "book": 134,
      "percentage_completed": 64,
      "last_read_date": "2023-03-19",
      "start_date": "2023-05-11",
      "reading_time_minutes": 220
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 48,
    "fields": {
      "user": 26,
      "book": 42,
      "percentage_completed": 75,
      "last_read_date": "2023-08-31",
      "start_date": "2023-07-28",
      "reading_time_minutes": 221
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 49,
    "fields": {
      "user": 145,
      "book": 14,
      "percentage_completed": 66,
      "last_read_date": "2023-01-21",
      "start_date": "2023-07-09",
      "reading_time_minutes": 336
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 50,
    "fields": {
      "user": 135,
      "book": 160,
      "percentage_completed": 25,
      "last_read_date": "2023-03-06",
      "start_date": "2023-08-23",
      "reading_time_minutes": 455
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 51,
    "fields": {
      "user": 54,
      "book": 145,
      "percentage_completed": 26,
      "last_read_date": "2023-08-01",
      "start_date": "2023-09-23",
      "reading_time_minutes": 174
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 52,
    "fields": {
      "user": 113,
      "book": 12,
      "percentage_completed": 53,
      "last_read_date": "2023-07-02",
      "start_date": "2023-06-12",
      "reading_time_minutes": 86
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 53,
    "fields": {
      "user": 54,
      "book": 154,
      "percentage_completed": 90,
      "last_read_date": "2023-08-05",
      "start_date": "2023-08-20",
      "reading_time_minutes": 401
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 54,
    "fields": {
      "user": 54,
      "book": 157,
      "percentage_completed": 100,
      "last_read_date": "2023-06-03",
      "start_date": "2023-06-03",
      "reading_time_minutes": 170
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 55,
    "fields": {
      "user": 21,
      "book": 65,
      "percentage_completed": 99,
      "last_read_date": "2023-04-29",
      "start_date": "2023-03-13",
      "reading_time_minutes": 230
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 56,
    "fields": {
      "user": 23,
      "book": 158,
      "percentage_completed": 72,
      "last_read_date": "2023-06-11",
      "start_date": "2023-04-18",
      "reading_time_minutes": 245
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 57,
    "fields": {
      "user": 141,
      "book": 192,
      "percentage_completed": 90,
      "last_read_date": "2023-10-22",
      "start_date": "2023-04-09",
      "reading_time_minutes": 306
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 58,
    "fields": {
      "user": 46,
      "book": 175,
      "percentage_completed": 57,
      "last_read_date": "2023-10-17",
      "start_date": "2023-07-09",
      "reading_time_minutes": 450
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 59,
    "fields": {
      "user": 12,
      "book": 48,
      "percentage_completed": 94,
      "last_read_date": "2023-02-02",
      "start_date": "2023-05-22",
      "reading_time_minutes": 327
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 60,
    "fields": {
      "user": 51,
      "book": 74,
      "percentage_completed": 90,
      "last_read_date": "2023-02-10",
      "start_date": "2023-06-25",
      "reading_time_minutes": 243
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 61,
    "fields": {
      "user": 30,
      "book": 165,
      "percentage_completed": 48,
      "last_read_date": "2023-06-21",
      "start_date": "2023-06-04",
      "reading_time_minutes": 481
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 62,
    "fields": {
      "user": 69,
      "book": 105,
      "percentage_completed": 1,
      "last_read_date": "2023-01-14",
      "start_date": "2023-08-26",
      "reading_time_minutes": 286
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 63,
    "fields": {
      "user": 10,
      "book": 56,
      "percentage_completed": 99,
      "last_read_date": "2023-03-27",
      "start_date": "2023-04-14",
      "reading_time_minutes": 225
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 64,
    "fields": {
      "user": 32,
      "book": 162,
      "percentage_completed": 35,
      "last_read_date": "2023-05-28",
      "start_date": "2023-10-08",
      "reading_time_minutes": 141
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 65,
    "fields": {
      "user": 11,
      "book": 117,
      "percentage_completed": 87,
      "last_read_date": "2023-10-16",
      "start_date": "2023-07-26",
      "reading_time_minutes": 264
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 66,
    "fields": {
      "user": 110,
      "book": 178,
      "percentage_completed": 12,
      "last_read_date": "2023-07-05",
      "start_date": "2023-01-27",
      "reading_time_minutes": 300
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 67,
    "fields": {
      "user": 122,
      "book": 157,
      "percentage_completed": 99,
      "last_read_date": "2023-07-16",
      "start_date": "2023-08-09",
      "reading_time_minutes": 374
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 68,
    "fields": {
      "user": 150,
      "book": 42,
      "percentage_completed": 99,
      "last_read_date": "2023-03-18",
      "start_date": "2023-04-15",
      "reading_time_minutes": 334
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 69,
    "fields": {
      "user": 118,
      "book": 115,
      "percentage_completed": 19,
      "last_read_date": "2023-03-23",
      "start_date": "2023-01-14",
      "reading_time_minutes": 268
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 70,
    "fields": {
      "user": 123,
      "book": 49,
      "percentage_completed": 38,
      "last_read_date": "2023-10-17",
      "start_date": "2023-02-07",
      "reading_time_minutes": 414
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 71,
    "fields": {
      "user": 58,
      "book": 91,
      "percentage_completed": 99,
      "last_read_date": "2023-06-18",
      "start_date": "2023-04-07",
      "reading_time_minutes": 144
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 72,
    "fields": {
      "user": 150,
      "book": 133,
      "percentage_completed": 99,
      "last_read_date": "2023-10-20",
      "start_date": "2023-08-15",
      "reading_time_minutes": 302
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 73,
    "fields": {
      "user": 23,
      "book": 16,
      "percentage_completed": 14,
      "last_read_date": "2023-09-08",
      "start_date": "2023-02-09",
      "reading_time_minutes": 269
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 74,
    "fields": {
      "user": 141,
      "book": 5,
      "percentage_completed": 47,
      "last_read_date": "2023-08-27",
      "start_date": "2023-03-17",
      "reading_time_minutes": 264
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 75,
    "fields": {
      "user": 136,
      "book": 55,
      "percentage_completed": 98,
      "last_read_date": "2023-07-08",
      "start_date": "2023-08-20",
      "reading_time_minutes": 260
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 76,
    "fields": {
      "user": 36,
      "book": 26,
      "percentage_completed": 49,
      "last_read_date": "2023-07-07",
      "start_date": "2023-06-18",
      "reading_time_minutes": 351
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 77,
    "fields": {
      "user": 75,
      "book": 155,
      "percentage_completed": 34,
      "last_read_date": "2023-04-17",
      "start_date": "2023-09-30",
      "reading_time_minutes": 349
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 78,
    "fields": {
      "user": 126,
      "book": 124,
      "percentage_completed": 21,
      "last_read_date": "2023-10-10",
      "start_date": "2023-08-27",
      "reading_time_minutes": 239
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 79,
    "fields": {
      "user": 79,
      "book": 72,
      "percentage_completed": 94,
      "last_read_date": "2023-10-20",
      "start_date": "2023-09-04",
      "reading_time_minutes": 218
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 80,
    "fields": {
      "user": 89,
      "book": 5,
      "percentage_completed": 65,
      "last_read_date": "2023-10-15",
      "start_date": "2023-06-29",
      "reading_time_minutes": 351
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 81,
    "fields": {
      "user": 11,
      "book": 140,
      "percentage_completed": 100,
      "last_read_date": "2023-03-14",
      "start_date": "2023-02-20",
      "reading_time_minutes": 398
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 82,
    "fields": {
      "user": 79,
      "book": 144,
      "percentage_completed": 63,
      "last_read_date": "2023-04-14",
      "start_date": "2023-09-01",
      "reading_time_minutes": 346
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 83,
    "fields": {
      "user": 50,
      "book": 131,
      "percentage_completed": 94,
      "last_read_date": "2023-05-23",
      "start_date": "2023-09-17",
      "reading_time_minutes": 387
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 84,
    "fields": {
      "user": 103,
      "book": 173,
      "percentage_completed": 83,
      "last_read_date": "2023-01-09",
      "start_date": "2023-09-24",
      "reading_time_minutes": 484
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 85,
    "fields": {
      "user": 51,
      "book": 96,
      "percentage_completed": 13,
      "last_read_date": "2023-10-03",
      "start_date": "2023-10-15",
      "reading_time_minutes": 274
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 86,
    "fields": {
      "user": 141,
      "book": 64,
      "percentage_completed": 30,
      "last_read_date": "2023-09-18",
      "start_date": "2023-01-25",
      "reading_time_minutes": 395
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 87,
    "fields": {
      "user": 57,
      "book": 23,
      "percentage_completed": 13,
      "last_read_date": "2023-08-24",
      "start_date": "2023-06-14",
      "reading_time_minutes": 453
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 88,
    "fields": {
      "user": 99,
      "book": 125,
      "percentage_completed": 53,
      "last_read_date": "2023-01-07",
      "start_date": "2023-03-27",
      "reading_time_minutes": 284
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 89,
    "fields": {
      "user": 83,
      "book": 125,
      "percentage_completed": 100,
      "last_read_date": "2023-07-25",
      "start_date": "2023-06-29",
      "reading_time_minutes": 314
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 90,
    "fields": {
      "user": 144,
      "book": 101,
      "percentage_completed": 55,
      "last_read_date": "2023-08-28",
      "start_date": "2023-08-29",
      "reading_time_minutes": 187
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 91,
    "fields": {
      "user": 140,
      "book": 196,
      "percentage_completed": 56,
      "last_read_date": "2023-04-28",
      "start_date": "2023-06-23",
      "reading_time_minutes": 318
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 92,
    "fields": {
      "user": 111,
      "book": 186,
      "percentage_completed": 38,
      "last_read_date": "2023-07-26",
      "start_date": "2023-07-05",
      "reading_time_minutes": 147
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 93,
    "fields": {
      "user": 67,
      "book": 193,
      "percentage_completed": 87,
      "last_read_date": "2023-02-02",
      "start_date": "2023-04-18",
      "reading_time_minutes": 219
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 94,
    "fields": {
      "user": 69,
      "book": 185,
      "percentage_completed": 81,
      "last_read_date": "2023-10-31",
      "start_date": "2023-08-19",
      "reading_time_minutes": 367
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 95,
    "fields": {
      "user": 115,
      "book": 154,
      "percentage_completed": 29,
      "last_read_date": "2023-08-19",
      "start_date": "2023-05-27",
      "reading_time_minutes": 172
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 96,
    "fields": {
      "user": 140,
      "book": 99,
      "percentage_completed": 68,
      "last_read_date": "2023-09-25",
      "start_date": "2023-03-30",
      "reading_time_minutes": 438
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 97,
    "fields": {
      "user": 89,
      "book": 23,
      "percentage_completed": 88,
      "last_read_date": "2023-07-15",
      "start_date": "2023-03-10",
      "reading_time_minutes": 155
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 98,
    "fields": {
      "user": 23,
      "book": 181,
      "percentage_completed": 81,
      "last_read_date": "2023-09-28",
      "start_date": "2023-03-12",
      "reading_time_minutes": 227
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 99,
    "fields": {
      "user": 117,
      "book": 117,
      "percentage_completed": 50,
      "last_read_date": "2023-02-20",
      "start_date": "2023-07-03",
      "reading_time_minutes": 362
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 100,
    "fields": {
      "user": 62,
      "book": 178,
      "percentage_completed": 86,
      "last_read_date": "2023-05-23",
      "start_date": "2023-04-03",
      "reading_time_minutes": 299
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 101,
    "fields": {
      "user": 9,
      "book": 91,
      "percentage_completed": 59,
      "last_read_date": "2023-04-22",
      "start_date": "2023-07-04",
      "reading_time_minutes": 290
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 102,
    "fields": {
      "user": 16,
      "book": 131,
      "percentage_completed": 9,
      "last_read_date": "2023-10-06",
      "start_date": "2023-02-13",
      "reading_time_minutes": 301
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 103,
    "fields": {
      "user": 21,
      "book": 8,
      "percentage_completed": 90,
      "last_read_date": "2023-09-12",
      "start_date": "2023-09-06",
      "reading_time_minutes": 340
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 104,
    "fields": {
      "user": 54,
      "book": 90,
      "percentage_completed": 85,
      "last_read_date": "2023-09-09",
      "start_date": "2023-03-02",
      "reading_time_minutes": 372
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 105,
    "fields": {
      "user": 146,
      "book": 13,
      "percentage_completed": 51,
      "last_read_date": "2023-09-25",
      "start_date": "2023-01-05",
      "reading_time_minutes": 196
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 106,
    "fields": {
      "user": 128,
      "book": 74,
      "percentage_completed": 12,
      "last_read_date": "2023-02-18",
      "start_date": "2023-01-01",
      "reading_time_minutes": 354
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 107,
    "fields": {
      "user": 111,
      "book": 30,
      "percentage_completed": 100,
      "last_read_date": "2023-10-31",
      "start_date": "2023-09-22",
      "reading_time_minutes": 394
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 108,
    "fields": {
      "user": 136,
      "book": 83,
      "percentage_completed": 90,
      "last_read_date": "2023-08-03",
      "start_date": "2023-05-18",
      "reading_time_minutes": 401
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 109,
    "fields": {
      "user": 75,
      "book": 199,
      "percentage_completed": 17,
      "last_read_date": "2023-09-25",
      "start_date": "2023-02-10",
      "reading_time_minutes": 199
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 110,
    "fields": {
      "user": 48,
      "book": 59,
      "percentage_completed": 97,
      "last_read_date": "2023-09-14",
      "start_date": "2023-07-03",
      "reading_time_minutes": 303
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 111,
    "fields": {
      "user": 14,
      "book": 83,
      "percentage_completed": 56,
      "last_read_date": "2023-08-23",
      "start_date": "2023-02-25",
      "reading_time_minutes": 409
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 112,
    "fields": {
      "user": 135,
      "book": 121,
      "percentage_completed": 94,
      "last_read_date": "2023-09-16",
      "start_date": "2023-05-05",
      "reading_time_minutes": 210
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 113,
    "fields": {
      "user": 15,
      "book": 33,
      "percentage_completed": 87,
      "last_read_date": "2023-08-28",
      "start_date": "2023-08-10",
      "reading_time_minutes": 271
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 114,
    "fields": {
      "user": 13,
      "book": 94,
      "percentage_completed": 99,
      "last_read_date": "2023-03-06",
      "start_date": "2023-10-10",
      "reading_time_minutes": 404
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 115,
    "fields": {
      "user": 68,
      "book": 42,
      "percentage_completed": 84,
      "last_read_date": "2023-10-26",
      "start_date": "2023-09-03",
      "reading_time_minutes": 278
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 116,
    "fields": {
      "user": 139,
      "book": 9,
      "percentage_completed": 60,
      "last_read_date": "2023-08-24",
      "start_date": "2023-02-19",
      "reading_time_minutes": 255
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 117,
    "fields": {
      "user": 30,
      "book": 51,
      "percentage_completed": 86,
      "last_read_date": "2023-01-01",
      "start_date": "2023-10-09",
      "reading_time_minutes": 319
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 118,
    "fields": {
      "user": 48,
      "book": 198,
      "percentage_completed": 77,
      "last_read_date": "2023-02-07",
      "start_date": "2023-08-17",
      "reading_time_minutes": 227
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 119,
    "fields": {
      "user": 109,
      "book": 35,
      "percentage_completed": 98,
      "last_read_date": "2023-05-23",
      "start_date": "2023-10-31",
      "reading_time_minutes": 322
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 120,
    "fields": {
      "user": 3,
      "book": 1,
      "percentage_completed": 93,
      "last_read_date": "2023-08-21",
      "start_date": "2023-08-05",
      "reading_time_minutes": 276
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 121,
    "fields": {
      "user": 22,
      "book": 196,
      "percentage_completed": 93,
      "last_read_date": "2023-04-29",
      "start_date": "2023-08-04",
      "reading_time_minutes": 416
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 122,
    "fields": {
      "user": 6,
      "book": 139,
      "percentage_completed": 94,
      "last_read_date": "2023-10-05",
      "start_date": "2023-08-15",
      "reading_time_minutes": 226
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 123,
    "fields": {
      "user": 55,
      "book": 192,
      "percentage_completed": 31,
      "last_read_date": "2023-09-15",
      "start_date": "2023-03-21",
      "reading_time_minutes": 428
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 124,
    "fields": {
      "user": 55,
      "book": 198,
      "percentage_completed": 9,
      "last_read_date": "2023-04-06",
      "start_date": "2023-02-03",
      "reading_time_minutes": 299
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 125,
    "fields": {
      "user": 71,
      "book": 87,
      "percentage_completed": 31,
      "last_read_date": "2023-08-12",
      "start_date": "2023-09-05",
      "reading_time_minutes": 243
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 126,
    "fields": {
      "user": 58,
      "book": 147,
      "percentage_completed": 55,
      "last_read_date": "2023-08-16",
      "start_date": "2023-06-14",
      "reading_time_minutes": 320
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 127,
    "fields": {
      "user": 56,
      "book": 131,
      "percentage_completed": 97,
      "last_read_date": "2023-05-14",
      "start_date": "2023-09-04",
      "reading_time_minutes": 327
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 128,
    "fields": {
      "user": 88,
      "book": 126,
      "percentage_completed": 65,
      "last_read_date": "2023-08-01",
      "start_date": "2023-05-07",
      "reading_time_minutes": 320
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 129,
    "fields": {
      "user": 128,
      "book": 45,
      "percentage_completed": 57,
      "last_read_date": "2023-08-11",
      "start_date": "2023-04-09",
      "reading_time_minutes": 156
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 130,
    "fields": {
      "user": 28,
      "book": 129,
      "percentage_completed": 40,
      "last_read_date": "2023-10-29",
      "start_date": "2023-02-17",
      "reading_time_minutes": 328
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 131,
    "fields": {
      "user": 79,
      "book": 110,
      "percentage_completed": 87,
      "last_read_date": "2023-06-16",
      "start_date": "2023-04-18",
      "reading_time_minutes": 295
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 132,
    "fields": {
      "user": 6,
      "book": 39,
      "percentage_completed": 16,
      "last_read_date": "2023-05-31",
      "start_date": "2023-06-13",
      "reading_time_minutes": 423
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 133,
    "fields": {
      "user": 106,
      "book": 1,
      "percentage_completed": 65,
      "last_read_date": "2023-07-21",
      "start_date": "2023-09-24",
      "reading_time_minutes": 333
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 134,
    "fields": {
      "user": 75,
      "book": 198,
      "percentage_completed": 40,
      "last_read_date": "2023-06-20",
      "start_date": "2023-06-11",
      "reading_time_minutes": 452
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 135,
    "fields": {
      "user": 115,
      "book": 116,
      "percentage_completed": 34,
      "last_read_date": "2023-03-23",
      "start_date": "2023-04-16",
      "reading_time_minutes": 480
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 136,
    "fields": {
      "user": 89,
      "book": 46,
      "percentage_completed": 21,
      "last_read_date": "2023-09-23",
      "start_date": "2023-02-19",
      "reading_time_minutes": 249
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 137,
    "fields": {
      "user": 30,
      "book": 186,
      "percentage_completed": 100,
      "last_read_date": "2023-04-21",
      "start_date": "2023-06-27",
      "reading_time_minutes": 411
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 138,
    "fields": {
      "user": 74,
      "book": 119,
      "percentage_completed": 88,
      "last_read_date": "2023-07-04",
      "start_date": "2023-10-26",
      "reading_time_minutes": 303
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 139,
    "fields": {
      "user": 53,
      "book": 110,
      "percentage_completed": 64,
      "last_read_date": "2023-03-17",
      "start_date": "2023-07-14",
      "reading_time_minutes": 336
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 140,
    "fields": {
      "user": 45,
      "book": 63,
      "percentage_completed": 90,
      "last_read_date": "2023-03-31",
      "start_date": "2023-07-22",
      "reading_time_minutes": 411
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 141,
    "fields": {
      "user": 103,
      "book": 134,
      "percentage_completed": 31,
      "last_read_date": "2023-03-10",
      "start_date": "2023-10-01",
      "reading_time_minutes": 424
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 142,
    "fields": {
      "user": 32,
      "book": 84,
      "percentage_completed": 95,
      "last_read_date": "2023-05-22",
      "start_date": "2023-07-01",
      "reading_time_minutes": 195
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 143,
    "fields": {
      "user": 82,
      "book": 180,
      "percentage_completed": 28,
      "last_read_date": "2023-05-03",
      "start_date": "2023-08-10",
      "reading_time_minutes": 173
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 144,
    "fields": {
      "user": 60,
      "book": 53,
      "percentage_completed": 65,
      "last_read_date": "2023-04-14",
      "start_date": "2023-10-31",
      "reading_time_minutes": 242
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 145,
    "fields": {
      "user": 76,
      "book": 91,
      "percentage_completed": 69,
      "last_read_date": "2023-02-13",
      "start_date": "2023-06-06",
      "reading_time_minutes": 162
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 146,
    "fields": {
      "user": 33,
      "book": 52,
      "percentage_completed": 96,
      "last_read_date": "2023-09-25",
      "start_date": "2023-10-01",
      "reading_time_minutes": 358
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 147,
    "fields": {
      "user": 82,
      "book": 145,
      "percentage_completed": 8,
      "last_read_date": "2023-08-09",
      "start_date": "2023-06-26",
      "reading_time_minutes": 93
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 148,
    "fields": {
      "user": 30,
      "book": 150,
      "percentage_completed": 100,
      "last_read_date": "2023-10-15",
      "start_date": "2023-04-30",
      "reading_time_minutes": 379
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 149,
    "fields": {
      "user": 80,
      "book": 112,
      "percentage_completed": 99,
      "last_read_date": "2023-01-29",
      "start_date": "2023-05-15",
      "reading_time_minutes": 353
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 150,
    "fields": {
      "user": 3,
      "book": 196,
      "percentage_completed": 99,
      "last_read_date": "2023-07-23",
      "start_date": "2023-07-30",
      "reading_time_minutes": 364
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 151,
    "fields": {
      "user": 14,
      "book": 162,
      "percentage_completed": 92,
      "last_read_date": "2023-06-23",
      "start_date": "2023-10-09",
      "reading_time_minutes": 461
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 152,
    "fields": {
      "user": 124,
      "book": 42,
      "percentage_completed": 59,
      "last_read_date": "2023-09-24",
      "start_date": "2023-08-18",
      "reading_time_minutes": 274
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 153,
    "fields": {
      "user": 19,
      "book": 6,
      "percentage_completed": 35,
      "last_read_date": "2023-10-28",
      "start_date": "2023-02-13",
      "reading_time_minutes": 367
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 154,
    "fields": {
      "user": 149,
      "book": 91,
      "percentage_completed": 93,
      "last_read_date": "2023-01-02",
      "start_date": "2023-05-23",
      "reading_time_minutes": 349
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 155,
    "fields": {
      "user": 29,
      "book": 87,
      "percentage_completed": 72,
      "last_read_date": "2023-01-28",
      "start_date": "2023-09-29",
      "reading_time_minutes": 316
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 156,
    "fields": {
      "user": 140,
      "book": 79,
      "percentage_completed": 93,
      "last_read_date": "2023-10-27",
      "start_date": "2023-07-26",
      "reading_time_minutes": 278
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 157,
    "fields": {
      "user": 37,
      "book": 122,
      "percentage_completed": 30,
      "last_read_date": "2023-10-14",
      "start_date": "2023-06-17",
      "reading_time_minutes": 420
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 158,
    "fields": {
      "user": 40,
      "book": 126,
      "percentage_completed": 38,
      "last_read_date": "2023-07-28",
      "start_date": "2023-10-10",
      "reading_time_minutes": 325
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 159,
    "fields": {
      "user": 50,
      "book": 3,
      "percentage_completed": 48,
      "last_read_date": "2023-01-28",
      "start_date": "2023-03-13",
      "reading_time_minutes": 208
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 160,
    "fields": {
      "user": 118,
      "book": 5,
      "percentage_completed": 99,
      "last_read_date": "2023-03-26",
      "start_date": "2023-09-03",
      "reading_time_minutes": 219
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 161,
    "fields": {
      "user": 86,
      "book": 173,
      "percentage_completed": 53,
      "last_read_date": "2023-10-11",
      "start_date": "2023-06-18",
      "reading_time_minutes": 284
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 162,
    "fields": {
      "user": 11,
      "book": 2,
      "percentage_completed": 38,
      "last_read_date": "2023-03-19",
      "start_date": "2023-10-03",
      "reading_time_minutes": 421
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 163,
    "fields": {
      "user": 6,
      "book": 33,
      "percentage_completed": 73,
      "last_read_date": "2023-09-11",
      "start_date": "2023-10-26",
      "reading_time_minutes": 360
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 164,
    "fields": {
      "user": 85,
      "book": 42,
      "percentage_completed": 98,
      "last_read_date": "2023-10-25",
      "start_date": "2023-07-30",
      "reading_time_minutes": 300
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 165,
    "fields": {
      "user": 77,
      "book": 93,
      "percentage_completed": 98,
      "last_read_date": "2023-06-19",
      "start_date": "2023-07-24",
      "reading_time_minutes": 223
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 166,
    "fields": {
      "user": 143,
      "book": 107,
      "percentage_completed": 83,
      "last_read_date": "2023-08-07",
      "start_date": "2023-04-09",
      "reading_time_minutes": 194
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 167,
    "fields": {
      "user": 49,
      "book": 60,
      "percentage_completed": 60,
      "last_read_date": "2023-07-24",
      "start_date": "2023-06-19",
      "reading_time_minutes": 226
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 168,
    "fields": {
      "user": 145,
      "book": 76,
      "percentage_completed": 46,
      "last_read_date": "2023-03-27",
      "start_date": "2023-05-21",
      "reading_time_minutes": 473
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 169,
    "fields": {
      "user": 121,
      "book": 54,
      "percentage_completed": 97,
      "last_read_date": "2023-09-06",
      "start_date": "2023-07-02",
      "reading_time_minutes": 297
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 170,
    "fields": {
      "user": 99,
      "book": 147,
      "percentage_completed": 99,
      "last_read_date": "2023-10-12",
      "start_date": "2023-06-16",
      "reading_time_minutes": 246
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 171,
    "fields": {
      "user": 13,
      "book": 91,
      "percentage_completed": 87,
      "last_read_date": "2023-10-11",
      "start_date": "2023-07-05",
      "reading_time_minutes": 119
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 172,
    "fields": {
      "user": 53,
      "book": 66,
      "percentage_completed": 58,
      "last_read_date": "2023-05-23",
      "start_date": "2023-05-23",
      "reading_time_minutes": 356
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 173,
    "fields": {
      "user": 69,
      "book": 77,
      "percentage_completed": 96,
      "last_read_date": "2023-08-29",
      "start_date": "2023-02-11",
      "reading_time_minutes": 256
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 174,
    "fields": {
      "user": 119,
      "book": 8,
      "percentage_completed": 27,
      "last_read_date": "2023-08-29",
      "start_date": "2023-06-05",
      "reading_time_minutes": 220
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 175,
    "fields": {
      "user": 134,
      "book": 111,
      "percentage_completed": 60,
      "last_read_date": "2023-03-28",
      "start_date": "2023-08-21",
      "reading_time_minutes": 373
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 176,
    "fields": {
      "user": 106,
      "book": 178,
      "percentage_completed": 100,
      "last_read_date": "2023-10-05",
      "start_date": "2023-05-10",
      "reading_time_minutes": 342
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 177,
    "fields": {
      "user": 137,
      "book": 70,
      "percentage_completed": 89,
      "last_read_date": "2023-06-11",
      "start_date": "2023-09-08",
      "reading_time_minutes": 285
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 178,
    "fields": {
      "user": 43,
      "book": 62,
      "percentage_completed": 65,
      "last_read_date": "2023-07-30",
      "start_date": "2023-09-29",
      "reading_time_minutes": 312
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 179,
    "fields": {
      "user": 92,
      "book": 28,
      "percentage_completed": 98,
      "last_read_date": "2023-04-14",
      "start_date": "2023-06-27",
      "reading_time_minutes": 254
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 180,
    "fields": {
      "user": 44,
      "book": 73,
      "percentage_completed": 99,
      "last_read_date": "2023-10-21",
      "start_date": "2023-09-15",
      "reading_time_minutes": 222
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 181,
    "fields": {
      "user": 104,
      "book": 34,
      "percentage_completed": 63,
      "last_read_date": "2023-05-24",
      "start_date": "2023-01-18",
      "reading_time_minutes": 257
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 182,
    "fields": {
      "user": 81,
      "book": 153,
      "percentage_completed": 47,
      "last_read_date": "2023-03-31",
      "start_date": "2023-04-03",
      "reading_time_minutes": 363
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 183,
    "fields": {
      "user": 21,
      "book": 106,
      "percentage_completed": 69,
      "last_read_date": "2023-10-26",
      "start_date": "2023-06-10",
      "reading_time_minutes": 302
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 184,
    "fields": {
      "user": 44,
      "book": 109,
      "percentage_completed": 97,
      "last_read_date": "2023-07-28",
      "start_date": "2023-09-29",
      "reading_time_minutes": 283
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 185,
    "fields": {
      "user": 53,
      "book": 197,
      "percentage_completed": 58,
      "last_read_date": "2023-01-14",
      "start_date": "2023-03-27",
      "reading_time_minutes": 346
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 186,
    "fields": {
      "user": 143,
      "book": 54,
      "percentage_completed": 99,
      "last_read_date": "2023-07-12",
      "start_date": "2023-03-09",
      "reading_time_minutes": 411
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 187,
    "fields": {
      "user": 99,
      "book": 7,
      "percentage_completed": 96,
      "last_read_date": "2023-09-29",
      "start_date": "2023-06-25",
      "reading_time_minutes": 317
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 188,
    "fields": {
      "user": 114,
      "book": 12,
      "percentage_completed": 94,
      "last_read_date": "2023-06-10",
      "start_date": "2023-01-21",
      "reading_time_minutes": 256
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 189,
    "fields": {
      "user": 147,
      "book": 194,
      "percentage_completed": 38,
      "last_read_date": "2023-10-11",
      "start_date": "2023-03-12",
      "reading_time_minutes": 329
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 190,
    "fields": {
      "user": 149,
      "book": 15,
      "percentage_completed": 61,
      "last_read_date": "2023-03-16",
      "start_date": "2023-01-12",
      "reading_time_minutes": 352
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 191,
    "fields": {
      "user": 114,
      "book": 67,
      "percentage_completed": 7,
      "last_read_date": "2023-09-20",
      "start_date": "2023-07-27",
      "reading_time_minutes": 379
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 192,
    "fields": {
      "user": 122,
      "book": 113,
      "percentage_completed": 70,
      "last_read_date": "2023-04-27",
      "start_date": "2023-09-05",
      "reading_time_minutes": 345
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 193,
    "fields": {
      "user": 69,
      "book": 94,
      "percentage_completed": 41,
      "last_read_date": "2023-03-29",
      "start_date": "2023-04-20",
      "reading_time_minutes": 300
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 194,
    "fields": {
      "user": 43,
      "book": 85,
      "percentage_completed": 3,
      "last_read_date": "2023-03-04",
      "start_date": "2023-06-29",
      "reading_time_minutes": 346
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 195,
    "fields": {
      "user": 26,
      "book": 159,
      "percentage_completed": 60,
      "last_read_date": "2023-07-17",
      "start_date": "2023-01-15",
      "reading_time_minutes": 378
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 196,
    "fields": {
      "user": 87,
      "book": 175,
      "percentage_completed": 78,
      "last_read_date": "2023-05-17",
      "start_date": "2023-10-10",
      "reading_time_minutes": 404
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 197,
    "fields": {
      "user": 5,
      "book": 10,
      "percentage_completed": 16,
      "last_read_date": "2023-07-22",
      "start_date": "2023-05-07",
      "reading_time_minutes": 452
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 198,
    "fields": {
      "user": 94,
      "book": 30,
      "percentage_completed": 99,
      "last_read_date": "2023-07-25",
      "start_date": "2023-10-28",
      "reading_time_minutes": 338
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 199,
    "fields": {
      "user": 82,
      "book": 50,
      "percentage_completed": 9,
      "last_read_date": "2023-08-11",
      "start_date": "2023-03-25",
      "reading_time_minutes": 335
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 200,
    "fields": {
      "user": 32,
      "book": 169,
      "percentage_completed": 99,
      "last_read_date": "2023-05-25",
      "start_date": "2023-06-27",
      "reading_time_minutes": 35
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 201,
    "fields": {
      "user": 67,
      "book": 109,
      "percentage_completed": 44,
      "last_read_date": "2023-05-30",
      "start_date": "2023-07-09",
      "reading_time_minutes": 306
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 202,
    "fields": {
      "user": 122,
      "book": 82,
      "percentage_completed": 62,
      "last_read_date": "2023-10-15",
      "start_date": "2023-02-09",
      "reading_time_minutes": 229
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 203,
    "fields": {
      "user": 109,
      "book": 156,
      "percentage_completed": 80,
      "last_read_date": "2023-05-18",
      "start_date": "2023-01-30",
      "reading_time_minutes": 283
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 204,
    "fields": {
      "user": 143,
      "book": 49,
      "percentage_completed": 86,
      "last_read_date": "2023-10-16",
      "start_date": "2023-10-04",
      "reading_time_minutes": 313
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 205,
    "fields": {
      "user": 46,
      "book": 189,
      "percentage_completed": 81,
      "last_read_date": "2023-05-17",
      "start_date": "2023-02-10",
      "reading_time_minutes": 402
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 206,
    "fields": {
      "user": 74,
      "book": 149,
      "percentage_completed": 92,
      "last_read_date": "2023-06-09",
      "start_date": "2023-08-28",
      "reading_time_minutes": 198
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 207,
    "fields": {
      "user": 2,
      "book": 152,
      "percentage_completed": 98,
      "last_read_date": "2023-01-04",
      "start_date": "2023-06-27",
      "reading_time_minutes": 449
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 208,
    "fields": {
      "user": 115,
      "book": 71,
      "percentage_completed": 97,
      "last_read_date": "2023-09-13",
      "start_date": "2023-08-26",
      "reading_time_minutes": 277
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 209,
    "fields": {
      "user": 19,
      "book": 48,
      "percentage_completed": 100,
      "last_read_date": "2023-06-26",
      "start_date": "2023-04-03",
      "reading_time_minutes": 241
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 210,
    "fields": {
      "user": 103,
      "book": 182,
      "percentage_completed": 45,
      "last_read_date": "2023-03-01",
      "start_date": "2023-05-17",
      "reading_time_minutes": 169
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 211,
    "fields": {
      "user": 62,
      "book": 35,
      "percentage_completed": 47,
      "last_read_date": "2023-06-12",
      "start_date": "2023-02-27",
      "reading_time_minutes": 437
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 212,
    "fields": {
      "user": 101,
      "book": 116,
      "percentage_completed": 99,
      "last_read_date": "2023-05-17",
      "start_date": "2023-01-13",
      "reading_time_minutes": 207
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 213,
    "fields": {
      "user": 47,
      "book": 5,
      "percentage_completed": 67,
      "last_read_date": "2023-08-14",
      "start_date": "2023-08-17",
      "reading_time_minutes": 183
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 214,
    "fields": {
      "user": 78,
      "book": 10,
      "percentage_completed": 100,
      "last_read_date": "2023-06-22",
      "start_date": "2023-07-12",
      "reading_time_minutes": 305
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 215,
    "fields": {
      "user": 33,
      "book": 123,
      "percentage_completed": 6,
      "last_read_date": "2023-03-06",
      "start_date": "2023-08-24",
      "reading_time_minutes": 173
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 216,
    "fields": {
      "user": 119,
      "book": 131,
      "percentage_completed": 14,
      "last_read_date": "2023-09-02",
      "start_date": "2023-02-28",
      "reading_time_minutes": 384
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 217,
    "fields": {
      "user": 60,
      "book": 137,
      "percentage_completed": 65,
      "last_read_date": "2023-03-23",
      "start_date": "2023-06-12",
      "reading_time_minutes": 226
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 218,
    "fields": {
      "user": 100,
      "book": 162,
      "percentage_completed": 2,
      "last_read_date": "2023-04-30",
      "start_date": "2023-02-15",
      "reading_time_minutes": 166
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 219,
    "fields": {
      "user": 75,
      "book": 2,
      "percentage_completed": 94,
      "last_read_date": "2023-06-29",
      "start_date": "2023-01-01",
      "reading_time_minutes": 279
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 220,
    "fields": {
      "user": 31,
      "book": 25,
      "percentage_completed": 79,
      "last_read_date": "2023-01-24",
      "start_date": "2023-07-25",
      "reading_time_minutes": 304
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 221,
    "fields": {
      "user": 124,
      "book": 117,
      "percentage_completed": 100,
      "last_read_date": "2023-07-03",
      "start_date": "2023-03-20",
      "reading_time_minutes": 327
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 222,
    "fields": {
      "user": 93,
      "book": 25,
      "percentage_completed": 81,
      "last_read_date": "2023-07-28",
      "start_date": "2023-03-03",
      "reading_time_minutes": 147
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 223,
    "fields": {
      "user": 150,
      "book": 179,
      "percentage_completed": 64,
      "last_read_date": "2023-01-09",
      "start_date": "2023-06-14",
      "reading_time_minutes": 228
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 224,
    "fields": {
      "user": 42,
      "book": 1,
      "percentage_completed": 64,
      "last_read_date": "2023-05-15",
      "start_date": "2023-04-22",
      "reading_time_minutes": 267
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 225,
    "fields": {
      "user": 110,
      "book": 141,
      "percentage_completed": 100,
      "last_read_date": "2023-07-24",
      "start_date": "2023-06-04",
      "reading_time_minutes": 275
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 226,
    "fields": {
      "user": 83,
      "book": 89,
      "percentage_completed": 85,
      "last_read_date": "2023-06-16",
      "start_date": "2023-04-23",
      "reading_time_minutes": 446
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 227,
    "fields": {
      "user": 29,
      "book": 129,
      "percentage_completed": 82,
      "last_read_date": "2023-08-19",
      "start_date": "2023-01-29",
      "reading_time_minutes": 412
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 228,
    "fields": {
      "user": 73,
      "book": 28,
      "percentage_completed": 21,
      "last_read_date": "2023-05-03",
      "start_date": "2023-01-16",
      "reading_time_minutes": 419
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 229,
    "fields": {
      "user": 48,
      "book": 188,
      "percentage_completed": 63,
      "last_read_date": "2023-03-18",
      "start_date": "2023-04-25",
      "reading_time_minutes": 296
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 230,
    "fields": {
      "user": 31,
      "book": 180,
      "percentage_completed": 30,
      "last_read_date": "2023-01-05",
      "start_date": "2023-01-27",
      "reading_time_minutes": 184
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 231,
    "fields": {
      "user": 79,
      "book": 67,
      "percentage_completed": 97,
      "last_read_date": "2023-08-12",
      "start_date": "2023-07-14",
      "reading_time_minutes": 140
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 232,
    "fields": {
      "user": 42,
      "book": 47,
      "percentage_completed": 29,
      "last_read_date": "2023-10-06",
      "start_date": "2023-03-21",
      "reading_time_minutes": 364
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 233,
    "fields": {
      "user": 145,
      "book": 133,
      "percentage_completed": 80,
      "last_read_date": "2023-03-29",
      "start_date": "2023-06-02",
      "reading_time_minutes": 308
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 234,
    "fields": {
      "user": 58,
      "book": 80,
      "percentage_completed": 92,
      "last_read_date": "2023-07-16",
      "start_date": "2023-10-13",
      "reading_time_minutes": 111
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 235,
    "fields": {
      "user": 81,
      "book": 128,
      "percentage_completed": 97,
      "last_read_date": "2023-08-27",
      "start_date": "2023-04-25",
      "reading_time_minutes": 264
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 236,
    "fields": {
      "user": 56,
      "book": 148,
      "percentage_completed": 46,
      "last_read_date": "2023-08-26",
      "start_date": "2023-06-17",
      "reading_time_minutes": 252
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 237,
    "fields": {
      "user": 66,
      "book": 5,
      "percentage_completed": 95,
      "last_read_date": "2023-08-14",
      "start_date": "2023-04-10",
      "reading_time_minutes": 372
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 238,
    "fields": {
      "user": 85,
      "book": 161,
      "percentage_completed": 87,
      "last_read_date": "2023-08-20",
      "start_date": "2023-01-28",
      "reading_time_minutes": 280
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 239,
    "fields": {
      "user": 86,
      "book": 113,
      "percentage_completed": 47,
      "last_read_date": "2023-06-15",
      "start_date": "2023-05-18",
      "reading_time_minutes": 244
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 240,
    "fields": {
      "user": 49,
      "book": 22,
      "percentage_completed": 95,
      "last_read_date": "2023-08-01",
      "start_date": "2023-08-30",
      "reading_time_minutes": 223
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 241,
    "fields": {
      "user": 11,
      "book": 30,
      "percentage_completed": 96,
      "last_read_date": "2023-06-19",
      "start_date": "2023-03-22",
      "reading_time_minutes": 421
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 242,
    "fields": {
      "user": 8,
      "book": 59,
      "percentage_completed": 96,
      "last_read_date": "2023-09-23",
      "start_date": "2023-03-04",
      "reading_time_minutes": 246
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 243,
    "fields": {
      "user": 126,
      "book": 54,
      "percentage_completed": 70,
      "last_read_date": "2023-09-28",
      "start_date": "2023-09-28",
      "reading_time_minutes": 273
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 244,
    "fields": {
      "user": 138,
      "book": 199,
      "percentage_completed": 97,
      "last_read_date": "2023-03-31",
      "start_date": "2023-09-12",
      "reading_time_minutes": 503
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 245,
    "fields": {
      "user": 33,
      "book": 184,
      "percentage_completed": 95,
      "last_read_date": "2023-02-09",
      "start_date": "2023-07-09",
      "reading_time_minutes": 260
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 246,
    "fields": {
      "user": 57,
      "book": 184,
      "percentage_completed": 68,
      "last_read_date": "2023-09-23",
      "start_date": "2023-10-10",
      "reading_time_minutes": 453
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 247,
    "fields": {
      "user": 77,
      "book": 171,
      "percentage_completed": 76,
      "last_read_date": "2023-09-17",
      "start_date": "2023-10-31",
      "reading_time_minutes": 167
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 248,
    "fields": {
      "user": 14,
      "book": 67,
      "percentage_completed": 50,
      "last_read_date": "2023-08-11",
      "start_date": "2023-07-31",
      "reading_time_minutes": 466
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 249,
    "fields": {
      "user": 27,
      "book": 127,
      "percentage_completed": 100,
      "last_read_date": "2023-01-14",
      "start_date": "2023-02-13",
      "reading_time_minutes": 253
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 250,
    "fields": {
      "user": 84,
      "book": 165,
      "percentage_completed": 94,
      "last_read_date": "2023-06-22",
      "start_date": "2023-01-25",
      "reading_time_minutes": 386
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 251,
    "fields": {
      "user": 127,
      "book": 110,
      "percentage_completed": 96,
      "last_read_date": "2023-03-22",
      "start_date": "2023-07-11",
      "reading_time_minutes": 253
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 252,
    "fields": {
      "user": 21,
      "book": 64,
      "percentage_completed": 42,
      "last_read_date": "2023-08-14",
      "start_date": "2023-07-10",
      "reading_time_minutes": 214
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 253,
    "fields": {
      "user": 111,
      "book": 107,
      "percentage_completed": 44,
      "last_read_date": "2023-10-07",
      "start_date": "2023-10-06",
      "reading_time_minutes": 372
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 254,
    "fields": {
      "user": 139,
      "book": 146,
      "percentage_completed": 90,
      "last_read_date": "2023-09-10",
      "start_date": "2023-05-31",
      "reading_time_minutes": 176
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 255,
    "fields": {
      "user": 86,
      "book": 163,
      "percentage_completed": 58,
      "last_read_date": "2023-04-09",
      "start_date": "2023-08-14",
      "reading_time_minutes": 275
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 256,
    "fields": {
      "user": 54,
      "book": 83,
      "percentage_completed": 100,
      "last_read_date": "2023-07-18",
      "start_date": "2023-05-14",
      "reading_time_minutes": 345
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 257,
    "fields": {
      "user": 86,
      "book": 7,
      "percentage_completed": 30,
      "last_read_date": "2023-06-02",
      "start_date": "2023-09-08",
      "reading_time_minutes": 408
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 258,
    "fields": {
      "user": 9,
      "book": 168,
      "percentage_completed": 36,
      "last_read_date": "2023-09-11",
      "start_date": "2023-10-02",
      "reading_time_minutes": 283
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 259,
    "fields": {
      "user": 128,
      "book": 135,
      "percentage_completed": 80,
      "last_read_date": "2023-09-21",
      "start_date": "2023-06-28",
      "reading_time_minutes": 190
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 260,
    "fields": {
      "user": 14,
      "book": 44,
      "percentage_completed": 82,
      "last_read_date": "2023-02-26",
      "start_date": "2023-01-11",
      "reading_time_minutes": 226
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 261,
    "fields": {
      "user": 49,
      "book": 107,
      "percentage_completed": 83,
      "last_read_date": "2023-07-25",
      "start_date": "2023-10-07",
      "reading_time_minutes": 334
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 262,
    "fields": {
      "user": 51,
      "book": 9,
      "percentage_completed": 79,
      "last_read_date": "2023-03-05",
      "start_date": "2023-05-01",
      "reading_time_minutes": 99
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 263,
    "fields": {
      "user": 77,
      "book": 192,
      "percentage_completed": 67,
      "last_read_date": "2023-08-13",
      "start_date": "2023-01-24",
      "reading_time_minutes": 281
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 264,
    "fields": {
      "user": 21,
      "book": 197,
      "percentage_completed": 90,
      "last_read_date": "2023-07-25",
      "start_date": "2023-02-08",
      "reading_time_minutes": 362
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 265,
    "fields": {
      "user": 19,
      "book": 92,
      "percentage_completed": 69,
      "last_read_date": "2023-09-19",
      "start_date": "2023-10-07",
      "reading_time_minutes": 175
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 266,
    "fields": {
      "user": 149,
      "book": 17,
      "percentage_completed": 62,
      "last_read_date": "2023-09-15",
      "start_date": "2023-08-08",
      "reading_time_minutes": 402
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 267,
    "fields": {
      "user": 86,
      "book": 180,
      "percentage_completed": 82,
      "last_read_date": "2023-07-01",
      "start_date": "2023-02-01",
      "reading_time_minutes": 328
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 268,
    "fields": {
      "user": 118,
      "book": 3,
      "percentage_completed": 64,
      "last_read_date": "2023-08-06",
      "start_date": "2023-10-20",
      "reading_time_minutes": 227
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 269,
    "fields": {
      "user": 44,
      "book": 111,
      "percentage_completed": 100,
      "last_read_date": "2023-07-09",
      "start_date": "2023-04-27",
      "reading_time_minutes": 242
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 270,
    "fields": {
      "user": 8,
      "book": 67,
      "percentage_completed": 97,
      "last_read_date": "2023-10-04",
      "start_date": "2023-02-19",
      "reading_time_minutes": 326
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 271,
    "fields": {
      "user": 72,
      "book": 188,
      "percentage_completed": 93,
      "last_read_date": "2023-06-21",
      "start_date": "2023-01-28",
      "reading_time_minutes": 266
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 272,
    "fields": {
      "user": 41,
      "book": 187,
      "percentage_completed": 17,
      "last_read_date": "2023-10-29",
      "start_date": "2023-09-25",
      "reading_time_minutes": 372
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 273,
    "fields": {
      "user": 98,
      "book": 143,
      "percentage_completed": 90,
      "last_read_date": "2023-08-02",
      "start_date": "2023-01-08",
      "reading_time_minutes": 431
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 274,
    "fields": {
      "user": 30,
      "book": 162,
      "percentage_completed": 10,
      "last_read_date": "2023-09-25",
      "start_date": "2023-04-26",
      "reading_time_minutes": 281
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 275,
    "fields": {
      "user": 121,
      "book": 53,
      "percentage_completed": 7,
      "last_read_date": "2023-09-17",
      "start_date": "2023-04-14",
      "reading_time_minutes": 265
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 276,
    "fields": {
      "user": 67,
      "book": 62,
      "percentage_completed": 22,
      "last_read_date": "2023-05-01",
      "start_date": "2023-04-06",
      "reading_time_minutes": 407
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 277,
    "fields": {
      "user": 47,
      "book": 186,
      "percentage_completed": 21,
      "last_read_date": "2023-02-14",
      "start_date": "2023-09-21",
      "reading_time_minutes": 215
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 278,
    "fields": {
      "user": 69,
      "book": 53,
      "percentage_completed": 82,
      "last_read_date": "2023-02-28",
      "start_date": "2023-01-23",
      "reading_time_minutes": 273
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 279,
    "fields": {
      "user": 19,
      "book": 7,
      "percentage_completed": 75,
      "last_read_date": "2023-05-17",
      "start_date": "2023-05-07",
      "reading_time_minutes": 279
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 280,
    "fields": {
      "user": 44,
      "book": 75,
      "percentage_completed": 98,
      "last_read_date": "2023-07-13",
      "start_date": "2023-08-24",
      "reading_time_minutes": 319
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 281,
    "fields": {
      "user": 35,
      "book": 48,
      "percentage_completed": 88,
      "last_read_date": "2023-07-12",
      "start_date": "2023-04-05",
      "reading_time_minutes": 186
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 282,
    "fields": {
      "user": 57,
      "book": 187,
      "percentage_completed": 85,
      "last_read_date": "2023-03-11",
      "start_date": "2023-02-02",
      "reading_time_minutes": 315
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 283,
    "fields": {
      "user": 112,
      "book": 96,
      "percentage_completed": 78,
      "last_read_date": "2023-09-12",
      "start_date": "2023-04-09",
      "reading_time_minutes": 275
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 284,
    "fields": {
      "user": 142,
      "book": 100,
      "percentage_completed": 44,
      "last_read_date": "2023-04-19",
      "start_date": "2023-08-08",
      "reading_time_minutes": 320
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 285,
    "fields": {
      "user": 119,
      "book": 20,
      "percentage_completed": 95,
      "last_read_date": "2023-07-26",
      "start_date": "2023-08-04",
      "reading_time_minutes": 358
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 286,
    "fields": {
      "user": 150,
      "book": 56,
      "percentage_completed": 94,
      "last_read_date": "2023-09-19",
      "start_date": "2023-06-11",
      "reading_time_minutes": 390
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 287,
    "fields": {
      "user": 95,
      "book": 62,
      "percentage_completed": 38,
      "last_read_date": "2023-10-01",
      "start_date": "2023-08-12",
      "reading_time_minutes": 249
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 288,
    "fields": {
      "user": 128,
      "book": 94,
      "percentage_completed": 22,
      "last_read_date": "2023-10-04",
      "start_date": "2023-09-12",
      "reading_time_minutes": 239
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 289,
    "fields": {
      "user": 126,
      "book": 64,
      "percentage_completed": 24,
      "last_read_date": "2023-09-17",
      "start_date": "2023-09-14",
      "reading_time_minutes": 434
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 290,
    "fields": {
      "user": 117,
      "book": 53,
      "percentage_completed": 96,
      "last_read_date": "2023-03-22",
      "start_date": "2023-03-03",
      "reading_time_minutes": 383
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 291,
    "fields": {
      "user": 83,
      "book": 33,
      "percentage_completed": 26,
      "last_read_date": "2023-02-27",
      "start_date": "2023-07-09",
      "reading_time_minutes": 181
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 292,
    "fields": {
      "user": 10,
      "book": 64,
      "percentage_completed": 72,
      "last_read_date": "2023-08-28",
      "start_date": "2023-05-01",
      "reading_time_minutes": 184
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 293,
    "fields": {
      "user": 47,
      "book": 177,
      "percentage_completed": 81,
      "last_read_date": "2023-09-08",
      "start_date": "2023-07-06",
      "reading_time_minutes": 294
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 294,
    "fields": {
      "user": 126,
      "book": 138,
      "percentage_completed": 44,
      "last_read_date": "2023-09-02",
      "start_date": "2023-02-11",
      "reading_time_minutes": 257
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 295,
    "fields": {
      "user": 76,
      "book": 62,
      "percentage_completed": 74,
      "last_read_date": "2023-03-21",
      "start_date": "2023-02-11",
      "reading_time_minutes": 156
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 296,
    "fields": {
      "user": 67,
      "book": 66,
      "percentage_completed": 83,
      "last_read_date": "2023-06-11",
      "start_date": "2023-06-26",
      "reading_time_minutes": 324
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 297,
    "fields": {
      "user": 65,
      "book": 116,
      "percentage_completed": 82,
      "last_read_date": "2023-09-13",
      "start_date": "2023-09-26",
      "reading_time_minutes": 262
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 298,
    "fields": {
      "user": 48,
      "book": 131,
      "percentage_completed": 67,
      "last_read_date": "2023-04-25",
      "start_date": "2023-05-20",
      "reading_time_minutes": 130
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 299,
    "fields": {
      "user": 116,
      "book": 126,
      "percentage_completed": 43,
      "last_read_date": "2023-10-01",
      "start_date": "2023-08-06",
      "reading_time_minutes": 260
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 300,
    "fields": {
      "user": 99,
      "book": 3,
      "percentage_completed": 64,
      "last_read_date": "2023-07-11",
      "start_date": "2023-02-26",
      "reading_time_minutes": 190
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 301,
    "fields": {
      "user": 129,
      "book": 68,
      "percentage_completed": 19,
      "last_read_date": "2023-01-09",
      "start_date": "2023-07-10",
      "reading_time_minutes": 332
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 302,
    "fields": {
      "user": 69,
      "book": 117,
      "percentage_completed": 32,
      "last_read_date": "2023-08-13",
      "start_date": "2023-09-20",
      "reading_time_minutes": 247
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 303,
    "fields": {
      "user": 44,
      "book": 178,
      "percentage_completed": 91,
      "last_read_date": "2023-01-15",
      "start_date": "2023-02-02",
      "reading_time_minutes": 394
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 304,
    "fields": {
      "user": 32,
      "book": 114,
      "percentage_completed": 81,
      "last_read_date": "2023-02-21",
      "start_date": "2023-04-10",
      "reading_time_minutes": 360
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 305,
    "fields": {
      "user": 149,
      "book": 165,
      "percentage_completed": 59,
      "last_read_date": "2023-07-29",
      "start_date": "2023-08-12",
      "reading_time_minutes": 336
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 306,
    "fields": {
      "user": 36,
      "book": 67,
      "percentage_completed": 39,
      "last_read_date": "2023-09-20",
      "start_date": "2023-09-02",
      "reading_time_minutes": 346
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 307,
    "fields": {
      "user": 136,
      "book": 62,
      "percentage_completed": 66,
      "last_read_date": "2023-01-11",
      "start_date": "2023-02-11",
      "reading_time_minutes": 354
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 308,
    "fields": {
      "user": 21,
      "book": 55,
      "percentage_completed": 99,
      "last_read_date": "2023-02-10",
      "start_date": "2023-02-10",
      "reading_time_minutes": 347
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 309,
    "fields": {
      "user": 15,
      "book": 196,
      "percentage_completed": 67,
      "last_read_date": "2023-10-08",
      "start_date": "2023-05-13",
      "reading_time_minutes": 359
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 310,
    "fields": {
      "user": 83,
      "book": 168,
      "percentage_completed": 98,
      "last_read_date": "2023-04-18",
      "start_date": "2023-05-11",
      "reading_time_minutes": 293
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 311,
    "fields": {
      "user": 141,
      "book": 65,
      "percentage_completed": 98,
      "last_read_date": "2023-01-09",
      "start_date": "2023-10-02",
      "reading_time_minutes": 273
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 312,
    "fields": {
      "user": 128,
      "book": 29,
      "percentage_completed": 99,
      "last_read_date": "2023-04-01",
      "start_date": "2023-03-04",
      "reading_time_minutes": 250
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 313,
    "fields": {
      "user": 95,
      "book": 11,
      "percentage_completed": 10,
      "last_read_date": "2023-06-22",
      "start_date": "2023-04-07",
      "reading_time_minutes": 368
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 314,
    "fields": {
      "user": 83,
      "book": 97,
      "percentage_completed": 100,
      "last_read_date": "2023-08-12",
      "start_date": "2023-03-23",
      "reading_time_minutes": 366
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 315,
    "fields": {
      "user": 94,
      "book": 78,
      "percentage_completed": 94,
      "last_read_date": "2023-06-17",
      "start_date": "2023-02-22",
      "reading_time_minutes": 347
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 316,
    "fields": {
      "user": 33,
      "book": 161,
      "percentage_completed": 14,
      "last_read_date": "2023-10-11",
      "start_date": "2023-09-23",
      "reading_time_minutes": 387
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 317,
    "fields": {
      "user": 140,
      "book": 139,
      "percentage_completed": 93,
      "last_read_date": "2023-03-28",
      "start_date": "2023-01-16",
      "reading_time_minutes": 330
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 318,
    "fields": {
      "user": 34,
      "book": 142,
      "percentage_completed": 53,
      "last_read_date": "2023-07-22",
      "start_date": "2023-04-11",
      "reading_time_minutes": 400
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 319,
    "fields": {
      "user": 5,
      "book": 6,
      "percentage_completed": 6,
      "last_read_date": "2023-01-08",
      "start_date": "2023-03-20",
      "reading_time_minutes": 391
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 320,
    "fields": {
      "user": 103,
      "book": 26,
      "percentage_completed": 91,
      "last_read_date": "2023-02-02",
      "start_date": "2023-07-17",
      "reading_time_minutes": 276
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 321,
    "fields": {
      "user": 3,
      "book": 188,
      "percentage_completed": 98,
      "last_read_date": "2023-04-21",
      "start_date": "2023-06-30",
      "reading_time_minutes": 350
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 322,
    "fields": {
      "user": 108,
      "book": 55,
      "percentage_completed": 59,
      "last_read_date": "2023-07-01",
      "start_date": "2023-07-15",
      "reading_time_minutes": 310
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 323,
    "fields": {
      "user": 68,
      "book": 157,
      "percentage_completed": 83,
      "last_read_date": "2023-08-18",
      "start_date": "2023-10-29",
      "reading_time_minutes": 342
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 324,
    "fields": {
      "user": 21,
      "book": 105,
      "percentage_completed": 52,
      "last_read_date": "2023-10-03",
      "start_date": "2023-05-27",
      "reading_time_minutes": 330
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 325,
    "fields": {
      "user": 13,
      "book": 61,
      "percentage_completed": 95,
      "last_read_date": "2023-10-23",
      "start_date": "2023-03-28",
      "reading_time_minutes": 340
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 326,
    "fields": {
      "user": 24,
      "book": 185,
      "percentage_completed": 89,
      "last_read_date": "2023-08-06",
      "start_date": "2023-07-13",
      "reading_time_minutes": 296
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 327,
    "fields": {
      "user": 11,
      "book": 122,
      "percentage_completed": 74,
      "last_read_date": "2023-08-29",
      "start_date": "2023-10-16",
      "reading_time_minutes": 374
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 328,
    "fields": {
      "user": 19,
      "book": 70,
      "percentage_completed": 100,
      "last_read_date": "2023-04-16",
      "start_date": "2023-06-29",
      "reading_time_minutes": 278
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 329,
    "fields": {
      "user": 33,
      "book": 65,
      "percentage_completed": 46,
      "last_read_date": "2023-07-05",
      "start_date": "2023-07-31",
      "reading_time_minutes": 230
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 330,
    "fields": {
      "user": 79,
      "book": 177,
      "percentage_completed": 75,
      "last_read_date": "2023-10-27",
      "start_date": "2023-04-18",
      "reading_time_minutes": 345
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 331,
    "fields": {
      "user": 116,
      "book": 115,
      "percentage_completed": 12,
      "last_read_date": "2023-04-02",
      "start_date": "2023-06-10",
      "reading_time_minutes": 369
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 332,
    "fields": {
      "user": 118,
      "book": 82,
      "percentage_completed": 82,
      "last_read_date": "2023-04-19",
      "start_date": "2023-05-30",
      "reading_time_minutes": 302
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 333,
    "fields": {
      "user": 53,
      "book": 181,
      "percentage_completed": 94,
      "last_read_date": "2023-08-05",
      "start_date": "2023-07-17",
      "reading_time_minutes": 438
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 334,
    "fields": {
      "user": 148,
      "book": 76,
      "percentage_completed": 72,
      "last_read_date": "2023-08-06",
      "start_date": "2023-01-29",
      "reading_time_minutes": 199
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 335,
    "fields": {
      "user": 131,
      "book": 100,
      "percentage_completed": 94,
      "last_read_date": "2023-08-19",
      "start_date": "2023-01-23",
      "reading_time_minutes": 372
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 336,
    "fields": {
      "user": 105,
      "book": 91,
      "percentage_completed": 93,
      "last_read_date": "2023-03-12",
      "start_date": "2023-04-19",
      "reading_time_minutes": 267
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 337,
    "fields": {
      "user": 56,
      "book": 16,
      "percentage_completed": 73,
      "last_read_date": "2023-09-12",
      "start_date": "2023-10-27",
      "reading_time_minutes": 305
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 338,
    "fields": {
      "user": 37,
      "book": 190,
      "percentage_completed": 74,
      "last_read_date": "2023-06-06",
      "start_date": "2023-01-10",
      "reading_time_minutes": 380
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 339,
    "fields": {
      "user": 12,
      "book": 81,
      "percentage_completed": 84,
      "last_read_date": "2023-09-27",
      "start_date": "2023-02-17",
      "reading_time_minutes": 200
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 340,
    "fields": {
      "user": 37,
      "book": 68,
      "percentage_completed": 71,
      "last_read_date": "2023-03-17",
      "start_date": "2023-08-29",
      "reading_time_minutes": 489
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 341,
    "fields": {
      "user": 123,
      "book": 198,
      "percentage_completed": 99,
      "last_read_date": "2023-08-22",
      "start_date": "2023-02-14",
      "reading_time_minutes": 227
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 342,
    "fields": {
      "user": 145,
      "book": 5,
      "percentage_completed": 85,
      "last_read_date": "2023-08-25",
      "start_date": "2023-05-04",
      "reading_time_minutes": 417
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 343,
    "fields": {
      "user": 131,
      "book": 165,
      "percentage_completed": 92,
      "last_read_date": "2023-08-08",
      "start_date": "2023-03-16",
      "reading_time_minutes": 385
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 344,
    "fields": {
      "user": 32,
      "book": 123,
      "percentage_completed": 91,
      "last_read_date": "2023-08-31",
      "start_date": "2023-02-05",
      "reading_time_minutes": 374
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 345,
    "fields": {
      "user": 96,
      "book": 2,
      "percentage_completed": 64,
      "last_read_date": "2023-09-08",
      "start_date": "2023-05-14",
      "reading_time_minutes": 232
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 346,
    "fields": {
      "user": 56,
      "book": 140,
      "percentage_completed": 56,
      "last_read_date": "2023-07-23",
      "start_date": "2023-07-20",
      "reading_time_minutes": 301
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 347,
    "fields": {
      "user": 2,
      "book": 79,
      "percentage_completed": 24,
      "last_read_date": "2023-09-04",
      "start_date": "2023-06-18",
      "reading_time_minutes": 207
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 348,
    "fields": {
      "user": 14,
      "book": 150,
      "percentage_completed": 100,
      "last_read_date": "2023-07-19",
      "start_date": "2023-02-06",
      "reading_time_minutes": 257
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 349,
    "fields": {
      "user": 30,
      "book": 36,
      "percentage_completed": 50,
      "last_read_date": "2023-08-02",
      "start_date": "2023-06-03",
      "reading_time_minutes": 242
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 350,
    "fields": {
      "user": 77,
      "book": 78,
      "percentage_completed": 7,
      "last_read_date": "2023-07-28",
      "start_date": "2023-01-26",
      "reading_time_minutes": 520
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 351,
    "fields": {
      "user": 133,
      "book": 97,
      "percentage_completed": 40,
      "last_read_date": "2023-08-03",
      "start_date": "2023-02-20",
      "reading_time_minutes": 278
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 352,
    "fields": {
      "user": 28,
      "book": 177,
      "percentage_completed": 100,
      "last_read_date": "2023-05-09",
      "start_date": "2023-10-23",
      "reading_time_minutes": 227
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 353,
    "fields": {
      "user": 12,
      "book": 25,
      "percentage_completed": 80,
      "last_read_date": "2023-03-13",
      "start_date": "2023-01-06",
      "reading_time_minutes": 126
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 354,
    "fields": {
      "user": 149,
      "book": 154,
      "percentage_completed": 54,
      "last_read_date": "2023-08-19",
      "start_date": "2023-06-20",
      "reading_time_minutes": 198
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 355,
    "fields": {
      "user": 125,
      "book": 121,
      "percentage_completed": 73,
      "last_read_date": "2023-10-01",
      "start_date": "2023-01-12",
      "reading_time_minutes": 384
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 356,
    "fields": {
      "user": 111,
      "book": 81,
      "percentage_completed": 23,
      "last_read_date": "2023-04-05",
      "start_date": "2023-08-16",
      "reading_time_minutes": 300
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 357,
    "fields": {
      "user": 5,
      "book": 200,
      "percentage_completed": 89,
      "last_read_date": "2023-05-31",
      "start_date": "2023-10-23",
      "reading_time_minutes": 290
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 358,
    "fields": {
      "user": 121,
      "book": 180,
      "percentage_completed": 98,
      "last_read_date": "2023-04-30",
      "start_date": "2023-04-30",
      "reading_time_minutes": 327
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 359,
    "fields": {
      "user": 113,
      "book": 122,
      "percentage_completed": 6,
      "last_read_date": "2023-07-30",
      "start_date": "2023-03-09",
      "reading_time_minutes": 268
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 360,
    "fields": {
      "user": 26,
      "book": 125,
      "percentage_completed": 91,
      "last_read_date": "2023-08-17",
      "start_date": "2023-05-21",
      "reading_time_minutes": 282
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 361,
    "fields": {
      "user": 44,
      "book": 120,
      "percentage_completed": 88,
      "last_read_date": "2023-10-07",
      "start_date": "2023-07-26",
      "reading_time_minutes": 152
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 362,
    "fields": {
      "user": 68,
      "book": 138,
      "percentage_completed": 52,
      "last_read_date": "2023-10-23",
      "start_date": "2023-07-02",
      "reading_time_minutes": 298
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 363,
    "fields": {
      "user": 11,
      "book": 162,
      "percentage_completed": 90,
      "last_read_date": "2023-06-03",
      "start_date": "2023-10-20",
      "reading_time_minutes": 118
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 364,
    "fields": {
      "user": 139,
      "book": 104,
      "percentage_completed": 96,
      "last_read_date": "2023-09-04",
      "start_date": "2023-05-12",
      "reading_time_minutes": 329
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 365,
    "fields": {
      "user": 75,
      "book": 21,
      "percentage_completed": 70,
      "last_read_date": "2023-03-30",
      "start_date": "2023-09-15",
      "reading_time_minutes": 279
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 366,
    "fields": {
      "user": 21,
      "book": 3,
      "percentage_completed": 41,
      "last_read_date": "2023-04-08",
      "start_date": "2023-06-30",
      "reading_time_minutes": 153
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 367,
    "fields": {
      "user": 55,
      "book": 184,
      "percentage_completed": 100,
      "last_read_date": "2023-08-09",
      "start_date": "2023-01-05",
      "reading_time_minutes": 293
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 368,
    "fields": {
      "user": 26,
      "book": 200,
      "percentage_completed": 15,
      "last_read_date": "2023-10-15",
      "start_date": "2023-08-09",
      "reading_time_minutes": 286
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 369,
    "fields": {
      "user": 94,
      "book": 168,
      "percentage_completed": 96,
      "last_read_date": "2023-02-04",
      "start_date": "2023-09-11",
      "reading_time_minutes": 171
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 370,
    "fields": {
      "user": 108,
      "book": 33,
      "percentage_completed": 51,
      "last_read_date": "2023-10-16",
      "start_date": "2023-03-24",
      "reading_time_minutes": 155
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 371,
    "fields": {
      "user": 150,
      "book": 39,
      "percentage_completed": 43,
      "last_read_date": "2023-08-24",
      "start_date": "2023-08-26",
      "reading_time_minutes": 232
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 372,
    "fields": {
      "user": 63,
      "book": 83,
      "percentage_completed": 96,
      "last_read_date": "2023-08-08",
      "start_date": "2023-01-01",
      "reading_time_minutes": 213
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 373,
    "fields": {
      "user": 19,
      "book": 165,
      "percentage_completed": 74,
      "last_read_date": "2023-03-30",
      "start_date": "2023-10-04",
      "reading_time_minutes": 301
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 374,
    "fields": {
      "user": 126,
      "book": 191,
      "percentage_completed": 67,
      "last_read_date": "2023-07-19",
      "start_date": "2023-01-25",
      "reading_time_minutes": 361
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 375,
    "fields": {
      "user": 50,
      "book": 124,
      "percentage_completed": 97,
      "last_read_date": "2023-08-12",
      "start_date": "2023-08-02",
      "reading_time_minutes": 374
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 376,
    "fields": {
      "user": 99,
      "book": 154,
      "percentage_completed": 33,
      "last_read_date": "2023-08-13",
      "start_date": "2023-10-05",
      "reading_time_minutes": 319
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 377,
    "fields": {
      "user": 109,
      "book": 34,
      "percentage_completed": 100,
      "last_read_date": "2023-06-07",
      "start_date": "2023-09-15",
      "reading_time_minutes": 157
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 378,
    "fields": {
      "user": 139,
      "book": 77,
      "percentage_completed": 24,
      "last_read_date": "2023-03-30",
      "start_date": "2023-01-17",
      "reading_time_minutes": 355
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 379,
    "fields": {
      "user": 48,
      "book": 172,
      "percentage_completed": 61,
      "last_read_date": "2023-08-04",
      "start_date": "2023-09-28",
      "reading_time_minutes": 355
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 380,
    "fields": {
      "user": 50,
      "book": 139,
      "percentage_completed": 93,
      "last_read_date": "2023-05-01",
      "start_date": "2023-04-29",
      "reading_time_minutes": 472
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 381,
    "fields": {
      "user": 116,
      "book": 52,
      "percentage_completed": 73,
      "last_read_date": "2023-10-18",
      "start_date": "2023-10-20",
      "reading_time_minutes": 99
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 382,
    "fields": {
      "user": 122,
      "book": 29,
      "percentage_completed": 99,
      "last_read_date": "2023-08-23",
      "start_date": "2023-02-28",
      "reading_time_minutes": 383
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 383,
    "fields": {
      "user": 120,
      "book": 151,
      "percentage_completed": 100,
      "last_read_date": "2023-05-26",
      "start_date": "2023-03-21",
      "reading_time_minutes": 299
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 384,
    "fields": {
      "user": 72,
      "book": 68,
      "percentage_completed": 77,
      "last_read_date": "2023-10-29",
      "start_date": "2023-03-20",
      "reading_time_minutes": 389
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 385,
    "fields": {
      "user": 14,
      "book": 58,
      "percentage_completed": 25,
      "last_read_date": "2023-03-19",
      "start_date": "2023-02-07",
      "reading_time_minutes": 374
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 386,
    "fields": {
      "user": 148,
      "book": 21,
      "percentage_completed": 61,
      "last_read_date": "2023-02-20",
      "start_date": "2023-02-16",
      "reading_time_minutes": 515
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 387,
    "fields": {
      "user": 19,
      "book": 163,
      "percentage_completed": 56,
      "last_read_date": "2023-10-12",
      "start_date": "2023-07-31",
      "reading_time_minutes": 285
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 388,
    "fields": {
      "user": 3,
      "book": 46,
      "percentage_completed": 61,
      "last_read_date": "2023-03-22",
      "start_date": "2023-10-20",
      "reading_time_minutes": 395
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 389,
    "fields": {
      "user": 76,
      "book": 92,
      "percentage_completed": 17,
      "last_read_date": "2023-01-21",
      "start_date": "2023-01-11",
      "reading_time_minutes": 229
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 390,
    "fields": {
      "user": 14,
      "book": 145,
      "percentage_completed": 73,
      "last_read_date": "2023-09-25",
      "start_date": "2023-08-14",
      "reading_time_minutes": 314
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 391,
    "fields": {
      "user": 145,
      "book": 51,
      "percentage_completed": 59,
      "last_read_date": "2023-02-13",
      "start_date": "2023-09-03",
      "reading_time_minutes": 382
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 392,
    "fields": {
      "user": 47,
      "book": 172,
      "percentage_completed": 16,
      "last_read_date": "2023-10-20",
      "start_date": "2023-01-01",
      "reading_time_minutes": 317
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 393,
    "fields": {
      "user": 113,
      "book": 111,
      "percentage_completed": 75,
      "last_read_date": "2023-08-04",
      "start_date": "2023-10-19",
      "reading_time_minutes": 332
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 394,
    "fields": {
      "user": 38,
      "book": 51,
      "percentage_completed": 39,
      "last_read_date": "2023-08-18",
      "start_date": "2023-04-26",
      "reading_time_minutes": 329
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 395,
    "fields": {
      "user": 6,
      "book": 106,
      "percentage_completed": 44,
      "last_read_date": "2023-05-10",
      "start_date": "2023-04-20",
      "reading_time_minutes": 253
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 396,
    "fields": {
      "user": 76,
      "book": 116,
      "percentage_completed": 10,
      "last_read_date": "2023-07-21",
      "start_date": "2023-09-09",
      "reading_time_minutes": 218
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 397,
    "fields": {
      "user": 19,
      "book": 33,
      "percentage_completed": 91,
      "last_read_date": "2023-08-03",
      "start_date": "2023-10-08",
      "reading_time_minutes": 495
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 398,
    "fields": {
      "user": 36,
      "book": 100,
      "percentage_completed": 89,
      "last_read_date": "2023-04-07",
      "start_date": "2023-05-24",
      "reading_time_minutes": 309
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 399,
    "fields": {
      "user": 28,
      "book": 49,
      "percentage_completed": 85,
      "last_read_date": "2023-09-24",
      "start_date": "2023-09-07",
      "reading_time_minutes": 443
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 400,
    "fields": {
      "user": 23,
      "book": 43,
      "percentage_completed": 97,
      "last_read_date": "2023-06-01",
      "start_date": "2023-02-14",
      "reading_time_minutes": 353
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 401,
    "fields": {
      "user": 38,
      "book": 7,
      "percentage_completed": 95,
      "last_read_date": "2023-06-07",
      "start_date": "2023-06-16",
      "reading_time_minutes": 233
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 402,
    "fields": {
      "user": 129,
      "book": 27,
      "percentage_completed": 46,
      "last_read_date": "2023-03-18",
      "start_date": "2023-03-17",
      "reading_time_minutes": 91
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 403,
    "fields": {
      "user": 150,
      "book": 23,
      "percentage_completed": 90,
      "last_read_date": "2023-07-27",
      "start_date": "2023-07-12",
      "reading_time_minutes": 289
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 404,
    "fields": {
      "user": 141,
      "book": 18,
      "percentage_completed": 72,
      "last_read_date": "2023-06-20",
      "start_date": "2023-05-30",
      "reading_time_minutes": 362
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 405,
    "fields": {
      "user": 115,
      "book": 183,
      "percentage_completed": 83,
      "last_read_date": "2023-04-13",
      "start_date": "2023-10-07",
      "reading_time_minutes": 316
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 406,
    "fields": {
      "user": 6,
      "book": 45,
      "percentage_completed": 31,
      "last_read_date": "2023-09-20",
      "start_date": "2023-01-18",
      "reading_time_minutes": 335
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 407,
    "fields": {
      "user": 150,
      "book": 32,
      "percentage_completed": 48,
      "last_read_date": "2023-03-09",
      "start_date": "2023-01-02",
      "reading_time_minutes": 164
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 408,
    "fields": {
      "user": 128,
      "book": 153,
      "percentage_completed": 58,
      "last_read_date": "2023-04-17",
      "start_date": "2023-01-14",
      "reading_time_minutes": 333
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 409,
    "fields": {
      "user": 54,
      "book": 18,
      "percentage_completed": 27,
      "last_read_date": "2023-05-03",
      "start_date": "2023-09-25",
      "reading_time_minutes": 321
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 410,
    "fields": {
      "user": 85,
      "book": 200,
      "percentage_completed": 75,
      "last_read_date": "2023-03-16",
      "start_date": "2023-08-26",
      "reading_time_minutes": 394
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 411,
    "fields": {
      "user": 67,
      "book": 139,
      "percentage_completed": 99,
      "last_read_date": "2023-04-03",
      "start_date": "2023-01-26",
      "reading_time_minutes": 231
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 412,
    "fields": {
      "user": 22,
      "book": 155,
      "percentage_completed": 31,
      "last_read_date": "2023-07-29",
      "start_date": "2023-06-01",
      "reading_time_minutes": 379
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 413,
    "fields": {
      "user": 97,
      "book": 23,
      "percentage_completed": 96,
      "last_read_date": "2023-10-27",
      "start_date": "2023-02-18",
      "reading_time_minutes": 239
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 414,
    "fields": {
      "user": 139,
      "book": 155,
      "percentage_completed": 76,
      "last_read_date": "2023-07-20",
      "start_date": "2023-07-07",
      "reading_time_minutes": 228
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 415,
    "fields": {
      "user": 107,
      "book": 36,
      "percentage_completed": 99,
      "last_read_date": "2023-10-01",
      "start_date": "2023-07-31",
      "reading_time_minutes": 402
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 416,
    "fields": {
      "user": 150,
      "book": 97,
      "percentage_completed": 100,
      "last_read_date": "2023-10-30",
      "start_date": "2023-10-23",
      "reading_time_minutes": 378
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 417,
    "fields": {
      "user": 59,
      "book": 83,
      "percentage_completed": 61,
      "last_read_date": "2023-04-30",
      "start_date": "2023-10-07",
      "reading_time_minutes": 346
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 418,
    "fields": {
      "user": 90,
      "book": 55,
      "percentage_completed": 28,
      "last_read_date": "2023-02-20",
      "start_date": "2023-07-09",
      "reading_time_minutes": 122
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 419,
    "fields": {
      "user": 58,
      "book": 7,
      "percentage_completed": 51,
      "last_read_date": "2023-03-20",
      "start_date": "2023-04-25",
      "reading_time_minutes": 322
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 420,
    "fields": {
      "user": 28,
      "book": 82,
      "percentage_completed": 24,
      "last_read_date": "2023-10-04",
      "start_date": "2023-02-19",
      "reading_time_minutes": 122
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 421,
    "fields": {
      "user": 53,
      "book": 180,
      "percentage_completed": 98,
      "last_read_date": "2023-09-05",
      "start_date": "2023-01-12",
      "reading_time_minutes": 259
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 422,
    "fields": {
      "user": 77,
      "book": 32,
      "percentage_completed": 28,
      "last_read_date": "2023-10-31",
      "start_date": "2023-05-15",
      "reading_time_minutes": 272
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 423,
    "fields": {
      "user": 54,
      "book": 158,
      "percentage_completed": 95,
      "last_read_date": "2023-06-05",
      "start_date": "2023-05-07",
      "reading_time_minutes": 362
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 424,
    "fields": {
      "user": 114,
      "book": 170,
      "percentage_completed": 100,
      "last_read_date": "2023-06-16",
      "start_date": "2023-04-17",
      "reading_time_minutes": 326
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 425,
    "fields": {
      "user": 44,
      "book": 131,
      "percentage_completed": 97,
      "last_read_date": "2023-03-03",
      "start_date": "2023-04-17",
      "reading_time_minutes": 303
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 426,
    "fields": {
      "user": 110,
      "book": 146,
      "percentage_completed": 99,
      "last_read_date": "2023-01-24",
      "start_date": "2023-10-20",
      "reading_time_minutes": 237
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 427,
    "fields": {
      "user": 126,
      "book": 50,
      "percentage_completed": 66,
      "last_read_date": "2023-04-27",
      "start_date": "2023-06-22",
      "reading_time_minutes": 336
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 428,
    "fields": {
      "user": 91,
      "book": 133,
      "percentage_completed": 38,
      "last_read_date": "2023-08-06",
      "start_date": "2023-07-24",
      "reading_time_minutes": 251
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 429,
    "fields": {
      "user": 89,
      "book": 166,
      "percentage_completed": 99,
      "last_read_date": "2023-07-01",
      "start_date": "2023-06-21",
      "reading_time_minutes": 321
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 430,
    "fields": {
      "user": 118,
      "book": 165,
      "percentage_completed": 97,
      "last_read_date": "2023-09-03",
      "start_date": "2023-02-10",
      "reading_time_minutes": 393
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 431,
    "fields": {
      "user": 3,
      "book": 196,
      "percentage_completed": 90,
      "last_read_date": "2023-05-06",
      "start_date": "2023-08-24",
      "reading_time_minutes": 266
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 432,
    "fields": {
      "user": 124,
      "book": 25,
      "percentage_completed": 48,
      "last_read_date": "2023-06-13",
      "start_date": "2023-08-13",
      "reading_time_minutes": 248
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 433,
    "fields": {
      "user": 63,
      "book": 198,
      "percentage_completed": 78,
      "last_read_date": "2023-08-29",
      "start_date": "2023-09-21",
      "reading_time_minutes": 427
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 434,
    "fields": {
      "user": 128,
      "book": 169,
      "percentage_completed": 87,
      "last_read_date": "2023-10-08",
      "start_date": "2023-03-06",
      "reading_time_minutes": 291
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 435,
    "fields": {
      "user": 116,
      "book": 138,
      "percentage_completed": 97,
      "last_read_date": "2023-06-23",
      "start_date": "2023-07-07",
      "reading_time_minutes": 447
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 436,
    "fields": {
      "user": 110,
      "book": 192,
      "percentage_completed": 74,
      "last_read_date": "2023-04-07",
      "start_date": "2023-01-20",
      "reading_time_minutes": 500
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 437,
    "fields": {
      "user": 135,
      "book": 145,
      "percentage_completed": 100,
      "last_read_date": "2023-09-26",
      "start_date": "2023-07-19",
      "reading_time_minutes": 179
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 438,
    "fields": {
      "user": 94,
      "book": 194,
      "percentage_completed": 66,
      "last_read_date": "2023-10-30",
      "start_date": "2023-07-13",
      "reading_time_minutes": 290
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 439,
    "fields": {
      "user": 13,
      "book": 169,
      "percentage_completed": 99,
      "last_read_date": "2023-08-20",
      "start_date": "2023-03-06",
      "reading_time_minutes": 138
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 440,
    "fields": {
      "user": 108,
      "book": 68,
      "percentage_completed": 98,
      "last_read_date": "2023-08-16",
      "start_date": "2023-09-29",
      "reading_time_minutes": 346
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 441,
    "fields": {
      "user": 111,
      "book": 12,
      "percentage_completed": 80,
      "last_read_date": "2023-07-25",
      "start_date": "2023-05-09",
      "reading_time_minutes": 326
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 442,
    "fields": {
      "user": 55,
      "book": 53,
      "percentage_completed": 21,
      "last_read_date": "2023-02-28",
      "start_date": "2023-04-22",
      "reading_time_minutes": 443
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 443,
    "fields": {
      "user": 50,
      "book": 98,
      "percentage_completed": 98,
      "last_read_date": "2023-06-09",
      "start_date": "2023-08-12",
      "reading_time_minutes": 260
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 444,
    "fields": {
      "user": 77,
      "book": 19,
      "percentage_completed": 21,
      "last_read_date": "2023-08-05",
      "start_date": "2023-05-17",
      "reading_time_minutes": 286
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 445,
    "fields": {
      "user": 99,
      "book": 188,
      "percentage_completed": 33,
      "last_read_date": "2023-05-22",
      "start_date": "2023-08-13",
      "reading_time_minutes": 220
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 446,
    "fields": {
      "user": 61,
      "book": 171,
      "percentage_completed": 100,
      "last_read_date": "2023-08-08",
      "start_date": "2023-07-22",
      "reading_time_minutes": 266
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 447,
    "fields": {
      "user": 149,
      "book": 177,
      "percentage_completed": 99,
      "last_read_date": "2023-04-08",
      "start_date": "2023-03-10",
      "reading_time_minutes": 301
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 448,
    "fields": {
      "user": 21,
      "book": 162,
      "percentage_completed": 98,
      "last_read_date": "2023-09-12",
      "start_date": "2023-10-13",
      "reading_time_minutes": 246
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 449,
    "fields": {
      "user": 89,
      "book": 110,
      "percentage_completed": 55,
      "last_read_date": "2023-10-10",
      "start_date": "2023-07-25",
      "reading_time_minutes": 279
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 450,
    "fields": {
      "user": 113,
      "book": 157,
      "percentage_completed": 66,
      "last_read_date": "2023-09-04",
      "start_date": "2023-04-01",
      "reading_time_minutes": 307
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 451,
    "fields": {
      "user": 83,
      "book": 163,
      "percentage_completed": 56,
      "last_read_date": "2023-08-29",
      "start_date": "2023-07-20",
      "reading_time_minutes": 227
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 452,
    "fields": {
      "user": 46,
      "book": 85,
      "percentage_completed": 100,
      "last_read_date": "2023-06-05",
      "start_date": "2023-05-21",
      "reading_time_minutes": 358
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 453,
    "fields": {
      "user": 52,
      "book": 109,
      "percentage_completed": 73,
      "last_read_date": "2023-08-30",
      "start_date": "2023-08-29",
      "reading_time_minutes": 318
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 454,
    "fields": {
      "user": 6,
      "book": 92,
      "percentage_completed": 44,
      "last_read_date": "2023-04-20",
      "start_date": "2023-10-20",
      "reading_time_minutes": 286
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 455,
    "fields": {
      "user": 55,
      "book": 72,
      "percentage_completed": 94,
      "last_read_date": "2023-02-10",
      "start_date": "2023-07-29",
      "reading_time_minutes": 390
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 456,
    "fields": {
      "user": 11,
      "book": 64,
      "percentage_completed": 23,
      "last_read_date": "2023-04-12",
      "start_date": "2023-10-29",
      "reading_time_minutes": 272
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 457,
    "fields": {
      "user": 28,
      "book": 26,
      "percentage_completed": 98,
      "last_read_date": "2023-10-28",
      "start_date": "2023-05-28",
      "reading_time_minutes": 322
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 458,
    "fields": {
      "user": 29,
      "book": 193,
      "percentage_completed": 79,
      "last_read_date": "2023-09-15",
      "start_date": "2023-02-24",
      "reading_time_minutes": 203
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 459,
    "fields": {
      "user": 22,
      "book": 107,
      "percentage_completed": 100,
      "last_read_date": "2023-05-04",
      "start_date": "2023-04-05",
      "reading_time_minutes": 284
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 460,
    "fields": {
      "user": 149,
      "book": 39,
      "percentage_completed": 98,
      "last_read_date": "2023-10-17",
      "start_date": "2023-05-01",
      "reading_time_minutes": 397
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 461,
    "fields": {
      "user": 110,
      "book": 33,
      "percentage_completed": 100,
      "last_read_date": "2023-10-06",
      "start_date": "2023-10-22",
      "reading_time_minutes": 173
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 462,
    "fields": {
      "user": 50,
      "book": 148,
      "percentage_completed": 10,
      "last_read_date": "2023-10-11",
      "start_date": "2023-07-30",
      "reading_time_minutes": 316
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 463,
    "fields": {
      "user": 12,
      "book": 178,
      "percentage_completed": 86,
      "last_read_date": "2023-10-08",
      "start_date": "2023-01-29",
      "reading_time_minutes": 328
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 464,
    "fields": {
      "user": 102,
      "book": 101,
      "percentage_completed": 99,
      "last_read_date": "2023-09-02",
      "start_date": "2023-05-21",
      "reading_time_minutes": 386
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 465,
    "fields": {
      "user": 7,
      "book": 13,
      "percentage_completed": 40,
      "last_read_date": "2023-06-06",
      "start_date": "2023-05-25",
      "reading_time_minutes": 418
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 466,
    "fields": {
      "user": 26,
      "book": 6,
      "percentage_completed": 67,
      "last_read_date": "2023-08-28",
      "start_date": "2023-03-06",
      "reading_time_minutes": 367
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 467,
    "fields": {
      "user": 70,
      "book": 128,
      "percentage_completed": 59,
      "last_read_date": "2023-06-23",
      "start_date": "2023-08-09",
      "reading_time_minutes": 162
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 468,
    "fields": {
      "user": 8,
      "book": 134,
      "percentage_completed": 97,
      "last_read_date": "2023-03-13",
      "start_date": "2023-10-06",
      "reading_time_minutes": 265
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 469,
    "fields": {
      "user": 94,
      "book": 29,
      "percentage_completed": 91,
      "last_read_date": "2023-05-03",
      "start_date": "2023-06-01",
      "reading_time_minutes": 332
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 470,
    "fields": {
      "user": 128,
      "book": 10,
      "percentage_completed": 100,
      "last_read_date": "2023-07-01",
      "start_date": "2023-05-17",
      "reading_time_minutes": 445
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 471,
    "fields": {
      "user": 12,
      "book": 67,
      "percentage_completed": 70,
      "last_read_date": "2023-04-30",
      "start_date": "2023-02-02",
      "reading_time_minutes": 297
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 472,
    "fields": {
      "user": 128,
      "book": 156,
      "percentage_completed": 9,
      "last_read_date": "2023-05-28",
      "start_date": "2023-07-26",
      "reading_time_minutes": 330
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 473,
    "fields": {
      "user": 136,
      "book": 19,
      "percentage_completed": 96,
      "last_read_date": "2023-03-10",
      "start_date": "2023-01-21",
      "reading_time_minutes": 390
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 474,
    "fields": {
      "user": 113,
      "book": 61,
      "percentage_completed": 99,
      "last_read_date": "2023-06-10",
      "start_date": "2023-06-11",
      "reading_time_minutes": 288
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 475,
    "fields": {
      "user": 112,
      "book": 19,
      "percentage_completed": 59,
      "last_read_date": "2023-06-24",
      "start_date": "2023-06-08",
      "reading_time_minutes": 340
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 476,
    "fields": {
      "user": 29,
      "book": 48,
      "percentage_completed": 100,
      "last_read_date": "2023-01-26",
      "start_date": "2023-01-10",
      "reading_time_minutes": 355
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 477,
    "fields": {
      "user": 20,
      "book": 150,
      "percentage_completed": 91,
      "last_read_date": "2023-08-09",
      "start_date": "2023-07-10",
      "reading_time_minutes": 347
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 478,
    "fields": {
      "user": 77,
      "book": 9,
      "percentage_completed": 43,
      "last_read_date": "2023-07-21",
      "start_date": "2023-02-09",
      "reading_time_minutes": 233
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 479,
    "fields": {
      "user": 126,
      "book": 131,
      "percentage_completed": 36,
      "last_read_date": "2023-02-27",
      "start_date": "2023-04-16",
      "reading_time_minutes": 308
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 480,
    "fields": {
      "user": 92,
      "book": 174,
      "percentage_completed": 79,
      "last_read_date": "2023-05-25",
      "start_date": "2023-05-02",
      "reading_time_minutes": 378
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 481,
    "fields": {
      "user": 24,
      "book": 36,
      "percentage_completed": 3,
      "last_read_date": "2023-05-01",
      "start_date": "2023-05-18",
      "reading_time_minutes": 470
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 482,
    "fields": {
      "user": 53,
      "book": 9,
      "percentage_completed": 33,
      "last_read_date": "2023-09-14",
      "start_date": "2023-03-16",
      "reading_time_minutes": 184
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 483,
    "fields": {
      "user": 150,
      "book": 184,
      "percentage_completed": 94,
      "last_read_date": "2023-03-07",
      "start_date": "2023-01-14",
      "reading_time_minutes": 432
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 484,
    "fields": {
      "user": 139,
      "book": 103,
      "percentage_completed": 83,
      "last_read_date": "2023-10-17",
      "start_date": "2023-05-13",
      "reading_time_minutes": 340
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 485,
    "fields": {
      "user": 108,
      "book": 107,
      "percentage_completed": 38,
      "last_read_date": "2023-10-28",
      "start_date": "2023-08-09",
      "reading_time_minutes": 394
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 486,
    "fields": {
      "user": 28,
      "book": 138,
      "percentage_completed": 88,
      "last_read_date": "2023-06-28",
      "start_date": "2023-08-01",
      "reading_time_minutes": 262
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 487,
    "fields": {
      "user": 129,
      "book": 173,
      "percentage_completed": 99,
      "last_read_date": "2023-09-05",
      "start_date": "2023-01-11",
      "reading_time_minutes": 268
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 488,
    "fields": {
      "user": 11,
      "book": 191,
      "percentage_completed": 70,
      "last_read_date": "2023-01-25",
      "start_date": "2023-03-26",
      "reading_time_minutes": 308
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 489,
    "fields": {
      "user": 94,
      "book": 7,
      "percentage_completed": 29,
      "last_read_date": "2023-01-02",
      "start_date": "2023-10-09",
      "reading_time_minutes": 338
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 490,
    "fields": {
      "user": 46,
      "book": 197,
      "percentage_completed": 67,
      "last_read_date": "2023-02-17",
      "start_date": "2023-06-16",
      "reading_time_minutes": 416
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 491,
    "fields": {
      "user": 32,
      "book": 128,
      "percentage_completed": 100,
      "last_read_date": "2023-10-27",
      "start_date": "2023-08-03",
      "reading_time_minutes": 324
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 492,
    "fields": {
      "user": 113,
      "book": 35,
      "percentage_completed": 46,
      "last_read_date": "2023-06-13",
      "start_date": "2023-02-01",
      "reading_time_minutes": 306
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 493,
    "fields": {
      "user": 124,
      "book": 27,
      "percentage_completed": 73,
      "last_read_date": "2023-10-24",
      "start_date": "2023-09-01",
      "reading_time_minutes": 344
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 494,
    "fields": {
      "user": 41,
      "book": 171,
      "percentage_completed": 100,
      "last_read_date": "2023-09-26",
      "start_date": "2023-05-29",
      "reading_time_minutes": 332
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 495,
    "fields": {
      "user": 16,
      "book": 70,
      "percentage_completed": 72,
      "last_read_date": "2023-09-23",
      "start_date": "2023-01-10",
      "reading_time_minutes": 330
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 496,
    "fields": {
      "user": 79,
      "book": 94,
      "percentage_completed": 96,
      "last_read_date": "2023-10-14",
      "start_date": "2023-07-30",
      "reading_time_minutes": 374
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 497,
    "fields": {
      "user": 55,
      "book": 138,
      "percentage_completed": 37,
      "last_read_date": "2023-08-20",
      "start_date": "2023-04-15",
      "reading_time_minutes": 174
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 498,
    "fields": {
      "user": 85,
      "book": 72,
      "percentage_completed": 66,
      "last_read_date": "2023-05-16",
      "start_date": "2023-05-31",
      "reading_time_minutes": 481
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 499,
    "fields": {
      "user": 25,
      "book": 158,
      "percentage_completed": 70,
      "last_read_date": "2023-03-24",
      "start_date": "2023-05-07",
      "reading_time_minutes": 325
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 500,
    "fields": {
      "user": 125,
      "book": 33,
      "percentage_completed": 23,
      "last_read_date": "2023-05-05",
      "start_date": "2023-10-17",
      "reading_time_minutes": 330
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 501,
    "fields": {
      "user": 112,
      "book": 122,
      "percentage_completed": 91,
      "last_read_date": "2023-06-11",
      "start_date": "2023-01-31",
      "reading_time_minutes": 196
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 502,
    "fields": {
      "user": 110,
      "book": 188,
      "percentage_completed": 59,
      "last_read_date": "2023-08-22",
      "start_date": "2023-01-09",
      "reading_time_minutes": 277
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 503,
    "fields": {
      "user": 47,
      "book": 77,
      "percentage_completed": 90,
      "last_read_date": "2023-09-10",
      "start_date": "2023-08-21",
      "reading_time_minutes": 411
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 504,
    "fields": {
      "user": 121,
      "book": 4,
      "percentage_completed": 81,
      "last_read_date": "2023-02-05",
      "start_date": "2023-01-05",
      "reading_time_minutes": 396
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 505,
    "fields": {
      "user": 44,
      "book": 1,
      "percentage_completed": 95,
      "last_read_date": "2023-06-02",
      "start_date": "2023-05-03",
      "reading_time_minutes": 279
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 506,
    "fields": {
      "user": 121,
      "book": 94,
      "percentage_completed": 14,
      "last_read_date": "2023-06-28",
      "start_date": "2023-10-29",
      "reading_time_minutes": 388
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 507,
    "fields": {
      "user": 126,
      "book": 193,
      "percentage_completed": 76,
      "last_read_date": "2023-06-06",
      "start_date": "2023-05-02",
      "reading_time_minutes": 326
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 508,
    "fields": {
      "user": 149,
      "book": 164,
      "percentage_completed": 92,
      "last_read_date": "2023-02-23",
      "start_date": "2023-08-21",
      "reading_time_minutes": 357
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 509,
    "fields": {
      "user": 75,
      "book": 129,
      "percentage_completed": 100,
      "last_read_date": "2023-03-16",
      "start_date": "2023-02-19",
      "reading_time_minutes": 129
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 510,
    "fields": {
      "user": 46,
      "book": 64,
      "percentage_completed": 64,
      "last_read_date": "2023-07-25",
      "start_date": "2023-08-31",
      "reading_time_minutes": 372
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 511,
    "fields": {
      "user": 83,
      "book": 88,
      "percentage_completed": 99,
      "last_read_date": "2023-04-12",
      "start_date": "2023-05-25",
      "reading_time_minutes": 237
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 512,
    "fields": {
      "user": 75,
      "book": 100,
      "percentage_completed": 99,
      "last_read_date": "2023-08-27",
      "start_date": "2023-03-30",
      "reading_time_minutes": 331
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 513,
    "fields": {
      "user": 8,
      "book": 14,
      "percentage_completed": 81,
      "last_read_date": "2023-07-11",
      "start_date": "2023-04-21",
      "reading_time_minutes": 200
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 514,
    "fields": {
      "user": 119,
      "book": 176,
      "percentage_completed": 32,
      "last_read_date": "2023-08-20",
      "start_date": "2023-03-12",
      "reading_time_minutes": 369
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 515,
    "fields": {
      "user": 46,
      "book": 135,
      "percentage_completed": 80,
      "last_read_date": "2023-04-19",
      "start_date": "2023-03-05",
      "reading_time_minutes": 315
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 516,
    "fields": {
      "user": 26,
      "book": 107,
      "percentage_completed": 90,
      "last_read_date": "2023-07-30",
      "start_date": "2023-02-09",
      "reading_time_minutes": 278
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 517,
    "fields": {
      "user": 29,
      "book": 153,
      "percentage_completed": 34,
      "last_read_date": "2023-07-05",
      "start_date": "2023-06-28",
      "reading_time_minutes": 323
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 518,
    "fields": {
      "user": 69,
      "book": 112,
      "percentage_completed": 88,
      "last_read_date": "2023-10-16",
      "start_date": "2023-09-04",
      "reading_time_minutes": 402
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 519,
    "fields": {
      "user": 77,
      "book": 8,
      "percentage_completed": 67,
      "last_read_date": "2023-05-15",
      "start_date": "2023-04-20",
      "reading_time_minutes": 369
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 520,
    "fields": {
      "user": 113,
      "book": 44,
      "percentage_completed": 100,
      "last_read_date": "2023-02-25",
      "start_date": "2023-01-24",
      "reading_time_minutes": 266
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 521,
    "fields": {
      "user": 54,
      "book": 12,
      "percentage_completed": 49,
      "last_read_date": "2023-07-20",
      "start_date": "2023-08-25",
      "reading_time_minutes": 334
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 522,
    "fields": {
      "user": 136,
      "book": 59,
      "percentage_completed": 99,
      "last_read_date": "2023-06-16",
      "start_date": "2023-03-04",
      "reading_time_minutes": 383
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 523,
    "fields": {
      "user": 51,
      "book": 125,
      "percentage_completed": 89,
      "last_read_date": "2023-10-10",
      "start_date": "2023-07-25",
      "reading_time_minutes": 257
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 524,
    "fields": {
      "user": 9,
      "book": 154,
      "percentage_completed": 77,
      "last_read_date": "2023-03-20",
      "start_date": "2023-08-14",
      "reading_time_minutes": 455
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 525,
    "fields": {
      "user": 119,
      "book": 28,
      "percentage_completed": 91,
      "last_read_date": "2023-05-04",
      "start_date": "2023-09-20",
      "reading_time_minutes": 188
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 526,
    "fields": {
      "user": 55,
      "book": 147,
      "percentage_completed": 38,
      "last_read_date": "2023-10-18",
      "start_date": "2023-03-05",
      "reading_time_minutes": 253
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 527,
    "fields": {
      "user": 39,
      "book": 30,
      "percentage_completed": 95,
      "last_read_date": "2023-08-16",
      "start_date": "2023-05-18",
      "reading_time_minutes": 333
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 528,
    "fields": {
      "user": 8,
      "book": 189,
      "percentage_completed": 82,
      "last_read_date": "2023-02-07",
      "start_date": "2023-07-11",
      "reading_time_minutes": 309
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 529,
    "fields": {
      "user": 131,
      "book": 9,
      "percentage_completed": 98,
      "last_read_date": "2023-05-14",
      "start_date": "2023-10-13",
      "reading_time_minutes": 296
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 530,
    "fields": {
      "user": 29,
      "book": 160,
      "percentage_completed": 98,
      "last_read_date": "2023-04-19",
      "start_date": "2023-05-09",
      "reading_time_minutes": 303
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 531,
    "fields": {
      "user": 75,
      "book": 116,
      "percentage_completed": 40,
      "last_read_date": "2023-10-25",
      "start_date": "2023-09-29",
      "reading_time_minutes": 213
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 532,
    "fields": {
      "user": 50,
      "book": 101,
      "percentage_completed": 97,
      "last_read_date": "2023-07-05",
      "start_date": "2023-03-30",
      "reading_time_minutes": 169
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 533,
    "fields": {
      "user": 48,
      "book": 200,
      "percentage_completed": 98,
      "last_read_date": "2023-08-23",
      "start_date": "2023-01-10",
      "reading_time_minutes": 358
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 534,
    "fields": {
      "user": 143,
      "book": 116,
      "percentage_completed": 90,
      "last_read_date": "2023-01-21",
      "start_date": "2023-09-17",
      "reading_time_minutes": 380
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 535,
    "fields": {
      "user": 6,
      "book": 13,
      "percentage_completed": 79,
      "last_read_date": "2023-06-23",
      "start_date": "2023-02-05",
      "reading_time_minutes": 282
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 536,
    "fields": {
      "user": 4,
      "book": 28,
      "percentage_completed": 63,
      "last_read_date": "2023-05-14",
      "start_date": "2023-04-22",
      "reading_time_minutes": 166
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 537,
    "fields": {
      "user": 86,
      "book": 119,
      "percentage_completed": 54,
      "last_read_date": "2023-07-04",
      "start_date": "2023-04-05",
      "reading_time_minutes": 388
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 538,
    "fields": {
      "user": 113,
      "book": 49,
      "percentage_completed": 100,
      "last_read_date": "2023-08-03",
      "start_date": "2023-05-13",
      "reading_time_minutes": 311
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 539,
    "fields": {
      "user": 36,
      "book": 14,
      "percentage_completed": 85,
      "last_read_date": "2023-10-05",
      "start_date": "2023-07-30",
      "reading_time_minutes": 355
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 540,
    "fields": {
      "user": 94,
      "book": 12,
      "percentage_completed": 75,
      "last_read_date": "2023-09-29",
      "start_date": "2023-07-10",
      "reading_time_minutes": 129
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 541,
    "fields": {
      "user": 36,
      "book": 61,
      "percentage_completed": 60,
      "last_read_date": "2023-04-16",
      "start_date": "2023-02-22",
      "reading_time_minutes": 397
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 542,
    "fields": {
      "user": 53,
      "book": 165,
      "percentage_completed": 61,
      "last_read_date": "2023-03-15",
      "start_date": "2023-01-10",
      "reading_time_minutes": 461
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 543,
    "fields": {
      "user": 141,
      "book": 1,
      "percentage_completed": 51,
      "last_read_date": "2023-03-01",
      "start_date": "2023-05-15",
      "reading_time_minutes": 231
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 544,
    "fields": {
      "user": 44,
      "book": 168,
      "percentage_completed": 19,
      "last_read_date": "2023-10-11",
      "start_date": "2023-09-27",
      "reading_time_minutes": 252
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 545,
    "fields": {
      "user": 96,
      "book": 193,
      "percentage_completed": 100,
      "last_read_date": "2023-02-17",
      "start_date": "2023-03-06",
      "reading_time_minutes": 300
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 546,
    "fields": {
      "user": 94,
      "book": 115,
      "percentage_completed": 93,
      "last_read_date": "2023-10-18",
      "start_date": "2023-06-09",
      "reading_time_minutes": 397
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 547,
    "fields": {
      "user": 99,
      "book": 131,
      "percentage_completed": 8,
      "last_read_date": "2023-03-23",
      "start_date": "2023-04-17",
      "reading_time_minutes": 490
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 548,
    "fields": {
      "user": 26,
      "book": 15,
      "percentage_completed": 83,
      "last_read_date": "2023-06-07",
      "start_date": "2023-02-23",
      "reading_time_minutes": 419
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 549,
    "fields": {
      "user": 33,
      "book": 50,
      "percentage_completed": 44,
      "last_read_date": "2023-06-10",
      "start_date": "2023-10-05",
      "reading_time_minutes": 276
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 550,
    "fields": {
      "user": 3,
      "book": 20,
      "percentage_completed": 98,
      "last_read_date": "2023-04-08",
      "start_date": "2023-03-19",
      "reading_time_minutes": 365
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 551,
    "fields": {
      "user": 53,
      "book": 87,
      "percentage_completed": 32,
      "last_read_date": "2023-05-09",
      "start_date": "2023-10-07",
      "reading_time_minutes": 507
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 552,
    "fields": {
      "user": 113,
      "book": 128,
      "percentage_completed": 100,
      "last_read_date": "2023-10-03",
      "start_date": "2023-08-25",
      "reading_time_minutes": 262
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 553,
    "fields": {
      "user": 53,
      "book": 56,
      "percentage_completed": 80,
      "last_read_date": "2023-01-09",
      "start_date": "2023-07-11",
      "reading_time_minutes": 265
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 554,
    "fields": {
      "user": 147,
      "book": 129,
      "percentage_completed": 97,
      "last_read_date": "2023-03-13",
      "start_date": "2023-10-29",
      "reading_time_minutes": 314
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 555,
    "fields": {
      "user": 130,
      "book": 65,
      "percentage_completed": 91,
      "last_read_date": "2023-09-05",
      "start_date": "2023-10-17",
      "reading_time_minutes": 348
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 556,
    "fields": {
      "user": 103,
      "book": 75,
      "percentage_completed": 100,
      "last_read_date": "2023-07-12",
      "start_date": "2023-06-26",
      "reading_time_minutes": 175
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 557,
    "fields": {
      "user": 87,
      "book": 42,
      "percentage_completed": 99,
      "last_read_date": "2023-07-04",
      "start_date": "2023-08-16",
      "reading_time_minutes": 248
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 558,
    "fields": {
      "user": 117,
      "book": 15,
      "percentage_completed": 6,
      "last_read_date": "2023-03-25",
      "start_date": "2023-06-16",
      "reading_time_minutes": 347
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 559,
    "fields": {
      "user": 83,
      "book": 119,
      "percentage_completed": 98,
      "last_read_date": "2023-08-17",
      "start_date": "2023-09-29",
      "reading_time_minutes": 81
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 560,
    "fields": {
      "user": 69,
      "book": 16,
      "percentage_completed": 100,
      "last_read_date": "2023-06-08",
      "start_date": "2023-08-18",
      "reading_time_minutes": 307
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 561,
    "fields": {
      "user": 26,
      "book": 60,
      "percentage_completed": 59,
      "last_read_date": "2023-08-31",
      "start_date": "2023-02-14",
      "reading_time_minutes": 266
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 562,
    "fields": {
      "user": 149,
      "book": 32,
      "percentage_completed": 45,
      "last_read_date": "2023-08-23",
      "start_date": "2023-09-20",
      "reading_time_minutes": 403
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 563,
    "fields": {
      "user": 140,
      "book": 53,
      "percentage_completed": 78,
      "last_read_date": "2023-05-21",
      "start_date": "2023-05-12",
      "reading_time_minutes": 261
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 564,
    "fields": {
      "user": 46,
      "book": 101,
      "percentage_completed": 74,
      "last_read_date": "2023-10-12",
      "start_date": "2023-05-11",
      "reading_time_minutes": 248
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 565,
    "fields": {
      "user": 88,
      "book": 109,
      "percentage_completed": 19,
      "last_read_date": "2023-03-24",
      "start_date": "2023-04-28",
      "reading_time_minutes": 204
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 566,
    "fields": {
      "user": 18,
      "book": 45,
      "percentage_completed": 81,
      "last_read_date": "2023-03-31",
      "start_date": "2023-05-30",
      "reading_time_minutes": 465
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 567,
    "fields": {
      "user": 54,
      "book": 118,
      "percentage_completed": 91,
      "last_read_date": "2023-06-12",
      "start_date": "2023-08-05",
      "reading_time_minutes": 258
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 568,
    "fields": {
      "user": 135,
      "book": 121,
      "percentage_completed": 89,
      "last_read_date": "2023-02-05",
      "start_date": "2023-06-29",
      "reading_time_minutes": 319
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 569,
    "fields": {
      "user": 92,
      "book": 163,
      "percentage_completed": 57,
      "last_read_date": "2023-07-22",
      "start_date": "2023-10-12",
      "reading_time_minutes": 328
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 570,
    "fields": {
      "user": 128,
      "book": 125,
      "percentage_completed": 73,
      "last_read_date": "2023-04-15",
      "start_date": "2023-09-08",
      "reading_time_minutes": 313
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 571,
    "fields": {
      "user": 111,
      "book": 142,
      "percentage_completed": 51,
      "last_read_date": "2023-03-07",
      "start_date": "2023-03-19",
      "reading_time_minutes": 197
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 572,
    "fields": {
      "user": 69,
      "book": 169,
      "percentage_completed": 61,
      "last_read_date": "2023-05-14",
      "start_date": "2023-01-06",
      "reading_time_minutes": 337
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 573,
    "fields": {
      "user": 51,
      "book": 113,
      "percentage_completed": 42,
      "last_read_date": "2023-10-27",
      "start_date": "2023-10-15",
      "reading_time_minutes": 356
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 574,
    "fields": {
      "user": 113,
      "book": 138,
      "percentage_completed": 67,
      "last_read_date": "2023-01-31",
      "start_date": "2023-08-29",
      "reading_time_minutes": 203
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 575,
    "fields": {
      "user": 24,
      "book": 184,
      "percentage_completed": 8,
      "last_read_date": "2023-05-18",
      "start_date": "2023-07-05",
      "reading_time_minutes": 380
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 576,
    "fields": {
      "user": 86,
      "book": 13,
      "percentage_completed": 18,
      "last_read_date": "2023-05-04",
      "start_date": "2023-09-05",
      "reading_time_minutes": 293
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 577,
    "fields": {
      "user": 42,
      "book": 87,
      "percentage_completed": 97,
      "last_read_date": "2023-09-17",
      "start_date": "2023-07-18",
      "reading_time_minutes": 410
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 578,
    "fields": {
      "user": 131,
      "book": 101,
      "percentage_completed": 12,
      "last_read_date": "2023-08-08",
      "start_date": "2023-10-02",
      "reading_time_minutes": 114
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 579,
    "fields": {
      "user": 96,
      "book": 30,
      "percentage_completed": 53,
      "last_read_date": "2023-04-03",
      "start_date": "2023-02-07",
      "reading_time_minutes": 255
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 580,
    "fields": {
      "user": 8,
      "book": 183,
      "percentage_completed": 100,
      "last_read_date": "2023-10-05",
      "start_date": "2023-09-14",
      "reading_time_minutes": 276
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 581,
    "fields": {
      "user": 17,
      "book": 120,
      "percentage_completed": 86,
      "last_read_date": "2023-02-20",
      "start_date": "2023-08-29",
      "reading_time_minutes": 403
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 582,
    "fields": {
      "user": 147,
      "book": 41,
      "percentage_completed": 95,
      "last_read_date": "2023-04-24",
      "start_date": "2023-02-14",
      "reading_time_minutes": 332
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 583,
    "fields": {
      "user": 77,
      "book": 59,
      "percentage_completed": 100,
      "last_read_date": "2023-08-31",
      "start_date": "2023-07-11",
      "reading_time_minutes": 402
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 584,
    "fields": {
      "user": 22,
      "book": 129,
      "percentage_completed": 10,
      "last_read_date": "2023-08-29",
      "start_date": "2023-02-19",
      "reading_time_minutes": 351
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 585,
    "fields": {
      "user": 13,
      "book": 187,
      "percentage_completed": 99,
      "last_read_date": "2023-07-30",
      "start_date": "2023-03-23",
      "reading_time_minutes": 224
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 586,
    "fields": {
      "user": 126,
      "book": 181,
      "percentage_completed": 100,
      "last_read_date": "2023-02-25",
      "start_date": "2023-09-19",
      "reading_time_minutes": 288
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 587,
    "fields": {
      "user": 123,
      "book": 180,
      "percentage_completed": 47,
      "last_read_date": "2023-05-18",
      "start_date": "2023-05-15",
      "reading_time_minutes": 377
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 588,
    "fields": {
      "user": 112,
      "book": 57,
      "percentage_completed": 72,
      "last_read_date": "2023-08-31",
      "start_date": "2023-03-11",
      "reading_time_minutes": 363
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 589,
    "fields": {
      "user": 49,
      "book": 58,
      "percentage_completed": 58,
      "last_read_date": "2023-06-13",
      "start_date": "2023-04-13",
      "reading_time_minutes": 254
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 590,
    "fields": {
      "user": 55,
      "book": 88,
      "percentage_completed": 99,
      "last_read_date": "2023-02-13",
      "start_date": "2023-07-01",
      "reading_time_minutes": 289
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 591,
    "fields": {
      "user": 48,
      "book": 184,
      "percentage_completed": 88,
      "last_read_date": "2023-04-15",
      "start_date": "2023-06-30",
      "reading_time_minutes": 249
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 592,
    "fields": {
      "user": 111,
      "book": 8,
      "percentage_completed": 95,
      "last_read_date": "2023-05-18",
      "start_date": "2023-07-08",
      "reading_time_minutes": 163
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 593,
    "fields": {
      "user": 75,
      "book": 2,
      "percentage_completed": 75,
      "last_read_date": "2023-08-03",
      "start_date": "2023-10-10",
      "reading_time_minutes": 345
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 594,
    "fields": {
      "user": 117,
      "book": 170,
      "percentage_completed": 39,
      "last_read_date": "2023-04-05",
      "start_date": "2023-07-15",
      "reading_time_minutes": 270
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 595,
    "fields": {
      "user": 102,
      "book": 141,
      "percentage_completed": 98,
      "last_read_date": "2023-10-23",
      "start_date": "2023-10-08",
      "reading_time_minutes": 224
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 596,
    "fields": {
      "user": 64,
      "book": 92,
      "percentage_completed": 50,
      "last_read_date": "2023-07-19",
      "start_date": "2023-08-09",
      "reading_time_minutes": 253
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 597,
    "fields": {
      "user": 116,
      "book": 150,
      "percentage_completed": 94,
      "last_read_date": "2023-02-08",
      "start_date": "2023-10-31",
      "reading_time_minutes": 294
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 598,
    "fields": {
      "user": 47,
      "book": 109,
      "percentage_completed": 90,
      "last_read_date": "2023-09-26",
      "start_date": "2023-04-30",
      "reading_time_minutes": 317
    }
  },
  {
    "model": "app.readingprogress",
    "pk": 599,
    "fields": {
      "user": 1,
      "book": 189,
      "percentage_completed": 99,
      "last_read_date": "2023-08-09",
      "start_date": "2023-10-31",
      "reading_time_minutes": 301
    }
  },
  {
    "model": "app.feedback",
    "pk": 1,
    "fields": {
      "progress": 454,
      "rating": 3,
      "comments": "The account was closed — unusual case, no further action.",
      "timestamp": "2023-03-01T19:17:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 2,
    "fields": {
      "progress": 138,
      "rating": 5,
      "comments": "The courier confirmed the details and the order was rejected.",
      "timestamp": "2023-08-29T10:51:17Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 3,
    "fields": {
      "progress": 399,
      "rating": 4,
      "comments": "The document was refunded following a routine review.",
      "timestamp": "2023-05-11T19:47:59Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 4,
    "fields": {
      "progress": 209,
      "rating": 3,
      "comments": "The request was rejected after a manual check.",
      "timestamp": "2023-06-24T15:19:51Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 5,
    "fields": {
      "progress": 192,
      "rating": 3,
      "comments": "The request was replaced after an automatic check.",
      "timestamp": "2023-03-09T00:31:05Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 6,
    "fields": {
      "progress": 4,
      "rating": 4,
      "comments": "No response from the reviewer, so the booking was delayed.",
      "timestamp": "2023-10-09T11:57:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 7,
    "fields": {
      "progress": 541,
      "rating": 2,
      "comments": "The appointment was delayed following an urgent review.",
      "timestamp": "2023-04-07T23:25:50Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 8,
    "fields": {
      "progress": 566,
      "rating": 1,
      "comments": "The request was rejected after a standard check.",
      "timestamp": "2023-03-11T10:48:49Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 9,
    "fields": {
      "progress": 118,
      "rating": 2,
      "comments": "A minor transfer was updated the same day.",
      "timestamp": "2023-05-18T01:35:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 10,
    "fields": {
      "progress": 455,
      "rating": 4,
      "comments": "The reviewer asked for a change and the record was completed.",
      "timestamp": "2023-07-29T05:38:54Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 11,
    "fields": {
      "progress": 127,
      "rating": 2,
      "comments": "The delivery was confirmed after a standard check.",
      "timestamp": "2023-04-01T14:49:05Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 12,
    "fields": {
      "progress": 249,
      "rating": 2,
      "comments": "No response from support, so the invoice was rejected.",
      "timestamp": "2023-08-30T07:23:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 13,
    "fields": {
      "progress": 101,
      "rating": 1,
      "comments": "The courier asked for a change and the item was reopened.",
      "timestamp": "2023-03-17T19:04:26Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 14,
    "fields": {
      "progress": 500,
      "rating": 5,
      "comments": "The claim was reopened — partial case, no further action.",
      "timestamp": "2023-07-05T02:58:40Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 15,
    "fields": {
      "progress": 560,
      "rating": 5,
      "comments": "The account owner reported a repeat issue; the report was cancelled.",
      "timestamp": "2023-04-06T21:06:24Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 16,
    "fields": {
      "progress": 167,
      "rating": 5,
      "comments": "The team reported an automatic issue; the transfer was reviewed.",
      "timestamp": "2023-02-08T21:38:17Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 17,
    "fields": {
      "progress": 579,
      "rating": 4,
      "comments": "Flagged as duplicate. An operator rejected the delivery.",
      "timestamp": "2023-06-18T07:37:13Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 18,
    "fields": {
      "progress": 322,
      "rating": 3,
      "comments": "Support asked for a change and the record was rescheduled.",
      "timestamp": "2023-06-20T12:34:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 19,
    "fields": {
      "progress": 592,
      "rating": 5,
      "comments": "Flagged as late. The team closed the report.",
      "timestamp": "2023-06-03T23:01:57Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 20,
    "fields": {
      "progress": 531,
      "rating": 5,
      "comments": "No response from support, so the report was escalated.",
      "timestamp": "2023-05-19T23:34:20Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 21,
    "fields": {
      "progress": 482,
      "rating": 1,
      "comments": "Support confirmed the details and the claim was processed.",
      "timestamp": "2023-07-16T12:45:28Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 22,
    "fields": {
      "progress": 260,
      "rating": 4,
      "comments": "The team reported a routine issue; the order was rejected.",
      "timestamp": "2023-01-14T12:14:04Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 23,
    "fields": {
      "progress": 445,
      "rating": 5,
      "comments": "The delivery was resolved after a standard check.",
      "timestamp": "2023-07-24T04:58:05Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 24,
    "fields": {
      "progress": 350,
      "rating": 3,
      "comments": "An urgent account was cancelled the same day.",
      "timestamp": "2023-05-05T05:16:57Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 25,
    "fields": {
      "progress": 373,
      "rating": 4,
      "comments": "The reviewer confirmed the details and the request was escalated.",
      "timestamp": "2023-07-03T22:59:28Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 26,
    "fields": {
      "progress": 89,
      "rating": 3,
      "comments": "The courier confirmed the details and the item was replaced.",
      "timestamp": "2023-06-17T19:50:19Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 27,
    "fields": {
      "progress": 419,
      "rating": 2,
      "comments": "A manual follow-up: the appointment was completed.",
      "timestamp": "2023-07-14T06:59:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 28,
    "fields": {
      "progress": 539,
      "rating": 4,
      "comments": "The courier reported a minor issue; the account was rejected.",
      "timestamp": "2023-09-27T17:24:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 29,
    "fields": {
      "progress": 291,
      "rating": 3,
      "comments": "The item was updated — minor case, no further action.",
      "timestamp": "2023-01-01T02:40:33Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 30,
    "fields": {
      "progress": 98,
      "rating": 4,
      "comments": "A repeat claim was confirmed the same day.",
      "timestamp": "2023-03-04T03:45:30Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 31,
    "fields": {
      "progress": 190,
      "rating": 3,
      "comments": "A repeat appointment was cancelled the same day.",
      "timestamp": "2023-02-05T08:46:00Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 32,
    "fields": {
      "progress": 171,
      "rating": 4,
      "comments": "The reviewer asked for a change and the appointment was reopened.",
      "timestamp": "2023-05-27T13:13:20Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 33,
    "fields": {
      "progress": 218,
      "rating": 2,
      "comments": "The shipment was replaced after a standard check.",
      "timestamp": "2023-09-18T07:53:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 34,
    "fields": {
      "progress": 478,
      "rating": 5,
      "comments": "The payment was reviewed — routine case, no further action.",
      "timestamp": "2023-03-31T23:47:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 35,
    "fields": {
      "progress": 597,
      "rating": 3,
      "comments": "The ticket was completed after an incomplete check.",
      "timestamp": "2023-06-13T10:51:12Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 36,
    "fields": {
      "progress": 442,
      "rating": 5,
      "comments": "The booking was reopened after a minor check.",
      "timestamp": "2023-10-10T12:12:55Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 37,
    "fields": {
      "progress": 236,
      "rating": 2,
      "comments": "A repeat ticket was refunded the same day.",
      "timestamp": "2023-10-25T11:10:58Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 38,
    "fields": {
      "progress": 357,
      "rating": 2,
      "comments": "No response from the supplier, so the booking was delayed.",
      "timestamp": "2023-01-28T19:32:48Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 39,
    "fields": {
      "progress": 485,
      "rating": 5,
      "comments": "The team asked for a change and the transfer was reopened.",
      "timestamp": "2023-06-14T14:55:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 40,
    "fields": {
      "progress": 509,
      "rating": 3,
      "comments": "Flagged as incomplete. The team closed the session.",
      "timestamp": "2023-02-25T15:02:52Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 41,
    "fields": {
      "progress": 103,
      "rating": 3,
      "comments": "Flagged as unusual. The customer completed the appointment.",
      "timestamp": "2023-07-27T14:25:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 42,
    "fields": {
      "progress": 181,
      "rating": 2,
      "comments": "The customer reported an automatic issue; the record was completed.",
      "timestamp": "2023-07-04T05:34:41Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 43,
    "fields": {
      "progress": 374,
      "rating": 2,
      "comments": "The courier reported a repeat issue; the appointment was reopened.",
      "timestamp": "2023-02-21T19:36:34Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 44,
    "fields": {
      "progress": 187,
      "rating": 3,
      "comments": "The invoice was reviewed following a minor review.",
      "timestamp": "2023-06-18T18:40:23Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 45,
    "fields": {
      "progress": 350,
      "rating": 5,
      "comments": "The customer asked for a change and the record was resolved.",
      "timestamp": "2023-04-02T02:48:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 46,
    "fields": {
      "progress": 293,
      "rating": 1,
      "comments": "A partial account was updated the same day.",
      "timestamp": "2023-06-17T19:58:50Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 47,
    "fields": {
      "progress": 257,
      "rating": 4,
      "comments": "An urgent document was confirmed the same day.",
      "timestamp": "2023-10-20T10:27:02Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 48,
    "fields": {
      "progress": 75,
      "rating": 3,
      "comments": "The session was delayed after a routine check.",
      "timestamp": "2023-09-09T03:17:12Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 49,
    "fields": {
      "progress": 221,
      "rating": 5,
      "comments": "The supplier asked for a change and the order was reviewed.",
      "timestamp": "2023-02-17T15:32:25Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 50,
    "fields": {
      "progress": 534,
      "rating": 4,
      "comments": "Flagged as partial. The reviewer cancelled the appointment.",
      "timestamp": "2023-05-23T10:57:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 51,
    "fields": {
      "progress": 248,
      "rating": 5,
      "comments": "Flagged as duplicate. Support reopened the item.",
      "timestamp": "2023-01-05T22:20:42Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 52,
    "fields": {
      "progress": 135,
      "rating": 1,
      "comments": "The session was reopened after a partial check.",
      "timestamp": "2023-07-21T07:22:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 53,
    "fields": {
      "progress": 518,
      "rating": 3,
      "comments": "A standard follow-up: the payment was rejected.",
      "timestamp": "2023-08-22T17:50:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 54,
    "fields": {
      "progress": 577,
      "rating": 4,
      "comments": "A minor follow-up: the request was escalated.",
      "timestamp": "2023-01-11T09:34:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 55,
    "fields": {
      "progress": 198,
      "rating": 5,
      "comments": "A manual document was resolved the same day.",
      "timestamp": "2023-01-23T06:42:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 56,
    "fields": {
      "progress": 138,
      "rating": 5,
      "comments": "An operator reported an automatic issue; the document was rescheduled.",
      "timestamp": "2023-06-16T19:21:59Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 57,
    "fields": {
      "progress": 274,
      "rating": 3,
      "comments": "Flagged as standard. The team cancelled the invoice.",
      "timestamp": "2023-10-10T11:15:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 58,
    "fields": {
      "progress": 83,
      "rating": 5,
      "comments": "The account owner confirmed the details and the invoice was refunded.",
      "timestamp": "2023-07-08T06:27:07Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 59,
    "fields": {
      "progress": 580,
      "rating": 4,
      "comments": "The supplier asked for a change and the claim was completed.",
      "timestamp": "2023-01-27T05:25:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 60,
    "fields": {
      "progress": 311,
      "rating": 4,
      "comments": "The request was delayed after a routine check.",
      "timestamp": "2023-02-12T23:21:26Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 61,
    "fields": {
      "progress": 435,
      "rating": 3,
      "comments": "No response from the customer, so the report was cancelled.",
      "timestamp": "2023-01-10T10:28:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 62,
    "fields": {
      "progress": 415,
      "rating": 4,
      "comments": "An operator reported a manual issue; the transfer was completed.",
      "timestamp": "2023-07-02T03:25:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 63,
    "fields": {
      "progress": 229,
      "rating": 5,
      "comments": "The payment was cancelled — late case, no further action.",
      "timestamp": "2023-04-06T13:36:24Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 64,
    "fields": {
      "progress": 497,
      "rating": 3,
      "comments": "The item was approved — unusual case, no further action.",
      "timestamp": "2023-09-25T03:18:43Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 65,
    "fields": {
      "progress": 508,
      "rating": 5,
      "comments": "An operator reported a repeat issue; the invoice was refunded.",
      "timestamp": "2023-07-05T18:07:59Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 66,
    "fields": {
      "progress": 464,
      "rating": 4,
      "comments": "The order was escalated after an automatic check.",
      "timestamp": "2023-07-12T19:27:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 67,
    "fields": {
      "progress": 205,
      "rating": 4,
      "comments": "The courier confirmed the details and the order was confirmed.",
      "timestamp": "2023-02-03T01:03:06Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 68,
    "fields": {
      "progress": 441,
      "rating": 2,
      "comments": "The account owner confirmed the details and the item was escalated.",
      "timestamp": "2023-02-10T08:00:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 69,
    "fields": {
      "progress": 155,
      "rating": 3,
      "comments": "The appointment was rescheduled following an urgent review.",
      "timestamp": "2023-01-11T02:35:41Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 70,
    "fields": {
      "progress": 153,
      "rating": 4,
      "comments": "The refund was delayed — partial case, no further action.",
      "timestamp": "2023-01-28T16:17:01Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 71,
    "fields": {
      "progress": 115,
      "rating": 4,
      "comments": "The team reported a manual issue; the invoice was replaced.",
      "timestamp": "2023-10-14T10:12:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 72,
    "fields": {
      "progress": 216,
      "rating": 5,
      "comments": "The transfer was closed following a standard review.",
      "timestamp": "2023-08-21T09:19:43Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 73,
    "fields": {
      "progress": 237,
      "rating": 5,
      "comments": "A late follow-up: the item was escalated.",
      "timestamp": "2023-03-15T10:43:11Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 74,
    "fields": {
      "progress": 400,
      "rating": 3,
      "comments": "Flagged as partial. The account owner delayed the appointment.",
      "timestamp": "2023-04-14T11:19:28Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 75,
    "fields": {
      "progress": 49,
      "rating": 2,
      "comments": "The request was rescheduled after an automatic check.",
      "timestamp": "2023-03-24T06:49:30Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 76,
    "fields": {
      "progress": 229,
      "rating": 4,
      "comments": "A late follow-up: the session was refunded.",
      "timestamp": "2023-06-02T04:59:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 77,
    "fields": {
      "progress": 435,
      "rating": 5,
      "comments": "A minor request was cancelled the same day.",
      "timestamp": "2023-08-17T18:47:40Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 78,
    "fields": {
      "progress": 189,
      "rating": 1,
      "comments": "A partial document was rescheduled the same day.",
      "timestamp": "2023-04-27T10:47:32Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 79,
    "fields": {
      "progress": 407,
      "rating": 4,
      "comments": "No response from the reviewer, so the transfer was escalated.",
      "timestamp": "2023-06-26T00:44:26Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 80,
    "fields": {
      "progress": 130,
      "rating": 3,
      "comments": "The ticket was cancelled following a partial review.",
      "timestamp": "2023-02-13T21:11:09Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 81,
    "fields": {
      "progress": 53,
      "rating": 4,
      "comments": "A manual follow-up: the order was reviewed.",
      "timestamp": "2023-10-13T17:38:22Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 82,
    "fields": {
      "progress": 190,
      "rating": 4,
      "comments": "The refund was confirmed following a standard review.",
      "timestamp": "2023-07-02T07:00:28Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 83,
    "fields": {
      "progress": 231,
      "rating": 2,
      "comments": "No response from the reviewer, so the session was reopened.",
      "timestamp": "2023-09-07T16:16:07Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 84,
    "fields": {
      "progress": 207,
      "rating": 5,
      "comments": "The transfer was approved — minor case, no further action.",
      "timestamp": "2023-06-19T03:56:22Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 85,
    "fields": {
      "progress": 323,
      "rating": 2,
      "comments": "A late follow-up: the booking was rescheduled.",
      "timestamp": "2023-10-21T08:47:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 86,
    "fields": {
      "progress": 33,
      "rating": 5,
      "comments": "An urgent session was reopened the same day.",
      "timestamp": "2023-08-13T17:38:06Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 87,
    "fields": {
      "progress": 366,
      "rating": 1,
      "comments": "A partial follow-up: the appointment was processed.",
      "timestamp": "2023-04-03T10:01:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 88,
    "fields": {
      "progress": 252,
      "rating": 5,
      "comments": "No response from the customer, so the request was confirmed.",
      "timestamp": "2023-09-15T01:18:28Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 89,
    "fields": {
      "progress": 536,
      "rating": 4,
      "comments": "The request was confirmed following an automatic review.",
      "timestamp": "2023-04-11T08:07:11Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 90,
    "fields": {
      "progress": 594,
      "rating": 4,
      "comments": "The item was resolved — partial case, no further action.",
      "timestamp": "2023-04-23T20:35:17Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 91,
    "fields": {
      "progress": 436,
      "rating": 3,
      "comments": "Flagged as manual. The account owner rejected the booking.",
      "timestamp": "2023-02-14T02:59:54Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 92,
    "fields": {
      "progress": 7,
      "rating": 5,
      "comments": "Flagged as unusual. The reviewer resolved the claim.",
      "timestamp": "2023-03-23T01:23:52Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 93,
    "fields": {
      "progress": 321,
      "rating": 3,
      "comments": "A partial follow-up: the transfer was cancelled.",
      "timestamp": "2023-06-24T00:01:17Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 94,
    "fields": {
      "progress": 514,
      "rating": 3,
      "comments": "The ticket was confirmed after a minor check.",
      "timestamp": "2023-05-27T17:51:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 95,
    "fields": {
      "progress": 196,
      "rating": 5,
      "comments": "The appointment was delayed after a minor check.",
      "timestamp": "2023-03-24T01:03:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 96,
    "fields": {
      "progress": 447,
      "rating": 4,
      "comments": "The report was rescheduled following a duplicate review.",
      "timestamp": "2023-09-06T22:40:09Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 97,
    "fields": {
      "progress": 439,
      "rating": 5,
      "comments": "The courier asked for a change and the appointment was processed.",
      "timestamp": "2023-10-21T12:51:06Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 98,
    "fields": {
      "progress": 494,
      "rating": 5,
      "comments": "The delivery was reviewed — automatic case, no further action.",
      "timestamp": "2023-06-11T12:45:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 99,
    "fields": {
      "progress": 391,
      "rating": 3,
      "comments": "The team reported an automatic issue; the payment was closed.",
      "timestamp": "2023-08-20T21:27:31Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 100,
    "fields": {
      "progress": 232,
      "rating": 4,
      "comments": "The record was delayed after an automatic check.",
      "timestamp": "2023-02-04T16:22:23Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 101,
    "fields": {
      "progress": 94,
      "rating": 4,
      "comments": "A repeat follow-up: the account was confirmed.",
      "timestamp": "2023-09-10T13:51:03Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 102,
    "fields": {
      "progress": 428,
      "rating": 1,
      "comments": "A minor follow-up: the invoice was rejected.",
      "timestamp": "2023-09-14T20:43:53Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 103,
    "fields": {
      "progress": 369,
      "rating": 5,
      "comments": "A routine follow-up: the item was reviewed.",
      "timestamp": "2023-02-11T17:57:27Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 104,
    "fields": {
      "progress": 380,
      "rating": 4,
      "comments": "The record was delayed after a minor check.",
      "timestamp": "2023-06-09T19:59:15Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 105,
    "fields": {
      "progress": 251,
      "rating": 5,
      "comments": "The report was updated — minor case, no further action.",
      "timestamp": "2023-01-07T15:53:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 106,
    "fields": {
      "progress": 214,
      "rating": 5,
      "comments": "The reviewer reported an unusual issue; the shipment was confirmed.",
      "timestamp": "2023-05-09T19:45:25Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 107,
    "fields": {
      "progress": 556,
      "rating": 5,
      "comments": "Support reported a minor issue; the item was rescheduled.",
      "timestamp": "2023-03-30T04:40:50Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 108,
    "fields": {
      "progress": 145,
      "rating": 3,
      "comments": "An automatic follow-up: the shipment was confirmed.",
      "timestamp": "2023-06-25T06:43:31Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 109,
    "fields": {
      "progress": 221,
      "rating": 4,
      "comments": "No response from the customer, so the item was approved.",
      "timestamp": "2023-07-12T16:10:07Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 110,
    "fields": {
      "progress": 212,
      "rating": 4,
      "comments": "No response from the customer, so the report was resolved.",
      "timestamp": "2023-04-03T23:58:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 111,
    "fields": {
      "progress": 595,
      "rating": 5,
      "comments": "Flagged as incomplete. The supplier resolved the request.",
      "timestamp": "2023-03-18T14:32:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 112,
    "fields": {
      "progress": 291,
      "rating": 1,
      "comments": "The ticket was rejected — standard case, no further action.",
      "timestamp": "2023-10-22T12:02:44Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 113,
    "fields": {
      "progress": 313,
      "rating": 5,
      "comments": "A partial order was rescheduled the same day.",
      "timestamp": "2023-10-28T06:04:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 114,
    "fields": {
      "progress": 396,
      "rating": 4,
      "comments": "The transfer was rescheduled — partial case, no further action.",
      "timestamp": "2023-03-22T07:16:54Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 115,
    "fields": {
      "progress": 514,
      "rating": 5,
      "comments": "The booking was resolved — late case, no further action.",
      "timestamp": "2023-06-23T08:05:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 116,
    "fields": {
      "progress": 404,
      "rating": 2,
      "comments": "The appointment was confirmed after a partial check.",
      "timestamp": "2023-04-16T10:36:22Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 117,
    "fields": {
      "progress": 410,
      "rating": 5,
      "comments": "A late report was reopened the same day.",
      "timestamp": "2023-03-12T05:32:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 118,
    "fields": {
      "progress": 463,
      "rating": 4,
      "comments": "No response from the team, so the session was confirmed.",
      "timestamp": "2023-07-14T17:01:32Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 119,
    "fields": {
      "progress": 353,
      "rating": 5,
      "comments": "The order was approved after a routine check.",
      "timestamp": "2023-02-11T01:40:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 120,
    "fields": {
      "progress": 413,
      "rating": 1,
      "comments": "The team confirmed the details and the claim was completed.",
      "timestamp": "2023-04-11T11:17:14Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 121,
    "fields": {
      "progress": 598,
      "rating": 4,
      "comments": "An unusual payment was updated the same day.",
      "timestamp": "2023-05-20T13:04:18Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 122,
    "fields": {
      "progress": 411,
      "rating": 5,
      "comments": "An operator confirmed the details and the payment was cancelled.",
      "timestamp": "2023-08-20T22:26:51Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 123,
    "fields": {
      "progress": 591,
      "rating": 4,
      "comments": "No response from the team, so the claim was reviewed.",
      "timestamp": "2023-04-01T21:10:23Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 124,
    "fields": {
      "progress": 133,
      "rating": 1,
      "comments": "The appointment was escalated after a repeat check.",
      "timestamp": "2023-03-11T05:43:52Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 125,
    "fields": {
      "progress": 18,
      "rating": 4,
      "comments": "The courier confirmed the details and the claim was cancelled.",
      "timestamp": "2023-05-05T22:41:54Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 126,
    "fields": {
      "progress": 40,
      "rating": 5,
      "comments": "The refund was approved following an urgent review.",
      "timestamp": "2023-10-23T05:40:29Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 127,
    "fields": {
      "progress": 261,
      "rating": 2,
      "comments": "The team confirmed the details and the order was reviewed.",
      "timestamp": "2023-06-14T21:46:13Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 128,
    "fields": {
      "progress": 101,
      "rating": 2,
      "comments": "Flagged as standard. The customer approved the item.",
      "timestamp": "2023-02-16T11:50:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 129,
    "fields": {
      "progress": 376,
      "rating": 5,
      "comments": "A late record was closed the same day.",
      "timestamp": "2023-05-25T23:04:30Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 130,
    "fields": {
      "progress": 461,
      "rating": 5,
      "comments": "The customer confirmed the details and the refund was delayed.",
      "timestamp": "2023-02-06T11:14:32Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 131,
    "fields": {
      "progress": 97,
      "rating": 4,
      "comments": "An unusual follow-up: the session was reopened.",
      "timestamp": "2023-02-22T06:28:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 132,
    "fields": {
      "progress": 297,
      "rating": 2,
      "comments": "Flagged as duplicate. The courier replaced the delivery.",
      "timestamp": "2023-07-26T10:57:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 133,
    "fields": {
      "progress": 26,
      "rating": 3,
      "comments": "The report was replaced — duplicate case, no further action.",
      "timestamp": "2023-04-02T15:53:18Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 134,
    "fields": {
      "progress": 541,
      "rating": 4,
      "comments": "The supplier reported a repeat issue; the session was resolved.",
      "timestamp": "2023-09-04T03:27:32Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 135,
    "fields": {
      "progress": 234,
      "rating": 5,
      "comments": "The invoice was reopened — duplicate case, no further action.",
      "timestamp": "2023-09-01T17:49:31Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 136,
    "fields": {
      "progress": 372,
      "rating": 1,
      "comments": "Support confirmed the details and the session was cancelled.",
      "timestamp": "2023-06-30T18:48:12Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 137,
    "fields": {
      "progress": 31,
      "rating": 5,
      "comments": "An operator asked for a change and the document was updated.",
      "timestamp": "2023-01-10T03:49:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 138,
    "fields": {
      "progress": 105,
      "rating": 5,
      "comments": "No response from the customer, so the shipment was confirmed.",
      "timestamp": "2023-08-15T12:58:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 139,
    "fields": {
      "progress": 325,
      "rating": 2,
      "comments": "The document was rescheduled following a minor review.",
      "timestamp": "2023-10-31T01:59:58Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 140,
    "fields": {
      "progress": 342,
      "rating": 5,
      "comments": "The courier asked for a change and the payment was closed.",
      "timestamp": "2023-05-23T16:38:44Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 141,
    "fields": {
      "progress": 493,
      "rating": 2,
      "comments": "A standard item was approved the same day.",
      "timestamp": "2023-09-22T08:26:51Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 142,
    "fields": {
      "progress": 356,
      "rating": 5,
      "comments": "The customer reported a standard issue; the document was processed.",
      "timestamp": "2023-06-09T18:01:24Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 143,
    "fields": {
      "progress": 50,
      "rating": 5,
      "comments": "The record was processed following an incomplete review.",
      "timestamp": "2023-08-31T08:04:01Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 144,
    "fields": {
      "progress": 280,
      "rating": 4,
      "comments": "No response from the account owner, so the refund was refunded.",
      "timestamp": "2023-02-15T06:00:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 145,
    "fields": {
      "progress": 313,
      "rating": 5,
      "comments": "Flagged as minor. The courier delayed the ticket.",
      "timestamp": "2023-09-16T11:03:44Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 146,
    "fields": {
      "progress": 485,
      "rating": 5,
      "comments": "Flagged as routine. Support approved the account.",
      "timestamp": "2023-07-23T14:31:11Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 147,
    "fields": {
      "progress": 370,
      "rating": 4,
      "comments": "The claim was approved — partial case, no further action.",
      "timestamp": "2023-01-02T23:30:08Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 148,
    "fields": {
      "progress": 243,
      "rating": 2,
      "comments": "The payment was replaced — minor case, no further action.",
      "timestamp": "2023-05-13T02:24:40Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 149,
    "fields": {
      "progress": 270,
      "rating": 3,
      "comments": "No response from the courier, so the record was reviewed.",
      "timestamp": "2023-05-05T20:10:22Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 150,
    "fields": {
      "progress": 302,
      "rating": 5,
      "comments": "A late follow-up: the ticket was rescheduled.",
      "timestamp": "2023-02-09T03:54:10Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 151,
    "fields": {
      "progress": 47,
      "rating": 5,
      "comments": "The ticket was reopened — manual case, no further action.",
      "timestamp": "2023-08-31T21:37:04Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 152,
    "fields": {
      "progress": 289,
      "rating": 5,
      "comments": "Flagged as late. The account owner completed the ticket.",
      "timestamp": "2023-06-08T15:52:06Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 153,
    "fields": {
      "progress": 185,
      "rating": 5,
      "comments": "No response from the customer, so the item was reopened.",
      "timestamp": "2023-04-22T15:21:10Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 154,
    "fields": {
      "progress": 529,
      "rating": 2,
      "comments": "A manual follow-up: the booking was reopened.",
      "timestamp": "2023-01-08T16:26:57Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 155,
    "fields": {
      "progress": 127,
      "rating": 4,
      "comments": "A duplicate follow-up: the payment was reopened.",
      "timestamp": "2023-02-23T20:26:02Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 156,
    "fields": {
      "progress": 292,
      "rating": 3,
      "comments": "A standard follow-up: the refund was updated.",
      "timestamp": "2023-02-16T06:55:20Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 157,
    "fields": {
      "progress": 449,
      "rating": 5,
      "comments": "The team confirmed the details and the appointment was completed.",
      "timestamp": "2023-03-06T17:52:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 158,
    "fields": {
      "progress": 268,
      "rating": 2,
      "comments": "The customer confirmed the details and the session was updated.",
      "timestamp": "2023-04-20T03:25:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 159,
    "fields": {
      "progress": 552,
      "rating": 5,
      "comments": "A minor delivery was replaced the same day.",
      "timestamp": "2023-06-02T15:45:12Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 160,
    "fields": {
      "progress": 70,
      "rating": 5,
      "comments": "An operator asked for a change and the record was reopened.",
      "timestamp": "2023-04-06T07:32:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 161,
    "fields": {
      "progress": 170,
      "rating": 5,
      "comments": "Flagged as repeat. The reviewer rejected the invoice.",
      "timestamp": "2023-01-12T09:22:23Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 162,
    "fields": {
      "progress": 165,
      "rating": 4,
      "comments": "An operator confirmed the details and the report was resolved.",
      "timestamp": "2023-08-20T03:10:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 163,
    "fields": {
      "progress": 45,
      "rating": 5,
      "comments": "Flagged as unusual. The supplier reviewed the request.",
      "timestamp": "2023-05-23T10:28:51Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 164,
    "fields": {
      "progress": 150,
      "rating": 5,
      "comments": "The appointment was rescheduled following a late review.",
      "timestamp": "2023-03-05T00:12:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 165,
    "fields": {
      "progress": 29,
      "rating": 5,
      "comments": "The delivery was completed after a routine check.",
      "timestamp": "2023-10-09T18:23:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 166,
    "fields": {
      "progress": 37,
      "rating": 3,
      "comments": "A repeat appointment was cancelled the same day.",
      "timestamp": "2023-06-21T10:05:34Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 167,
    "fields": {
      "progress": 295,
      "rating": 5,
      "comments": "The customer confirmed the details and the item was approved.",
      "timestamp": "2023-02-21T05:19:02Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 168,
    "fields": {
      "progress": 387,
      "rating": 1,
      "comments": "Support confirmed the details and the delivery was completed.",
      "timestamp": "2023-01-03T19:42:19Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 169,
    "fields": {
      "progress": 541,
      "rating": 5,
      "comments": "No response from the supplier, so the booking was closed.",
      "timestamp": "2023-07-21T12:17:45Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 170,
    "fields": {
      "progress": 223,
      "rating": 5,
      "comments": "The appointment was refunded following an urgent review.",
      "timestamp": "2023-07-17T04:11:43Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 171,
    "fields": {
      "progress": 418,
      "rating": 4,
      "comments": "Flagged as late. The account owner reviewed the shipment.",
      "timestamp": "2023-08-22T22:45:43Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 172,
    "fields": {
      "progress": 161,
      "rating": 4,
      "comments": "A minor delivery was completed the same day.",
      "timestamp": "2023-06-21T10:12:15Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 173,
    "fields": {
      "progress": 477,
      "rating": 5,
      "comments": "The claim was completed following a duplicate review.",
      "timestamp": "2023-03-28T11:51:00Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 174,
    "fields": {
      "progress": 438,
      "rating": 5,
      "comments": "The delivery was rejected after a minor check.",
      "timestamp": "2023-08-31T17:17:00Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 175,
    "fields": {
      "progress": 200,
      "rating": 5,
      "comments": "The supplier reported a duplicate issue; the order was replaced.",
      "timestamp": "2023-02-24T05:44:24Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 176,
    "fields": {
      "progress": 299,
      "rating": 4,
      "comments": "The account was completed — standard case, no further action.",
      "timestamp": "2023-01-16T23:09:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 177,
    "fields": {
      "progress": 329,
      "rating": 3,
      "comments": "The invoice was rescheduled following an incomplete review.",
      "timestamp": "2023-10-23T04:45:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 178,
    "fields": {
      "progress": 344,
      "rating": 5,
      "comments": "The supplier reported a partial issue; the claim was updated.",
      "timestamp": "2023-05-25T13:50:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 179,
    "fields": {
      "progress": 389,
      "rating": 4,
      "comments": "The invoice was closed after an urgent check.",
      "timestamp": "2023-07-22T08:34:50Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 180,
    "fields": {
      "progress": 551,
      "rating": 5,
      "comments": "An incomplete invoice was reviewed the same day.",
      "timestamp": "2023-04-11T20:53:18Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 181,
    "fields": {
      "progress": 519,
      "rating": 5,
      "comments": "An automatic payment was refunded the same day.",
      "timestamp": "2023-02-13T23:16:31Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 182,
    "fields": {
      "progress": 586,
      "rating": 4,
      "comments": "No response from an operator, so the appointment was completed.",
      "timestamp": "2023-07-14T11:46:07Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 183,
    "fields": {
      "progress": 223,
      "rating": 5,
      "comments": "A duplicate follow-up: the shipment was closed.",
      "timestamp": "2023-01-09T00:23:26Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 184,
    "fields": {
      "progress": 432,
      "rating": 4,
      "comments": "The team confirmed the details and the ticket was processed.",
      "timestamp": "2023-02-18T05:10:49Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 185,
    "fields": {
      "progress": 448,
      "rating": 3,
      "comments": "An incomplete refund was completed the same day.",
      "timestamp": "2023-10-20T11:15:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 186,
    "fields": {
      "progress": 283,
      "rating": 5,
      "comments": "The session was cancelled — urgent case, no further action.",
      "timestamp": "2023-06-30T08:40:05Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 187,
    "fields": {
      "progress": 422,
      "rating": 4,
      "comments": "Support reported a late issue; the item was closed.",
      "timestamp": "2023-10-02T12:39:46Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 188,
    "fields": {
      "progress": 182,
      "rating": 4,
      "comments": "Flagged as routine. The courier rescheduled the report.",
      "timestamp": "2023-09-08T01:28:29Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 189,
    "fields": {
      "progress": 455,
      "rating": 5,
      "comments": "The transfer was approved after a duplicate check.",
      "timestamp": "2023-04-02T10:31:54Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 190,
    "fields": {
      "progress": 489,
      "rating": 3,
      "comments": "The delivery was closed — automatic case, no further action.",
      "timestamp": "2023-03-13T20:41:58Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 191,
    "fields": {
      "progress": 232,
      "rating": 4,
      "comments": "The report was resolved following a late review.",
      "timestamp": "2023-06-09T18:59:12Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 192,
    "fields": {
      "progress": 526,
      "rating": 5,
      "comments": "Flagged as late. The supplier resolved the invoice.",
      "timestamp": "2023-01-14T20:51:31Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 193,
    "fields": {
      "progress": 488,
      "rating": 1,
      "comments": "A repeat follow-up: the request was approved.",
      "timestamp": "2023-09-16T05:57:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 194,
    "fields": {
      "progress": 122,
      "rating": 3,
      "comments": "The courier asked for a change and the booking was cancelled.",
      "timestamp": "2023-02-18T04:41:50Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 195,
    "fields": {
      "progress": 402,
      "rating": 3,
      "comments": "An operator confirmed the details and the ticket was confirmed.",
      "timestamp": "2023-02-15T04:20:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 196,
    "fields": {
      "progress": 404,
      "rating": 4,
      "comments": "An operator reported a manual issue; the claim was cancelled.",
      "timestamp": "2023-08-11T16:16:34Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 197,
    "fields": {
      "progress": 206,
      "rating": 4,
      "comments": "An operator asked for a change and the item was refunded.",
      "timestamp": "2023-04-05T12:06:20Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 198,
    "fields": {
      "progress": 570,
      "rating": 5,
      "comments": "A late record was refunded the same day.",
      "timestamp": "2023-05-08T15:36:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 199,
    "fields": {
      "progress": 307,
      "rating": 5,
      "comments": "The request was replaced — partial case, no further action.",
      "timestamp": "2023-01-02T03:46:18Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 200,
    "fields": {
      "progress": 131,
      "rating": 4,
      "comments": "A duplicate session was rejected the same day.",
      "timestamp": "2023-02-07T18:36:04Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 201,
    "fields": {
      "progress": 204,
      "rating": 2,
      "comments": "The payment was confirmed after an unusual check.",
      "timestamp": "2023-06-04T11:31:31Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 202,
    "fields": {
      "progress": 28,
      "rating": 3,
      "comments": "Support asked for a change and the report was resolved.",
      "timestamp": "2023-10-31T06:39:04Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 203,
    "fields": {
      "progress": 526,
      "rating": 4,
      "comments": "An urgent follow-up: the order was rejected.",
      "timestamp": "2023-09-15T08:50:42Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 204,
    "fields": {
      "progress": 403,
      "rating": 4,
      "comments": "No response from the team, so the ticket was approved.",
      "timestamp": "2023-08-15T20:13:20Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 205,
    "fields": {
      "progress": 317,
      "rating": 3,
      "comments": "No response from the courier, so the document was closed.",
      "timestamp": "2023-09-04T10:48:42Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 206,
    "fields": {
      "progress": 472,
      "rating": 4,
      "comments": "Support asked for a change and the report was confirmed.",
      "timestamp": "2023-03-22T08:03:10Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 207,
    "fields": {
      "progress": 385,
      "rating": 5,
      "comments": "The account owner confirmed the details and the session was rejected.",
      "timestamp": "2023-08-04T07:07:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 208,
    "fields": {
      "progress": 188,
      "rating": 4,
      "comments": "The team asked for a change and the session was reopened.",
      "timestamp": "2023-02-14T00:21:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 209,
    "fields": {
      "progress": 547,
      "rating": 5,
      "comments": "Flagged as unusual. Support replaced the session.",
      "timestamp": "2023-01-28T06:23:08Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 210,
    "fields": {
      "progress": 486,
      "rating": 5,
      "comments": "An operator confirmed the details and the session was reopened.",
      "timestamp": "2023-10-27T20:58:47Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 211,
    "fields": {
      "progress": 286,
      "rating": 2,
      "comments": "A routine follow-up: the booking was reviewed.",
      "timestamp": "2023-01-09T09:45:06Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 212,
    "fields": {
      "progress": 573,
      "rating": 5,
      "comments": "The delivery was escalated following an unusual review.",
      "timestamp": "2023-05-18T14:35:31Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 213,
    "fields": {
      "progress": 71,
      "rating": 1,
      "comments": "The account owner asked for a change and the session was escalated.",
      "timestamp": "2023-08-17T13:04:59Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 214,
    "fields": {
      "progress": 525,
      "rating": 4,
      "comments": "An automatic invoice was cancelled the same day.",
      "timestamp": "2023-05-08T00:09:58Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 215,
    "fields": {
      "progress": 516,
      "rating": 4,
      "comments": "The invoice was resolved after a duplicate check.",
      "timestamp": "2023-01-16T03:02:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 216,
    "fields": {
      "progress": 532,
      "rating": 5,
      "comments": "The team reported a minor issue; the order was rescheduled.",
      "timestamp": "2023-07-08T19:47:28Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 217,
    "fields": {
      "progress": 269,
      "rating": 2,
      "comments": "No response from the supplier, so the report was completed.",
      "timestamp": "2023-07-30T18:38:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 218,
    "fields": {
      "progress": 412,
      "rating": 2,
      "comments": "A late follow-up: the appointment was refunded.",
      "timestamp": "2023-07-08T21:20:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 219,
    "fields": {
      "progress": 303,
      "rating": 3,
      "comments": "The payment was cancelled — urgent case, no further action.",
      "timestamp": "2023-03-20T03:38:12Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 220,
    "fields": {
      "progress": 546,
      "rating": 5,
      "comments": "The appointment was confirmed after an incomplete check.",
      "timestamp": "2023-05-26T11:32:35Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 221,
    "fields": {
      "progress": 210,
      "rating": 3,
      "comments": "The delivery was completed after an automatic check.",
      "timestamp": "2023-10-01T08:11:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 222,
    "fields": {
      "progress": 560,
      "rating": 5,
      "comments": "The booking was processed after an urgent check.",
      "timestamp": "2023-09-23T20:26:15Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 223,
    "fields": {
      "progress": 326,
      "rating": 5,
      "comments": "Flagged as unusual. The courier cancelled the item.",
      "timestamp": "2023-07-03T18:30:47Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 224,
    "fields": {
      "progress": 191,
      "rating": 5,
      "comments": "The team asked for a change and the transfer was updated.",
      "timestamp": "2023-09-03T01:45:03Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 225,
    "fields": {
      "progress": 371,
      "rating": 2,
      "comments": "Flagged as routine. The account owner escalated the item.",
      "timestamp": "2023-01-14T00:51:33Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 226,
    "fields": {
      "progress": 499,
      "rating": 2,
      "comments": "The account was replaced after a repeat check.",
      "timestamp": "2023-01-17T05:48:06Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 227,
    "fields": {
      "progress": 365,
      "rating": 5,
      "comments": "No response from the customer, so the transfer was updated.",
      "timestamp": "2023-01-29T14:47:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 228,
    "fields": {
      "progress": 276,
      "rating": 2,
      "comments": "No response from support, so the invoice was cancelled.",
      "timestamp": "2023-03-26T01:53:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 229,
    "fields": {
      "progress": 497,
      "rating": 5,
      "comments": "An urgent follow-up: the document was cancelled.",
      "timestamp": "2023-01-19T11:59:56Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 230,
    "fields": {
      "progress": 125,
      "rating": 5,
      "comments": "An urgent transfer was updated the same day.",
      "timestamp": "2023-04-22T05:42:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 231,
    "fields": {
      "progress": 172,
      "rating": 3,
      "comments": "An unusual follow-up: the account was resolved.",
      "timestamp": "2023-04-06T08:14:08Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 232,
    "fields": {
      "progress": 567,
      "rating": 2,
      "comments": "The team reported a partial issue; the account was replaced.",
      "timestamp": "2023-03-27T09:15:29Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 233,
    "fields": {
      "progress": 142,
      "rating": 1,
      "comments": "Flagged as duplicate. The customer completed the order.",
      "timestamp": "2023-08-28T01:26:12Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 234,
    "fields": {
      "progress": 190,
      "rating": 3,
      "comments": "The report was confirmed after a late check.",
      "timestamp": "2023-10-14T04:38:29Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 235,
    "fields": {
      "progress": 467,
      "rating": 2,
      "comments": "The ticket was rescheduled — incomplete case, no further action.",
      "timestamp": "2023-04-09T17:12:36Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 236,
    "fields": {
      "progress": 85,
      "rating": 4,
      "comments": "The refund was approved after an urgent check.",
      "timestamp": "2023-07-24T22:30:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 237,
    "fields": {
      "progress": 348,
      "rating": 5,
      "comments": "No response from the customer, so the report was closed.",
      "timestamp": "2023-04-16T21:56:42Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 238,
    "fields": {
      "progress": 136,
      "rating": 3,
      "comments": "An operator asked for a change and the refund was closed.",
      "timestamp": "2023-04-06T08:05:58Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 239,
    "fields": {
      "progress": 148,
      "rating": 5,
      "comments": "The supplier reported an automatic issue; the report was completed.",
      "timestamp": "2023-05-15T22:21:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 240,
    "fields": {
      "progress": 581,
      "rating": 2,
      "comments": "A routine session was reopened the same day.",
      "timestamp": "2023-05-15T10:35:06Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 241,
    "fields": {
      "progress": 98,
      "rating": 2,
      "comments": "No response from the customer, so the refund was completed.",
      "timestamp": "2023-10-06T21:38:54Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 242,
    "fields": {
      "progress": 529,
      "rating": 2,
      "comments": "Flagged as incomplete. An operator resolved the invoice.",
      "timestamp": "2023-04-03T01:49:09Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 243,
    "fields": {
      "progress": 176,
      "rating": 3,
      "comments": "A late session was confirmed the same day.",
      "timestamp": "2023-09-07T13:16:08Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 244,
    "fields": {
      "progress": 5,
      "rating": 3,
      "comments": "A late request was completed the same day.",
      "timestamp": "2023-04-12T13:48:16Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 245,
    "fields": {
      "progress": 424,
      "rating": 3,
      "comments": "The booking was processed after an incomplete check.",
      "timestamp": "2023-07-28T10:08:35Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 246,
    "fields": {
      "progress": 267,
      "rating": 5,
      "comments": "The document was reviewed — urgent case, no further action.",
      "timestamp": "2023-10-16T03:26:51Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 247,
    "fields": {
      "progress": 522,
      "rating": 5,
      "comments": "An operator asked for a change and the appointment was closed.",
      "timestamp": "2023-10-25T20:59:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 248,
    "fields": {
      "progress": 284,
      "rating": 4,
      "comments": "No response from the customer, so the request was reviewed.",
      "timestamp": "2023-10-15T09:47:38Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 249,
    "fields": {
      "progress": 535,
      "rating": 3,
      "comments": "An operator confirmed the details and the transfer was escalated.",
      "timestamp": "2023-02-08T05:24:28Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 250,
    "fields": {
      "progress": 230,
      "rating": 4,
      "comments": "An urgent item was escalated the same day.",
      "timestamp": "2023-07-19T16:12:41Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 251,
    "fields": {
      "progress": 450,
      "rating": 1,
      "comments": "The booking was confirmed after a duplicate check.",
      "timestamp": "2023-02-14T11:36:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 252,
    "fields": {
      "progress": 120,
      "rating": 3,
      "comments": "Support reported an unusual issue; the appointment was resolved.",
      "timestamp": "2023-06-03T20:28:40Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 253,
    "fields": {
      "progress": 192,
      "rating": 5,
      "comments": "The reviewer reported a repeat issue; the shipment was delayed.",
      "timestamp": "2023-01-21T01:23:01Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 254,
    "fields": {
      "progress": 60,
      "rating": 4,
      "comments": "The team asked for a change and the booking was rejected.",
      "timestamp": "2023-05-15T23:18:16Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 255,
    "fields": {
      "progress": 71,
      "rating": 5,
      "comments": "The appointment was completed after a manual check.",
      "timestamp": "2023-02-28T01:31:00Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 256,
    "fields": {
      "progress": 298,
      "rating": 5,
      "comments": "The request was updated following an incomplete review.",
      "timestamp": "2023-07-21T23:54:35Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 257,
    "fields": {
      "progress": 437,
      "rating": 1,
      "comments": "A repeat ticket was replaced the same day.",
      "timestamp": "2023-08-01T08:39:58Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 258,
    "fields": {
      "progress": 60,
      "rating": 5,
      "comments": "A late follow-up: the claim was resolved.",
      "timestamp": "2023-09-04T14:52:29Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 259,
    "fields": {
      "progress": 558,
      "rating": 3,
      "comments": "Flagged as standard. The reviewer refunded the request.",
      "timestamp": "2023-01-16T23:36:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 260,
    "fields": {
      "progress": 405,
      "rating": 3,
      "comments": "Support confirmed the details and the item was refunded.",
      "timestamp": "2023-05-18T21:07:16Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 261,
    "fields": {
      "progress": 243,
      "rating": 5,
      "comments": "The account owner reported a duplicate issue; the refund was confirmed.",
      "timestamp": "2023-09-12T23:48:33Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 262,
    "fields": {
      "progress": 160,
      "rating": 1,
      "comments": "The courier asked for a change and the delivery was closed.",
      "timestamp": "2023-04-27T22:29:06Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 263,
    "fields": {
      "progress": 343,
      "rating": 3,
      "comments": "The team asked for a change and the payment was closed.",
      "timestamp": "2023-08-11T14:38:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 264,
    "fields": {
      "progress": 202,
      "rating": 5,
      "comments": "A repeat follow-up: the item was delayed.",
      "timestamp": "2023-02-18T17:01:23Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 265,
    "fields": {
      "progress": 84,
      "rating": 5,
      "comments": "The document was reopened after an automatic check.",
      "timestamp": "2023-04-25T04:06:06Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 266,
    "fields": {
      "progress": 576,
      "rating": 3,
      "comments": "Flagged as duplicate. Support updated the item.",
      "timestamp": "2023-07-30T17:27:02Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 267,
    "fields": {
      "progress": 275,
      "rating": 5,
      "comments": "The ticket was reopened after a standard check.",
      "timestamp": "2023-05-14T00:24:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 268,
    "fields": {
      "progress": 367,
      "rating": 5,
      "comments": "No response from the courier, so the order was closed.",
      "timestamp": "2023-06-14T23:07:24Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 269,
    "fields": {
      "progress": 465,
      "rating": 3,
      "comments": "Support asked for a change and the session was completed.",
      "timestamp": "2023-09-22T04:37:04Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 270,
    "fields": {
      "progress": 507,
      "rating": 5,
      "comments": "A duplicate order was reviewed the same day.",
      "timestamp": "2023-05-07T01:41:31Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 271,
    "fields": {
      "progress": 513,
      "rating": 2,
      "comments": "Flagged as partial. An operator resolved the session.",
      "timestamp": "2023-07-21T15:41:41Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 272,
    "fields": {
      "progress": 361,
      "rating": 5,
      "comments": "No response from support, so the account was reviewed.",
      "timestamp": "2023-08-22T19:27:33Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 273,
    "fields": {
      "progress": 281,
      "rating": 5,
      "comments": "The courier confirmed the details and the document was replaced.",
      "timestamp": "2023-02-07T16:31:08Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 274,
    "fields": {
      "progress": 29,
      "rating": 4,
      "comments": "The claim was reopened after a repeat check.",
      "timestamp": "2023-05-19T09:52:32Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 275,
    "fields": {
      "progress": 53,
      "rating": 4,
      "comments": "The appointment was closed after a late check.",
      "timestamp": "2023-05-13T05:38:35Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 276,
    "fields": {
      "progress": 197,
      "rating": 5,
      "comments": "The account owner asked for a change and the request was updated.",
      "timestamp": "2023-02-02T04:26:23Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 277,
    "fields": {
      "progress": 115,
      "rating": 2,
      "comments": "The reviewer asked for a change and the order was rejected.",
      "timestamp": "2023-08-08T19:27:03Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 278,
    "fields": {
      "progress": 247,
      "rating": 5,
      "comments": "An automatic item was delayed the same day.",
      "timestamp": "2023-03-05T05:20:53Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 279,
    "fields": {
      "progress": 377,
      "rating": 1,
      "comments": "Flagged as repeat. The supplier updated the refund.",
      "timestamp": "2023-02-21T23:45:03Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 280,
    "fields": {
      "progress": 402,
      "rating": 4,
      "comments": "The reviewer asked for a change and the shipment was confirmed.",
      "timestamp": "2023-03-05T07:52:35Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 281,
    "fields": {
      "progress": 288,
      "rating": 4,
      "comments": "The claim was replaced after an urgent check.",
      "timestamp": "2023-05-25T23:41:03Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 282,
    "fields": {
      "progress": 558,
      "rating": 5,
      "comments": "The payment was replaced — partial case, no further action.",
      "timestamp": "2023-03-15T13:26:48Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 283,
    "fields": {
      "progress": 483,
      "rating": 4,
      "comments": "The document was approved after a duplicate check.",
      "timestamp": "2023-05-28T05:57:38Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 284,
    "fields": {
      "progress": 65,
      "rating": 5,
      "comments": "A duplicate claim was resolved the same day.",
      "timestamp": "2023-02-23T08:50:31Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 285,
    "fields": {
      "progress": 392,
      "rating": 4,
      "comments": "The reviewer reported a repeat issue; the document was completed.",
      "timestamp": "2023-01-29T18:34:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 286,
    "fields": {
      "progress": 315,
      "rating": 5,
      "comments": "No response from the team, so the account was delayed.",
      "timestamp": "2023-09-26T01:57:00Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 287,
    "fields": {
      "progress": 501,
      "rating": 2,
      "comments": "The claim was escalated after an incomplete check.",
      "timestamp": "2023-05-27T11:43:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 288,
    "fields": {
      "progress": 587,
      "rating": 5,
      "comments": "Support reported a repeat issue; the ticket was cancelled.",
      "timestamp": "2023-06-13T23:10:34Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 289,
    "fields": {
      "progress": 210,
      "rating": 4,
      "comments": "The supplier asked for a change and the ticket was reopened.",
      "timestamp": "2023-02-11T10:02:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 290,
    "fields": {
      "progress": 184,
      "rating": 2,
      "comments": "The document was cancelled — minor case, no further action.",
      "timestamp": "2023-01-17T18:15:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 291,
    "fields": {
      "progress": 314,
      "rating": 4,
      "comments": "The supplier reported a manual issue; the booking was updated.",
      "timestamp": "2023-09-03T16:47:01Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 292,
    "fields": {
      "progress": 141,
      "rating": 2,
      "comments": "A routine follow-up: the document was rejected.",
      "timestamp": "2023-04-19T01:49:25Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 293,
    "fields": {
      "progress": 114,
      "rating": 3,
      "comments": "The transfer was processed after a repeat check.",
      "timestamp": "2023-08-30T07:09:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 294,
    "fields": {
      "progress": 242,
      "rating": 1,
      "comments": "A standard delivery was resolved the same day.",
      "timestamp": "2023-03-31T02:28:08Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 295,
    "fields": {
      "progress": 429,
      "rating": 5,
      "comments": "The account owner asked for a change and the booking was delayed.",
      "timestamp": "2023-07-28T09:48:52Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 296,
    "fields": {
      "progress": 535,
      "rating": 3,
      "comments": "A manual follow-up: the document was replaced.",
      "timestamp": "2023-01-28T14:40:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 297,
    "fields": {
      "progress": 85,
      "rating": 4,
      "comments": "No response from the courier, so the invoice was approved.",
      "timestamp": "2023-07-14T08:28:40Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 298,
    "fields": {
      "progress": 575,
      "rating": 3,
      "comments": "The claim was approved following a duplicate review.",
      "timestamp": "2023-05-11T04:18:49Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 299,
    "fields": {
      "progress": 116,
      "rating": 5,
      "comments": "An operator confirmed the details and the record was approved.",
      "timestamp": "2023-02-22T15:56:47Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 300,
    "fields": {
      "progress": 253,
      "rating": 4,
      "comments": "The shipment was escalated — urgent case, no further action.",
      "timestamp": "2023-02-23T13:18:48Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 301,
    "fields": {
      "progress": 350,
      "rating": 5,
      "comments": "The team asked for a change and the delivery was completed.",
      "timestamp": "2023-01-19T14:06:55Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 302,
    "fields": {
      "progress": 365,
      "rating": 2,
      "comments": "The invoice was refunded following a late review.",
      "timestamp": "2023-08-21T09:42:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 303,
    "fields": {
      "progress": 401,
      "rating": 2,
      "comments": "A routine follow-up: the order was completed.",
      "timestamp": "2023-03-20T04:34:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 304,
    "fields": {
      "progress": 384,
      "rating": 5,
      "comments": "The reviewer asked for a change and the report was rescheduled.",
      "timestamp": "2023-02-23T08:39:03Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 305,
    "fields": {
      "progress": 508,
      "rating": 5,
      "comments": "The record was updated — minor case, no further action.",
      "timestamp": "2023-06-06T12:00:44Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 306,
    "fields": {
      "progress": 531,
      "rating": 3,
      "comments": "The account owner asked for a change and the ticket was approved.",
      "timestamp": "2023-06-28T02:51:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 307,
    "fields": {
      "progress": 8,
      "rating": 3,
      "comments": "The reviewer asked for a change and the refund was rescheduled.",
      "timestamp": "2023-04-22T11:55:27Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 308,
    "fields": {
      "progress": 211,
      "rating": 4,
      "comments": "The account was completed — automatic case, no further action.",
      "timestamp": "2023-10-29T15:42:26Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 309,
    "fields": {
      "progress": 527,
      "rating": 5,
      "comments": "The team asked for a change and the payment was reviewed.",
      "timestamp": "2023-07-24T19:39:40Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 310,
    "fields": {
      "progress": 319,
      "rating": 4,
      "comments": "The item was approved after a repeat check.",
      "timestamp": "2023-03-06T00:46:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 311,
    "fields": {
      "progress": 32,
      "rating": 4,
      "comments": "No response from support, so the document was rescheduled.",
      "timestamp": "2023-02-25T20:33:52Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 312,
    "fields": {
      "progress": 325,
      "rating": 5,
      "comments": "The account owner reported a standard issue; the delivery was reopened.",
      "timestamp": "2023-04-28T12:54:05Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 313,
    "fields": {
      "progress": 258,
      "rating": 5,
      "comments": "The reviewer asked for a change and the item was processed.",
      "timestamp": "2023-07-20T23:23:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 314,
    "fields": {
      "progress": 383,
      "rating": 5,
      "comments": "An automatic follow-up: the account was approved.",
      "timestamp": "2023-04-26T12:38:10Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 315,
    "fields": {
      "progress": 101,
      "rating": 5,
      "comments": "The delivery was refunded after an incomplete check.",
      "timestamp": "2023-01-17T20:46:03Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 316,
    "fields": {
      "progress": 582,
      "rating": 2,
      "comments": "A routine refund was updated the same day.",
      "timestamp": "2023-04-25T21:31:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 317,
    "fields": {
      "progress": 431,
      "rating": 2,
      "comments": "Flagged as manual. An operator reviewed the payment.",
      "timestamp": "2023-04-27T21:23:43Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 318,
    "fields": {
      "progress": 479,
      "rating": 3,
      "comments": "The order was refunded following a standard review.",
      "timestamp": "2023-08-27T10:57:48Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 319,
    "fields": {
      "progress": 137,
      "rating": 2,
      "comments": "No response from the reviewer, so the claim was replaced.",
      "timestamp": "2023-07-21T18:57:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 320,
    "fields": {
      "progress": 208,
      "rating": 4,
      "comments": "The reviewer confirmed the details and the appointment was reviewed.",
      "timestamp": "2023-07-22T08:52:12Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 321,
    "fields": {
      "progress": 364,
      "rating": 5,
      "comments": "The record was rescheduled following a routine review.",
      "timestamp": "2023-03-08T20:42:34Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 322,
    "fields": {
      "progress": 82,
      "rating": 4,
      "comments": "The courier asked for a change and the refund was approved.",
      "timestamp": "2023-06-20T18:04:48Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 323,
    "fields": {
      "progress": 490,
      "rating": 3,
      "comments": "No response from the team, so the refund was refunded.",
      "timestamp": "2023-08-06T21:07:44Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 324,
    "fields": {
      "progress": 452,
      "rating": 1,
      "comments": "No response from the team, so the shipment was rejected.",
      "timestamp": "2023-04-27T04:40:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 325,
    "fields": {
      "progress": 441,
      "rating": 5,
      "comments": "An automatic appointment was processed the same day.",
      "timestamp": "2023-08-25T12:39:19Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 326,
    "fields": {
      "progress": 578,
      "rating": 5,
      "comments": "No response from the reviewer, so the booking was updated.",
      "timestamp": "2023-05-24T10:54:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 327,
    "fields": {
      "progress": 155,
      "rating": 4,
      "comments": "The account was processed following an urgent review.",
      "timestamp": "2023-10-22T03:09:33Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 328,
    "fields": {
      "progress": 437,
      "rating": 2,
      "comments": "An operator confirmed the details and the request was updated.",
      "timestamp": "2023-04-19T00:11:22Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 329,
    "fields": {
      "progress": 266,
      "rating": 5,
      "comments": "No response from the reviewer, so the order was rescheduled.",
      "timestamp": "2023-08-18T20:29:49Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 330,
    "fields": {
      "progress": 553,
      "rating": 5,
      "comments": "The team confirmed the details and the document was confirmed.",
      "timestamp": "2023-01-07T07:31:38Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 331,
    "fields": {
      "progress": 230,
      "rating": 5,
      "comments": "The customer asked for a change and the record was confirmed.",
      "timestamp": "2023-04-13T06:02:27Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 332,
    "fields": {
      "progress": 598,
      "rating": 2,
      "comments": "Flagged as repeat. The courier rescheduled the appointment.",
      "timestamp": "2023-06-29T23:25:34Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 333,
    "fields": {
      "progress": 335,
      "rating": 3,
      "comments": "A routine follow-up: the document was rejected.",
      "timestamp": "2023-06-27T10:16:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 334,
    "fields": {
      "progress": 469,
      "rating": 3,
      "comments": "The courier reported a late issue; the transfer was cancelled.",
      "timestamp": "2023-07-13T15:11:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 335,
    "fields": {
      "progress": 6,
      "rating": 4,
      "comments": "The customer reported an incomplete issue; the document was completed.",
      "timestamp": "2023-06-26T10:42:01Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 336,
    "fields": {
      "progress": 452,
      "rating": 5,
      "comments": "The transfer was resolved following a minor review.",
      "timestamp": "2023-04-28T07:23:42Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 337,
    "fields": {
      "progress": 570,
      "rating": 2,
      "comments": "A partial follow-up: the refund was rejected.",
      "timestamp": "2023-01-26T17:44:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 338,
    "fields": {
      "progress": 219,
      "rating": 4,
      "comments": "The invoice was delayed — late case, no further action.",
      "timestamp": "2023-01-19T09:29:35Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 339,
    "fields": {
      "progress": 209,
      "rating": 4,
      "comments": "The reviewer reported a repeat issue; the item was closed.",
      "timestamp": "2023-10-08T07:58:01Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 340,
    "fields": {
      "progress": 439,
      "rating": 2,
      "comments": "The account owner asked for a change and the booking was replaced.",
      "timestamp": "2023-03-01T03:41:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 341,
    "fields": {
      "progress": 166,
      "rating": 4,
      "comments": "No response from the team, so the refund was completed.",
      "timestamp": "2023-10-02T14:13:20Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 342,
    "fields": {
      "progress": 587,
      "rating": 5,
      "comments": "The appointment was confirmed following a repeat review.",
      "timestamp": "2023-10-12T00:57:34Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 343,
    "fields": {
      "progress": 55,
      "rating": 5,
      "comments": "The request was delayed after a duplicate check.",
      "timestamp": "2023-08-30T11:18:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 344,
    "fields": {
      "progress": 303,
      "rating": 3,
      "comments": "The customer reported a partial issue; the session was replaced.",
      "timestamp": "2023-07-01T13:58:18Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 345,
    "fields": {
      "progress": 411,
      "rating": 2,
      "comments": "Flagged as partial. The team approved the document.",
      "timestamp": "2023-09-10T17:43:58Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 346,
    "fields": {
      "progress": 340,
      "rating": 5,
      "comments": "The request was cancelled — minor case, no further action.",
      "timestamp": "2023-08-31T19:56:54Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 347,
    "fields": {
      "progress": 337,
      "rating": 3,
      "comments": "The document was delayed following a duplicate review.",
      "timestamp": "2023-09-10T21:42:43Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 348,
    "fields": {
      "progress": 81,
      "rating": 5,
      "comments": "No response from the courier, so the invoice was resolved.",
      "timestamp": "2023-03-07T12:19:38Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 349,
    "fields": {
      "progress": 27,
      "rating": 3,
      "comments": "The customer confirmed the details and the record was closed.",
      "timestamp": "2023-06-28T16:02:07Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 350,
    "fields": {
      "progress": 169,
      "rating": 5,
      "comments": "Flagged as late. The supplier rescheduled the report.",
      "timestamp": "2023-05-18T21:53:11Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 351,
    "fields": {
      "progress": 380,
      "rating": 5,
      "comments": "The account was updated — automatic case, no further action.",
      "timestamp": "2023-04-21T12:12:40Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 352,
    "fields": {
      "progress": 141,
      "rating": 4,
      "comments": "The supplier confirmed the details and the request was delayed.",
      "timestamp": "2023-01-02T13:17:22Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 353,
    "fields": {
      "progress": 418,
      "rating": 4,
      "comments": "The claim was rejected following an unusual review.",
      "timestamp": "2023-08-16T10:52:06Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 354,
    "fields": {
      "progress": 111,
      "rating": 4,
      "comments": "The supplier confirmed the details and the booking was reviewed.",
      "timestamp": "2023-02-09T15:01:57Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 355,
    "fields": {
      "progress": 375,
      "rating": 1,
      "comments": "A repeat follow-up: the payment was resolved.",
      "timestamp": "2023-07-31T11:01:19Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 356,
    "fields": {
      "progress": 2,
      "rating": 3,
      "comments": "The supplier reported a late issue; the record was refunded.",
      "timestamp": "2023-06-21T11:19:12Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 357,
    "fields": {
      "progress": 543,
      "rating": 5,
      "comments": "No response from the account owner, so the order was closed.",
      "timestamp": "2023-03-18T08:58:05Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 358,
    "fields": {
      "progress": 251,
      "rating": 4,
      "comments": "Flagged as automatic. The supplier updated the booking.",
      "timestamp": "2023-09-15T11:25:12Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 359,
    "fields": {
      "progress": 333,
      "rating": 1,
      "comments": "The invoice was processed following an urgent review.",
      "timestamp": "2023-06-27T09:05:57Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 360,
    "fields": {
      "progress": 239,
      "rating": 3,
      "comments": "The order was updated — routine case, no further action.",
      "timestamp": "2023-09-21T04:04:41Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 361,
    "fields": {
      "progress": 512,
      "rating": 3,
      "comments": "The courier asked for a change and the invoice was delayed.",
      "timestamp": "2023-08-28T14:03:52Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 362,
    "fields": {
      "progress": 43,
      "rating": 3,
      "comments": "The invoice was cancelled following a partial review.",
      "timestamp": "2023-08-11T10:36:58Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 363,
    "fields": {
      "progress": 115,
      "rating": 5,
      "comments": "The supplier reported a minor issue; the claim was rescheduled.",
      "timestamp": "2023-08-02T15:08:18Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 364,
    "fields": {
      "progress": 72,
      "rating": 5,
      "comments": "The courier asked for a change and the delivery was escalated.",
      "timestamp": "2023-06-30T20:06:08Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 365,
    "fields": {
      "progress": 129,
      "rating": 4,
      "comments": "No response from support, so the booking was closed.",
      "timestamp": "2023-03-30T09:24:26Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 366,
    "fields": {
      "progress": 277,
      "rating": 4,
      "comments": "The item was approved following a manual review.",
      "timestamp": "2023-03-10T00:50:06Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 367,
    "fields": {
      "progress": 260,
      "rating": 4,
      "comments": "The booking was refunded — manual case, no further action.",
      "timestamp": "2023-04-26T21:47:58Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 368,
    "fields": {
      "progress": 31,
      "rating": 1,
      "comments": "The customer reported a repeat issue; the transfer was completed.",
      "timestamp": "2023-02-10T16:05:40Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 369,
    "fields": {
      "progress": 332,
      "rating": 5,
      "comments": "A minor item was completed the same day.",
      "timestamp": "2023-01-15T02:56:28Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 370,
    "fields": {
      "progress": 36,
      "rating": 4,
      "comments": "The order was replaced — incomplete case, no further action.",
      "timestamp": "2023-06-25T22:02:50Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 371,
    "fields": {
      "progress": 54,
      "rating": 1,
      "comments": "No response from the supplier, so the request was confirmed.",
      "timestamp": "2023-08-22T05:57:42Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 372,
    "fields": {
      "progress": 414,
      "rating": 5,
      "comments": "An operator asked for a change and the transfer was refunded.",
      "timestamp": "2023-06-25T21:47:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 373,
    "fields": {
      "progress": 592,
      "rating": 5,
      "comments": "No response from the courier, so the shipment was cancelled.",
      "timestamp": "2023-08-07T17:23:48Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 374,
    "fields": {
      "progress": 446,
      "rating": 5,
      "comments": "A duplicate follow-up: the report was confirmed.",
      "timestamp": "2023-02-04T11:43:39Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 375,
    "fields": {
      "progress": 552,
      "rating": 5,
      "comments": "A manual request was approved the same day.",
      "timestamp": "2023-01-20T18:23:27Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 376,
    "fields": {
      "progress": 201,
      "rating": 5,
      "comments": "Support asked for a change and the report was approved.",
      "timestamp": "2023-06-25T11:10:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 377,
    "fields": {
      "progress": 491,
      "rating": 4,
      "comments": "The refund was rejected after an unusual check.",
      "timestamp": "2023-04-19T13:48:08Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 378,
    "fields": {
      "progress": 583,
      "rating": 4,
      "comments": "The supplier confirmed the details and the refund was confirmed.",
      "timestamp": "2023-04-26T22:03:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 379,
    "fields": {
      "progress": 15,
      "rating": 4,
      "comments": "The appointment was rejected after an urgent check.",
      "timestamp": "2023-09-29T02:03:47Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 380,
    "fields": {
      "progress": 410,
      "rating": 3,
      "comments": "The session was approved — repeat case, no further action.",
      "timestamp": "2023-04-20T18:45:30Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 381,
    "fields": {
      "progress": 73,
      "rating": 1,
      "comments": "The session was replaced — minor case, no further action.",
      "timestamp": "2023-09-30T20:32:16Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 382,
    "fields": {
      "progress": 5,
      "rating": 4,
      "comments": "The record was rescheduled after an unusual check.",
      "timestamp": "2023-05-10T22:19:02Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 383,
    "fields": {
      "progress": 18,
      "rating": 3,
      "comments": "The item was updated after an automatic check.",
      "timestamp": "2023-07-04T04:38:42Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 384,
    "fields": {
      "progress": 24,
      "rating": 2,
      "comments": "Flagged as unusual. The account owner updated the report.",
      "timestamp": "2023-10-07T08:06:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 385,
    "fields": {
      "progress": 510,
      "rating": 4,
      "comments": "The document was refunded — minor case, no further action.",
      "timestamp": "2023-08-03T08:35:04Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 386,
    "fields": {
      "progress": 365,
      "rating": 4,
      "comments": "The team reported a late issue; the item was closed.",
      "timestamp": "2023-06-30T18:07:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 387,
    "fields": {
      "progress": 496,
      "rating": 5,
      "comments": "A standard follow-up: the appointment was rescheduled.",
      "timestamp": "2023-02-27T20:00:46Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 388,
    "fields": {
      "progress": 132,
      "rating": 5,
      "comments": "No response from an operator, so the ticket was refunded.",
      "timestamp": "2023-07-21T17:11:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 389,
    "fields": {
      "progress": 141,
      "rating": 3,
      "comments": "The reviewer asked for a change and the payment was processed.",
      "timestamp": "2023-03-28T15:03:58Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 390,
    "fields": {
      "progress": 232,
      "rating": 5,
      "comments": "An operator reported a minor issue; the ticket was updated.",
      "timestamp": "2023-06-20T22:51:30Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 391,
    "fields": {
      "progress": 340,
      "rating": 4,
      "comments": "Flagged as urgent. Support updated the report.",
      "timestamp": "2023-10-04T02:18:18Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 392,
    "fields": {
      "progress": 91,
      "rating": 3,
      "comments": "The request was cancelled after an unusual check.",
      "timestamp": "2023-08-31T12:28:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 393,
    "fields": {
      "progress": 262,
      "rating": 5,
      "comments": "No response from the supplier, so the session was completed.",
      "timestamp": "2023-01-12T10:56:51Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 394,
    "fields": {
      "progress": 35,
      "rating": 4,
      "comments": "The courier confirmed the details and the item was cancelled.",
      "timestamp": "2023-10-18T10:02:22Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 395,
    "fields": {
      "progress": 261,
      "rating": 3,
      "comments": "A routine payment was reviewed the same day.",
      "timestamp": "2023-05-18T05:43:46Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 396,
    "fields": {
      "progress": 330,
      "rating": 3,
      "comments": "A repeat follow-up: the invoice was resolved.",
      "timestamp": "2023-04-26T19:12:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 397,
    "fields": {
      "progress": 319,
      "rating": 5,
      "comments": "No response from the customer, so the transfer was rejected.",
      "timestamp": "2023-03-10T15:40:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 398,
    "fields": {
      "progress": 168,
      "rating": 5,
      "comments": "The record was processed after an incomplete check.",
      "timestamp": "2023-04-08T16:11:47Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 399,
    "fields": {
      "progress": 383,
      "rating": 5,
      "comments": "The record was reopened following a repeat review.",
      "timestamp": "2023-01-28T06:05:43Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 400,
    "fields": {
      "progress": 263,
      "rating": 4,
      "comments": "The report was refunded after a minor check.",
      "timestamp": "2023-09-23T10:21:40Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 401,
    "fields": {
      "progress": 505,
      "rating": 2,
      "comments": "An operator reported a late issue; the delivery was reopened.",
      "timestamp": "2023-10-22T06:04:27Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 402,
    "fields": {
      "progress": 258,
      "rating": 3,
      "comments": "Flagged as repeat. The supplier escalated the payment.",
      "timestamp": "2023-09-01T04:11:56Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 403,
    "fields": {
      "progress": 30,
      "rating": 4,
      "comments": "No response from an operator, so the appointment was escalated.",
      "timestamp": "2023-05-22T10:07:52Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 404,
    "fields": {
      "progress": 468,
      "rating": 4,
      "comments": "An operator asked for a change and the order was cancelled.",
      "timestamp": "2023-04-20T16:19:27Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 405,
    "fields": {
      "progress": 247,
      "rating": 4,
      "comments": "The invoice was escalated following an automatic review.",
      "timestamp": "2023-08-02T20:47:35Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 406,
    "fields": {
      "progress": 202,
      "rating": 3,
      "comments": "The team confirmed the details and the invoice was confirmed.",
      "timestamp": "2023-03-03T05:42:51Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 407,
    "fields": {
      "progress": 180,
      "rating": 5,
      "comments": "The account owner reported a manual issue; the claim was closed.",
      "timestamp": "2023-07-02T20:22:13Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 408,
    "fields": {
      "progress": 66,
      "rating": 3,
      "comments": "The transfer was closed — automatic case, no further action.",
      "timestamp": "2023-07-08T08:39:58Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 409,
    "fields": {
      "progress": 353,
      "rating": 3,
      "comments": "The customer asked for a change and the order was reviewed.",
      "timestamp": "2023-05-15T02:20:52Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 410,
    "fields": {
      "progress": 568,
      "rating": 3,
      "comments": "An unusual follow-up: the report was cancelled.",
      "timestamp": "2023-09-24T12:48:15Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 411,
    "fields": {
      "progress": 586,
      "rating": 3,
      "comments": "A repeat follow-up: the refund was approved.",
      "timestamp": "2023-07-13T09:08:04Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 412,
    "fields": {
      "progress": 588,
      "rating": 3,
      "comments": "The account was cancelled — repeat case, no further action.",
      "timestamp": "2023-09-17T21:47:54Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 413,
    "fields": {
      "progress": 195,
      "rating": 1,
      "comments": "A partial follow-up: the report was replaced.",
      "timestamp": "2023-01-04T23:40:44Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 414,
    "fields": {
      "progress": 292,
      "rating": 4,
      "comments": "The supplier reported a partial issue; the refund was processed.",
      "timestamp": "2023-05-19T19:46:57Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 415,
    "fields": {
      "progress": 369,
      "rating": 5,
      "comments": "An automatic request was escalated the same day.",
      "timestamp": "2023-01-25T12:33:10Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 416,
    "fields": {
      "progress": 492,
      "rating": 2,
      "comments": "Support confirmed the details and the document was refunded.",
      "timestamp": "2023-09-01T11:48:08Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 417,
    "fields": {
      "progress": 238,
      "rating": 4,
      "comments": "The document was completed after a standard check.",
      "timestamp": "2023-02-22T21:13:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 418,
    "fields": {
      "progress": 390,
      "rating": 5,
      "comments": "The courier reported a late issue; the delivery was approved.",
      "timestamp": "2023-02-15T15:47:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 419,
    "fields": {
      "progress": 558,
      "rating": 3,
      "comments": "Support confirmed the details and the order was reviewed.",
      "timestamp": "2023-09-10T05:51:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 420,
    "fields": {
      "progress": 15,
      "rating": 5,
      "comments": "No response from the team, so the refund was replaced.",
      "timestamp": "2023-08-31T11:39:43Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 421,
    "fields": {
      "progress": 16,
      "rating": 3,
      "comments": "An automatic record was reviewed the same day.",
      "timestamp": "2023-03-02T10:26:37Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 422,
    "fields": {
      "progress": 159,
      "rating": 4,
      "comments": "The courier reported an incomplete issue; the item was cancelled.",
      "timestamp": "2023-01-17T05:39:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 423,
    "fields": {
      "progress": 480,
      "rating": 2,
      "comments": "The report was replaced following an unusual review.",
      "timestamp": "2023-10-14T11:44:24Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 424,
    "fields": {
      "progress": 245,
      "rating": 5,
      "comments": "The session was processed following a repeat review.",
      "timestamp": "2023-01-15T23:57:51Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 425,
    "fields": {
      "progress": 123,
      "rating": 5,
      "comments": "A minor account was escalated the same day.",
      "timestamp": "2023-07-04T15:26:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 426,
    "fields": {
      "progress": 165,
      "rating": 5,
      "comments": "The booking was completed following a late review.",
      "timestamp": "2023-08-20T09:48:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 427,
    "fields": {
      "progress": 119,
      "rating": 5,
      "comments": "The transfer was rescheduled following a routine review.",
      "timestamp": "2023-08-02T05:54:33Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 428,
    "fields": {
      "progress": 142,
      "rating": 5,
      "comments": "The payment was replaced — routine case, no further action.",
      "timestamp": "2023-04-08T09:06:56Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 429,
    "fields": {
      "progress": 3,
      "rating": 3,
      "comments": "Flagged as duplicate. The customer closed the appointment.",
      "timestamp": "2023-09-03T19:17:13Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 430,
    "fields": {
      "progress": 585,
      "rating": 4,
      "comments": "Flagged as minor. The supplier rejected the account.",
      "timestamp": "2023-07-13T09:17:27Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 431,
    "fields": {
      "progress": 291,
      "rating": 3,
      "comments": "Flagged as repeat. An operator rescheduled the item.",
      "timestamp": "2023-05-02T09:46:53Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 432,
    "fields": {
      "progress": 54,
      "rating": 3,
      "comments": "A duplicate follow-up: the delivery was processed.",
      "timestamp": "2023-03-03T00:10:05Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 433,
    "fields": {
      "progress": 213,
      "rating": 2,
      "comments": "An incomplete item was replaced the same day.",
      "timestamp": "2023-03-07T14:20:29Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 434,
    "fields": {
      "progress": 312,
      "rating": 4,
      "comments": "A routine item was reviewed the same day.",
      "timestamp": "2023-02-23T12:13:14Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 435,
    "fields": {
      "progress": 154,
      "rating": 5,
      "comments": "A standard follow-up: the appointment was confirmed.",
      "timestamp": "2023-03-05T06:27:45Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 436,
    "fields": {
      "progress": 415,
      "rating": 5,
      "comments": "Flagged as unusual. Support rescheduled the transfer.",
      "timestamp": "2023-03-06T15:32:47Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 437,
    "fields": {
      "progress": 523,
      "rating": 2,
      "comments": "The supplier reported a routine issue; the item was refunded.",
      "timestamp": "2023-05-30T15:45:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 438,
    "fields": {
      "progress": 587,
      "rating": 4,
      "comments": "An unusual follow-up: the appointment was approved.",
      "timestamp": "2023-04-10T10:08:39Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 439,
    "fields": {
      "progress": 345,
      "rating": 2,
      "comments": "A manual follow-up: the session was refunded.",
      "timestamp": "2023-04-24T12:16:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 440,
    "fields": {
      "progress": 106,
      "rating": 4,
      "comments": "The account was confirmed following a late review.",
      "timestamp": "2023-02-07T13:11:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 441,
    "fields": {
      "progress": 186,
      "rating": 5,
      "comments": "The record was replaced — automatic case, no further action.",
      "timestamp": "2023-05-01T21:02:02Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 442,
    "fields": {
      "progress": 281,
      "rating": 2,
      "comments": "A repeat transfer was reviewed the same day.",
      "timestamp": "2023-05-14T13:20:54Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 443,
    "fields": {
      "progress": 108,
      "rating": 3,
      "comments": "An operator asked for a change and the claim was replaced.",
      "timestamp": "2023-09-26T22:09:20Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 444,
    "fields": {
      "progress": 340,
      "rating": 3,
      "comments": "The report was confirmed after an unusual check.",
      "timestamp": "2023-04-02T15:33:55Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 445,
    "fields": {
      "progress": 144,
      "rating": 5,
      "comments": "The invoice was cancelled after an incomplete check.",
      "timestamp": "2023-02-21T07:32:50Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 446,
    "fields": {
      "progress": 85,
      "rating": 4,
      "comments": "The courier asked for a change and the booking was resolved.",
      "timestamp": "2023-01-25T07:11:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 447,
    "fields": {
      "progress": 411,
      "rating": 5,
      "comments": "No response from an operator, so the invoice was processed.",
      "timestamp": "2023-03-10T00:06:17Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 448,
    "fields": {
      "progress": 599,
      "rating": 2,
      "comments": "The courier confirmed the details and the invoice was escalated.",
      "timestamp": "2023-04-25T08:34:20Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 449,
    "fields": {
      "progress": 59,
      "rating": 5,
      "comments": "An urgent follow-up: the item was rescheduled.",
      "timestamp": "2023-05-03T16:26:19Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 450,
    "fields": {
      "progress": 597,
      "rating": 3,
      "comments": "No response from the account owner, so the payment was replaced.",
      "timestamp": "2023-03-16T06:19:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 451,
    "fields": {
      "progress": 434,
      "rating": 2,
      "comments": "An urgent document was confirmed the same day.",
      "timestamp": "2023-09-16T14:56:16Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 452,
    "fields": {
      "progress": 226,
      "rating": 5,
      "comments": "The report was reviewed — partial case, no further action.",
      "timestamp": "2023-05-01T00:27:32Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 453,
    "fields": {
      "progress": 315,
      "rating": 3,
      "comments": "The appointment was reopened after an unusual check.",
      "timestamp": "2023-07-20T03:32:11Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 454,
    "fields": {
      "progress": 19,
      "rating": 1,
      "comments": "The order was updated after a minor check.",
      "timestamp": "2023-08-13T12:09:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 455,
    "fields": {
      "progress": 179,
      "rating": 5,
      "comments": "Support reported a manual issue; the account was processed.",
      "timestamp": "2023-05-16T12:59:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 456,
    "fields": {
      "progress": 481,
      "rating": 5,
      "comments": "An automatic account was rescheduled the same day.",
      "timestamp": "2023-04-22T11:38:20Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 457,
    "fields": {
      "progress": 309,
      "rating": 4,
      "comments": "Support confirmed the details and the document was completed.",
      "timestamp": "2023-01-30T04:12:27Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 458,
    "fields": {
      "progress": 430,
      "rating": 5,
      "comments": "The report was resolved following a repeat review.",
      "timestamp": "2023-03-02T12:45:28Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 459,
    "fields": {
      "progress": 60,
      "rating": 5,
      "comments": "Support reported an incomplete issue; the request was delayed.",
      "timestamp": "2023-03-07T18:36:49Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 460,
    "fields": {
      "progress": 334,
      "rating": 5,
      "comments": "An urgent follow-up: the refund was confirmed.",
      "timestamp": "2023-10-06T04:49:31Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 461,
    "fields": {
      "progress": 412,
      "rating": 3,
      "comments": "The courier asked for a change and the account was confirmed.",
      "timestamp": "2023-09-24T07:34:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 462,
    "fields": {
      "progress": 305,
      "rating": 4,
      "comments": "The item was delayed after a manual check.",
      "timestamp": "2023-07-19T04:08:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 463,
    "fields": {
      "progress": 364,
      "rating": 3,
      "comments": "The appointment was cancelled after an incomplete check.",
      "timestamp": "2023-10-07T10:49:04Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 464,
    "fields": {
      "progress": 166,
      "rating": 5,
      "comments": "Flagged as repeat. The customer closed the delivery.",
      "timestamp": "2023-04-10T06:22:07Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 465,
    "fields": {
      "progress": 112,
      "rating": 5,
      "comments": "The customer confirmed the details and the appointment was delayed.",
      "timestamp": "2023-06-30T11:26:03Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 466,
    "fields": {
      "progress": 134,
      "rating": 5,
      "comments": "Support confirmed the details and the document was delayed.",
      "timestamp": "2023-03-18T12:54:25Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 467,
    "fields": {
      "progress": 476,
      "rating": 2,
      "comments": "The courier confirmed the details and the refund was rescheduled.",
      "timestamp": "2023-07-04T23:46:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 468,
    "fields": {
      "progress": 509,
      "rating": 3,
      "comments": "The request was reviewed — automatic case, no further action.",
      "timestamp": "2023-06-24T08:03:36Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 469,
    "fields": {
      "progress": 443,
      "rating": 5,
      "comments": "The appointment was processed — urgent case, no further action.",
      "timestamp": "2023-06-26T09:30:44Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 470,
    "fields": {
      "progress": 271,
      "rating": 3,
      "comments": "Flagged as repeat. The account owner refunded the session.",
      "timestamp": "2023-10-18T14:10:36Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 471,
    "fields": {
      "progress": 228,
      "rating": 5,
      "comments": "The document was resolved — incomplete case, no further action.",
      "timestamp": "2023-03-20T10:58:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 472,
    "fields": {
      "progress": 128,
      "rating": 5,
      "comments": "The delivery was rescheduled following a partial review.",
      "timestamp": "2023-10-06T23:01:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 473,
    "fields": {
      "progress": 454,
      "rating": 4,
      "comments": "A minor refund was reviewed the same day.",
      "timestamp": "2023-09-19T18:44:08Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 474,
    "fields": {
      "progress": 149,
      "rating": 3,
      "comments": "Flagged as duplicate. The courier resolved the booking.",
      "timestamp": "2023-06-18T11:47:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 475,
    "fields": {
      "progress": 551,
      "rating": 5,
      "comments": "A partial payment was escalated the same day.",
      "timestamp": "2023-10-04T22:11:02Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 476,
    "fields": {
      "progress": 511,
      "rating": 4,
      "comments": "A minor invoice was refunded the same day.",
      "timestamp": "2023-07-17T22:09:58Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 477,
    "fields": {
      "progress": 246,
      "rating": 3,
      "comments": "An urgent follow-up: the shipment was resolved.",
      "timestamp": "2023-01-11T20:32:24Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 478,
    "fields": {
      "progress": 254,
      "rating": 5,
      "comments": "The payment was updated following a duplicate review.",
      "timestamp": "2023-07-18T13:28:20Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 479,
    "fields": {
      "progress": 397,
      "rating": 4,
      "comments": "An urgent follow-up: the report was rejected.",
      "timestamp": "2023-02-09T19:52:19Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 480,
    "fields": {
      "progress": 316,
      "rating": 4,
      "comments": "Flagged as repeat. The courier confirmed the delivery.",
      "timestamp": "2023-09-25T11:50:32Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 481,
    "fields": {
      "progress": 107,
      "rating": 5,
      "comments": "No response from the account owner, so the order was approved.",
      "timestamp": "2023-06-06T11:40:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 482,
    "fields": {
      "progress": 480,
      "rating": 4,
      "comments": "An unusual follow-up: the account was escalated.",
      "timestamp": "2023-07-24T01:04:44Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 483,
    "fields": {
      "progress": 570,
      "rating": 5,
      "comments": "The reviewer asked for a change and the shipment was refunded.",
      "timestamp": "2023-04-07T17:45:57Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 484,
    "fields": {
      "progress": 367,
      "rating": 2,
      "comments": "The transfer was confirmed after a late check.",
      "timestamp": "2023-07-09T10:53:20Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 485,
    "fields": {
      "progress": 143,
      "rating": 1,
      "comments": "The team asked for a change and the appointment was updated.",
      "timestamp": "2023-10-05T08:02:33Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 486,
    "fields": {
      "progress": 331,
      "rating": 2,
      "comments": "The payment was approved — minor case, no further action.",
      "timestamp": "2023-09-18T21:40:22Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 487,
    "fields": {
      "progress": 96,
      "rating": 4,
      "comments": "An operator asked for a change and the item was replaced.",
      "timestamp": "2023-04-28T13:59:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 488,
    "fields": {
      "progress": 584,
      "rating": 3,
      "comments": "The refund was replaced — automatic case, no further action.",
      "timestamp": "2023-02-26T00:39:08Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 489,
    "fields": {
      "progress": 18,
      "rating": 5,
      "comments": "The account owner reported a standard issue; the record was rejected.",
      "timestamp": "2023-06-30T01:48:56Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 490,
    "fields": {
      "progress": 65,
      "rating": 4,
      "comments": "The team confirmed the details and the report was reopened.",
      "timestamp": "2023-07-05T13:02:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 491,
    "fields": {
      "progress": 548,
      "rating": 3,
      "comments": "An unusual session was rejected the same day.",
      "timestamp": "2023-08-10T10:17:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 492,
    "fields": {
      "progress": 17,
      "rating": 4,
      "comments": "The courier confirmed the details and the booking was rejected.",
      "timestamp": "2023-09-11T10:02:29Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 493,
    "fields": {
      "progress": 147,
      "rating": 4,
      "comments": "The request was reviewed after an urgent check.",
      "timestamp": "2023-08-02T19:00:26Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 494,
    "fields": {
      "progress": 415,
      "rating": 1,
      "comments": "Flagged as partial. The team resolved the item.",
      "timestamp": "2023-05-30T03:03:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 495,
    "fields": {
      "progress": 368,
      "rating": 3,
      "comments": "Support reported a late issue; the account was reviewed.",
      "timestamp": "2023-05-19T13:52:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 496,
    "fields": {
      "progress": 95,
      "rating": 5,
      "comments": "The transfer was confirmed after an urgent check.",
      "timestamp": "2023-09-10T10:07:00Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 497,
    "fields": {
      "progress": 109,
      "rating": 5,
      "comments": "Flagged as minor. The customer escalated the session.",
      "timestamp": "2023-09-21T16:16:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 498,
    "fields": {
      "progress": 395,
      "rating": 3,
      "comments": "The order was reviewed after an incomplete check.",
      "timestamp": "2023-04-13T05:36:37Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 499,
    "fields": {
      "progress": 282,
      "rating": 2,
      "comments": "The courier reported a duplicate issue; the claim was resolved.",
      "timestamp": "2023-06-26T17:34:05Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 500,
    "fields": {
      "progress": 351,
      "rating": 3,
      "comments": "A duplicate claim was closed the same day.",
      "timestamp": "2023-05-15T19:21:02Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 501,
    "fields": {
      "progress": 318,
      "rating": 5,
      "comments": "The item was replaced — repeat case, no further action.",
      "timestamp": "2023-03-07T19:00:52Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 502,
    "fields": {
      "progress": 495,
      "rating": 3,
      "comments": "An automatic claim was refunded the same day.",
      "timestamp": "2023-05-30T03:26:33Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 503,
    "fields": {
      "progress": 518,
      "rating": 5,
      "comments": "The document was reviewed — late case, no further action.",
      "timestamp": "2023-02-21T08:25:09Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 504,
    "fields": {
      "progress": 109,
      "rating": 3,
      "comments": "A partial record was replaced the same day.",
      "timestamp": "2023-05-01T14:30:24Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 505,
    "fields": {
      "progress": 99,
      "rating": 2,
      "comments": "The delivery was reopened following a manual review.",
      "timestamp": "2023-06-16T17:12:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 506,
    "fields": {
      "progress": 22,
      "rating": 3,
      "comments": "The account owner asked for a change and the refund was completed.",
      "timestamp": "2023-06-26T03:06:49Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 507,
    "fields": {
      "progress": 492,
      "rating": 3,
      "comments": "No response from the team, so the booking was approved.",
      "timestamp": "2023-08-28T08:30:03Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 508,
    "fields": {
      "progress": 515,
      "rating": 4,
      "comments": "Flagged as minor. The customer confirmed the appointment.",
      "timestamp": "2023-01-16T00:37:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 509,
    "fields": {
      "progress": 332,
      "rating": 2,
      "comments": "A manual claim was reopened the same day.",
      "timestamp": "2023-07-25T02:50:02Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 510,
    "fields": {
      "progress": 151,
      "rating": 5,
      "comments": "The item was confirmed after a duplicate check.",
      "timestamp": "2023-08-24T20:35:45Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 511,
    "fields": {
      "progress": 250,
      "rating": 4,
      "comments": "The report was resolved following an automatic review.",
      "timestamp": "2023-08-30T22:01:00Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 512,
    "fields": {
      "progress": 3,
      "rating": 5,
      "comments": "An urgent follow-up: the item was updated.",
      "timestamp": "2023-10-26T04:44:36Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 513,
    "fields": {
      "progress": 139,
      "rating": 4,
      "comments": "No response from the supplier, so the session was cancelled.",
      "timestamp": "2023-01-14T14:16:03Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 514,
    "fields": {
      "progress": 464,
      "rating": 5,
      "comments": "The shipment was cancelled after a repeat check.",
      "timestamp": "2023-01-24T17:28:35Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 515,
    "fields": {
      "progress": 256,
      "rating": 2,
      "comments": "A late invoice was rejected the same day.",
      "timestamp": "2023-09-05T18:50:39Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 516,
    "fields": {
      "progress": 502,
      "rating": 2,
      "comments": "The document was resolved following a standard review.",
      "timestamp": "2023-10-14T05:45:40Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 517,
    "fields": {
      "progress": 556,
      "rating": 1,
      "comments": "The supplier reported a minor issue; the report was replaced.",
      "timestamp": "2023-05-05T00:50:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 518,
    "fields": {
      "progress": 57,
      "rating": 2,
      "comments": "The courier confirmed the details and the refund was processed.",
      "timestamp": "2023-06-22T09:00:55Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 519,
    "fields": {
      "progress": 537,
      "rating": 1,
      "comments": "The account owner confirmed the details and the refund was resolved.",
      "timestamp": "2023-08-26T03:09:58Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 520,
    "fields": {
      "progress": 92,
      "rating": 5,
      "comments": "Flagged as unusual. Support approved the invoice.",
      "timestamp": "2023-03-08T15:31:06Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 521,
    "fields": {
      "progress": 82,
      "rating": 5,
      "comments": "The document was reopened — incomplete case, no further action.",
      "timestamp": "2023-08-01T19:17:31Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 522,
    "fields": {
      "progress": 556,
      "rating": 4,
      "comments": "The record was closed following an incomplete review.",
      "timestamp": "2023-10-23T15:01:10Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 523,
    "fields": {
      "progress": 564,
      "rating": 3,
      "comments": "The supplier asked for a change and the document was closed.",
      "timestamp": "2023-07-04T19:41:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 524,
    "fields": {
      "progress": 391,
      "rating": 3,
      "comments": "No response from an operator, so the account was reviewed.",
      "timestamp": "2023-09-10T06:49:31Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 525,
    "fields": {
      "progress": 269,
      "rating": 4,
      "comments": "The customer reported an incomplete issue; the delivery was resolved.",
      "timestamp": "2023-10-13T18:18:54Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 526,
    "fields": {
      "progress": 327,
      "rating": 5,
      "comments": "The report was closed after a minor check.",
      "timestamp": "2023-01-25T13:57:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 527,
    "fields": {
      "progress": 225,
      "rating": 5,
      "comments": "The account owner reported a late issue; the report was completed.",
      "timestamp": "2023-08-20T20:03:16Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 528,
    "fields": {
      "progress": 8,
      "rating": 4,
      "comments": "The customer reported a partial issue; the booking was escalated.",
      "timestamp": "2023-02-05T10:45:55Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 529,
    "fields": {
      "progress": 351,
      "rating": 4,
      "comments": "The appointment was replaced following a minor review.",
      "timestamp": "2023-06-13T15:19:21Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 530,
    "fields": {
      "progress": 471,
      "rating": 4,
      "comments": "The ticket was rescheduled after an incomplete check.",
      "timestamp": "2023-02-08T13:58:57Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 531,
    "fields": {
      "progress": 341,
      "rating": 2,
      "comments": "The supplier confirmed the details and the payment was escalated.",
      "timestamp": "2023-09-05T18:34:26Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 532,
    "fields": {
      "progress": 510,
      "rating": 4,
      "comments": "The reviewer reported a duplicate issue; the payment was rescheduled.",
      "timestamp": "2023-07-10T07:37:18Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 533,
    "fields": {
      "progress": 489,
      "rating": 4,
      "comments": "Flagged as partial. The courier reopened the refund.",
      "timestamp": "2023-02-27T23:44:41Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 534,
    "fields": {
      "progress": 120,
      "rating": 5,
      "comments": "A duplicate payment was cancelled the same day.",
      "timestamp": "2023-06-07T17:16:50Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 535,
    "fields": {
      "progress": 462,
      "rating": 3,
      "comments": "The courier asked for a change and the item was processed.",
      "timestamp": "2023-03-01T19:38:39Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 536,
    "fields": {
      "progress": 206,
      "rating": 5,
      "comments": "The team confirmed the details and the booking was reopened.",
      "timestamp": "2023-05-15T13:30:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 537,
    "fields": {
      "progress": 152,
      "rating": 3,
      "comments": "The account owner asked for a change and the session was confirmed.",
      "timestamp": "2023-01-06T13:20:29Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 538,
    "fields": {
      "progress": 211,
      "rating": 4,
      "comments": "The team asked for a change and the payment was confirmed.",
      "timestamp": "2023-01-12T19:17:30Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 539,
    "fields": {
      "progress": 530,
      "rating": 5,
      "comments": "No response from the account owner, so the payment was rescheduled.",
      "timestamp": "2023-06-04T00:58:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 540,
    "fields": {
      "progress": 562,
      "rating": 5,
      "comments": "The session was refunded after a standard check.",
      "timestamp": "2023-01-29T05:33:13Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 541,
    "fields": {
      "progress": 155,
      "rating": 2,
      "comments": "The account was rejected following a late review.",
      "timestamp": "2023-10-14T21:46:00Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 542,
    "fields": {
      "progress": 124,
      "rating": 2,
      "comments": "No response from the customer, so the appointment was rejected.",
      "timestamp": "2023-02-28T15:06:07Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 543,
    "fields": {
      "progress": 296,
      "rating": 2,
      "comments": "No response from an operator, so the payment was rejected.",
      "timestamp": "2023-05-10T20:10:56Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 544,
    "fields": {
      "progress": 433,
      "rating": 4,
      "comments": "The shipment was rescheduled following a minor review.",
      "timestamp": "2023-05-22T14:48:54Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 545,
    "fields": {
      "progress": 480,
      "rating": 5,
      "comments": "No response from the team, so the account was completed.",
      "timestamp": "2023-08-30T03:18:59Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 546,
    "fields": {
      "progress": 312,
      "rating": 4,
      "comments": "Flagged as incomplete. The supplier confirmed the appointment.",
      "timestamp": "2023-07-01T18:26:50Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 547,
    "fields": {
      "progress": 368,
      "rating": 5,
      "comments": "An operator reported a duplicate issue; the shipment was rescheduled.",
      "timestamp": "2023-04-21T04:33:53Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 548,
    "fields": {
      "progress": 300,
      "rating": 5,
      "comments": "A standard follow-up: the booking was approved.",
      "timestamp": "2023-04-18T10:35:19Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 549,
    "fields": {
      "progress": 78,
      "rating": 5,
      "comments": "No response from the account owner, so the payment was rejected.",
      "timestamp": "2023-06-03T12:09:44Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 550,
    "fields": {
      "progress": 354,
      "rating": 5,
      "comments": "The report was resolved after a minor check.",
      "timestamp": "2023-06-01T06:24:35Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 551,
    "fields": {
      "progress": 230,
      "rating": 2,
      "comments": "A routine follow-up: the ticket was updated.",
      "timestamp": "2023-03-12T20:57:30Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 552,
    "fields": {
      "progress": 10,
      "rating": 4,
      "comments": "The document was confirmed after an unusual check.",
      "timestamp": "2023-07-08T10:26:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 553,
    "fields": {
      "progress": 408,
      "rating": 5,
      "comments": "The request was updated after a repeat check.",
      "timestamp": "2023-03-14T11:51:28Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 554,
    "fields": {
      "progress": 135,
      "rating": 4,
      "comments": "The courier confirmed the details and the item was processed.",
      "timestamp": "2023-03-14T04:00:00Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 555,
    "fields": {
      "progress": 456,
      "rating": 3,
      "comments": "The courier confirmed the details and the session was replaced.",
      "timestamp": "2023-10-21T08:51:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 556,
    "fields": {
      "progress": 163,
      "rating": 2,
      "comments": "The booking was resolved following an incomplete review.",
      "timestamp": "2023-03-20T16:28:33Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 557,
    "fields": {
      "progress": 162,
      "rating": 1,
      "comments": "The account owner asked for a change and the document was resolved.",
      "timestamp": "2023-09-22T05:29:06Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 558,
    "fields": {
      "progress": 52,
      "rating": 4,
      "comments": "A partial follow-up: the ticket was resolved.",
      "timestamp": "2023-09-25T00:43:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 559,
    "fields": {
      "progress": 423,
      "rating": 1,
      "comments": "The item was processed — routine case, no further action.",
      "timestamp": "2023-05-02T06:32:18Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 560,
    "fields": {
      "progress": 77,
      "rating": 5,
      "comments": "A late follow-up: the invoice was updated.",
      "timestamp": "2023-04-13T09:32:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 561,
    "fields": {
      "progress": 41,
      "rating": 4,
      "comments": "A routine follow-up: the shipment was approved.",
      "timestamp": "2023-07-28T04:21:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 562,
    "fields": {
      "progress": 84,
      "rating": 3,
      "comments": "The supplier reported a partial issue; the report was processed.",
      "timestamp": "2023-08-25T03:33:23Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 563,
    "fields": {
      "progress": 13,
      "rating": 4,
      "comments": "An urgent follow-up: the transfer was reviewed.",
      "timestamp": "2023-09-15T18:11:44Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 564,
    "fields": {
      "progress": 337,
      "rating": 5,
      "comments": "The ticket was closed after a standard check.",
      "timestamp": "2023-10-01T09:45:04Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 565,
    "fields": {
      "progress": 46,
      "rating": 5,
      "comments": "An unusual follow-up: the session was replaced.",
      "timestamp": "2023-06-15T12:26:15Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 566,
    "fields": {
      "progress": 3,
      "rating": 5,
      "comments": "The account was cancelled following a routine review.",
      "timestamp": "2023-04-04T11:57:36Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 567,
    "fields": {
      "progress": 63,
      "rating": 2,
      "comments": "The order was processed — incomplete case, no further action.",
      "timestamp": "2023-02-16T06:44:21Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 568,
    "fields": {
      "progress": 531,
      "rating": 2,
      "comments": "An operator asked for a change and the transfer was cancelled.",
      "timestamp": "2023-05-18T19:11:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 569,
    "fields": {
      "progress": 268,
      "rating": 2,
      "comments": "The request was rejected after a partial check.",
      "timestamp": "2023-07-07T13:12:20Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 570,
    "fields": {
      "progress": 438,
      "rating": 3,
      "comments": "The account owner asked for a change and the item was cancelled.",
      "timestamp": "2023-02-23T14:18:13Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 571,
    "fields": {
      "progress": 585,
      "rating": 1,
      "comments": "No response from the team, so the account was rejected.",
      "timestamp": "2023-10-29T15:57:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 572,
    "fields": {
      "progress": 64,
      "rating": 4,
      "comments": "A standard refund was escalated the same day.",
      "timestamp": "2023-02-21T17:31:45Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 573,
    "fields": {
      "progress": 12,
      "rating": 4,
      "comments": "The claim was updated after a minor check.",
      "timestamp": "2023-06-18T22:58:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 574,
    "fields": {
      "progress": 320,
      "rating": 4,
      "comments": "No response from the courier, so the shipment was delayed.",
      "timestamp": "2023-08-09T17:22:20Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 575,
    "fields": {
      "progress": 538,
      "rating": 3,
      "comments": "The account was reopened following a standard review.",
      "timestamp": "2023-04-20T23:16:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 576,
    "fields": {
      "progress": 108,
      "rating": 5,
      "comments": "The transfer was reopened — repeat case, no further action.",
      "timestamp": "2023-07-20T05:12:41Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 577,
    "fields": {
      "progress": 540,
      "rating": 2,
      "comments": "An unusual document was reopened the same day.",
      "timestamp": "2023-09-07T02:07:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 578,
    "fields": {
      "progress": 211,
      "rating": 3,
      "comments": "The invoice was reopened following an incomplete review.",
      "timestamp": "2023-07-01T14:50:28Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 579,
    "fields": {
      "progress": 582,
      "rating": 4,
      "comments": "The request was cancelled after a partial check.",
      "timestamp": "2023-08-20T13:59:36Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 580,
    "fields": {
      "progress": 123,
      "rating": 1,
      "comments": "The customer asked for a change and the appointment was rejected.",
      "timestamp": "2023-04-05T11:27:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 581,
    "fields": {
      "progress": 555,
      "rating": 2,
      "comments": "Support asked for a change and the payment was updated.",
      "timestamp": "2023-01-26T06:45:26Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 582,
    "fields": {
      "progress": 156,
      "rating": 5,
      "comments": "The claim was approved after a duplicate check.",
      "timestamp": "2023-09-15T23:55:30Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 583,
    "fields": {
      "progress": 240,
      "rating": 5,
      "comments": "The supplier reported an urgent issue; the shipment was cancelled.",
      "timestamp": "2023-03-02T14:15:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 584,
    "fields": {
      "progress": 172,
      "rating": 5,
      "comments": "Flagged as repeat. The supplier refunded the order.",
      "timestamp": "2023-05-01T19:16:08Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 585,
    "fields": {
      "progress": 533,
      "rating": 4,
      "comments": "Flagged as repeat. The courier updated the delivery.",
      "timestamp": "2023-05-24T20:34:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 586,
    "fields": {
      "progress": 22,
      "rating": 4,
      "comments": "Support reported a routine issue; the account was confirmed.",
      "timestamp": "2023-07-23T19:09:45Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 587,
    "fields": {
      "progress": 506,
      "rating": 3,
      "comments": "The courier asked for a change and the payment was closed.",
      "timestamp": "2023-07-01T02:49:29Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 588,
    "fields": {
      "progress": 468,
      "rating": 5,
      "comments": "A late refund was delayed the same day.",
      "timestamp": "2023-08-08T10:58:29Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 589,
    "fields": {
      "progress": 177,
      "rating": 3,
      "comments": "The account owner confirmed the details and the invoice was rescheduled.",
      "timestamp": "2023-01-09T15:03:10Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 590,
    "fields": {
      "progress": 180,
      "rating": 5,
      "comments": "No response from the supplier, so the refund was reopened.",
      "timestamp": "2023-09-15T08:49:04Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 591,
    "fields": {
      "progress": 419,
      "rating": 5,
      "comments": "Flagged as duplicate. The reviewer resolved the order.",
      "timestamp": "2023-05-21T00:55:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 592,
    "fields": {
      "progress": 106,
      "rating": 3,
      "comments": "The team reported a repeat issue; the claim was delayed.",
      "timestamp": "2023-07-27T11:09:17Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 593,
    "fields": {
      "progress": 43,
      "rating": 3,
      "comments": "The booking was processed after a minor check.",
      "timestamp": "2023-04-09T11:22:45Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 594,
    "fields": {
      "progress": 419,
      "rating": 4,
      "comments": "The reviewer asked for a change and the item was completed.",
      "timestamp": "2023-08-09T09:52:07Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 595,
    "fields": {
      "progress": 468,
      "rating": 5,
      "comments": "A standard refund was replaced the same day.",
      "timestamp": "2023-08-08T07:24:41Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 596,
    "fields": {
      "progress": 15,
      "rating": 5,
      "comments": "The appointment was rejected after an automatic check.",
      "timestamp": "2023-07-01T00:19:26Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 597,
    "fields": {
      "progress": 56,
      "rating": 4,
      "comments": "The reviewer confirmed the details and the account was updated.",
      "timestamp": "2023-02-18T08:45:54Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 598,
    "fields": {
      "progress": 589,
      "rating": 4,
      "comments": "The session was processed after an unusual check.",
      "timestamp": "2023-06-08T07:01:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 599,
    "fields": {
      "progress": 389,
      "rating": 4,
      "comments": "Flagged as urgent. The account owner confirmed the transfer.",
      "timestamp": "2023-07-05T06:59:34Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 600,
    "fields": {
      "progress": 193,
      "rating": 2,
      "comments": "An urgent item was rescheduled the same day.",
      "timestamp": "2023-02-18T06:21:51Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 601,
    "fields": {
      "progress": 528,
      "rating": 4,
      "comments": "The report was reopened after a late check.",
      "timestamp": "2023-06-29T09:10:17Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 602,
    "fields": {
      "progress": 498,
      "rating": 5,
      "comments": "The order was rescheduled after an unusual check.",
      "timestamp": "2023-10-11T11:31:23Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 603,
    "fields": {
      "progress": 451,
      "rating": 4,
      "comments": "The team asked for a change and the transfer was reviewed.",
      "timestamp": "2023-02-04T17:26:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 604,
    "fields": {
      "progress": 593,
      "rating": 1,
      "comments": "The ticket was confirmed after a late check.",
      "timestamp": "2023-01-15T05:08:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 605,
    "fields": {
      "progress": 505,
      "rating": 2,
      "comments": "An automatic follow-up: the booking was reopened.",
      "timestamp": "2023-05-03T07:25:26Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 606,
    "fields": {
      "progress": 554,
      "rating": 3,
      "comments": "Flagged as late. The account owner completed the order.",
      "timestamp": "2023-09-14T00:11:48Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 607,
    "fields": {
      "progress": 521,
      "rating": 4,
      "comments": "No response from an operator, so the record was refunded.",
      "timestamp": "2023-06-22T03:21:39Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 608,
    "fields": {
      "progress": 251,
      "rating": 3,
      "comments": "A routine follow-up: the refund was closed.",
      "timestamp": "2023-05-21T13:24:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 609,
    "fields": {
      "progress": 70,
      "rating": 5,
      "comments": "The session was closed after a routine check.",
      "timestamp": "2023-09-12T13:30:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 610,
    "fields": {
      "progress": 363,
      "rating": 4,
      "comments": "An unusual request was rejected the same day.",
      "timestamp": "2023-02-01T19:06:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 611,
    "fields": {
      "progress": 485,
      "rating": 5,
      "comments": "The claim was confirmed following an automatic review.",
      "timestamp": "2023-07-25T18:24:05Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 612,
    "fields": {
      "progress": 406,
      "rating": 1,
      "comments": "The document was processed after a standard check.",
      "timestamp": "2023-07-10T20:19:44Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 613,
    "fields": {
      "progress": 33,
      "rating": 4,
      "comments": "No response from the account owner, so the document was rejected.",
      "timestamp": "2023-08-25T02:08:04Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 614,
    "fields": {
      "progress": 273,
      "rating": 3,
      "comments": "An operator reported a routine issue; the invoice was rescheduled.",
      "timestamp": "2023-05-23T06:39:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 615,
    "fields": {
      "progress": 119,
      "rating": 4,
      "comments": "The account was approved after an automatic check.",
      "timestamp": "2023-10-18T03:05:40Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 616,
    "fields": {
      "progress": 517,
      "rating": 5,
      "comments": "A partial follow-up: the ticket was escalated.",
      "timestamp": "2023-06-14T16:31:54Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 617,
    "fields": {
      "progress": 74,
      "rating": 1,
      "comments": "The invoice was updated — late case, no further action.",
      "timestamp": "2023-10-02T17:25:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 618,
    "fields": {
      "progress": 119,
      "rating": 3,
      "comments": "The courier reported a repeat issue; the document was reviewed.",
      "timestamp": "2023-04-29T10:10:02Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 619,
    "fields": {
      "progress": 379,
      "rating": 4,
      "comments": "A repeat request was delayed the same day.",
      "timestamp": "2023-10-10T00:07:07Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 620,
    "fields": {
      "progress": 370,
      "rating": 2,
      "comments": "The account owner confirmed the details and the invoice was resolved.",
      "timestamp": "2023-04-20T17:30:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 621,
    "fields": {
      "progress": 456,
      "rating": 5,
      "comments": "The booking was refunded — partial case, no further action.",
      "timestamp": "2023-06-24T16:38:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 622,
    "fields": {
      "progress": 424,
      "rating": 3,
      "comments": "The customer reported a late issue; the payment was cancelled.",
      "timestamp": "2023-05-04T23:17:34Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 623,
    "fields": {
      "progress": 559,
      "rating": 2,
      "comments": "The account owner asked for a change and the claim was confirmed.",
      "timestamp": "2023-07-13T10:28:31Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 624,
    "fields": {
      "progress": 203,
      "rating": 4,
      "comments": "An automatic document was escalated the same day.",
      "timestamp": "2023-03-19T00:13:03Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 625,
    "fields": {
      "progress": 175,
      "rating": 2,
      "comments": "No response from the supplier, so the order was refunded.",
      "timestamp": "2023-08-21T23:57:09Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 626,
    "fields": {
      "progress": 21,
      "rating": 4,
      "comments": "The courier confirmed the details and the request was approved.",
      "timestamp": "2023-04-14T02:59:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 627,
    "fields": {
      "progress": 545,
      "rating": 4,
      "comments": "The shipment was escalated following an urgent review.",
      "timestamp": "2023-02-16T04:32:08Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 628,
    "fields": {
      "progress": 417,
      "rating": 3,
      "comments": "A standard item was reopened the same day.",
      "timestamp": "2023-09-19T11:47:35Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 629,
    "fields": {
      "progress": 154,
      "rating": 1,
      "comments": "A repeat invoice was refunded the same day.",
      "timestamp": "2023-08-08T18:29:08Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 630,
    "fields": {
      "progress": 360,
      "rating": 2,
      "comments": "A manual follow-up: the order was rescheduled.",
      "timestamp": "2023-08-11T17:25:20Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 631,
    "fields": {
      "progress": 320,
      "rating": 5,
      "comments": "Flagged as duplicate. The account owner processed the shipment.",
      "timestamp": "2023-01-28T22:44:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 632,
    "fields": {
      "progress": 132,
      "rating": 4,
      "comments": "An automatic request was processed the same day.",
      "timestamp": "2023-08-29T20:41:05Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 633,
    "fields": {
      "progress": 344,
      "rating": 1,
      "comments": "An operator asked for a change and the invoice was updated.",
      "timestamp": "2023-07-28T00:38:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 634,
    "fields": {
      "progress": 546,
      "rating": 5,
      "comments": "The transfer was resolved — urgent case, no further action.",
      "timestamp": "2023-08-13T05:13:21Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 635,
    "fields": {
      "progress": 563,
      "rating": 3,
      "comments": "The appointment was processed — late case, no further action.",
      "timestamp": "2023-09-29T16:13:03Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 636,
    "fields": {
      "progress": 62,
      "rating": 2,
      "comments": "The customer confirmed the details and the claim was completed.",
      "timestamp": "2023-07-27T19:59:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 637,
    "fields": {
      "progress": 255,
      "rating": 3,
      "comments": "Flagged as late. The supplier rescheduled the booking.",
      "timestamp": "2023-03-20T12:33:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 638,
    "fields": {
      "progress": 183,
      "rating": 2,
      "comments": "The booking was rejected — partial case, no further action.",
      "timestamp": "2023-02-04T03:19:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 639,
    "fields": {
      "progress": 212,
      "rating": 4,
      "comments": "An operator confirmed the details and the invoice was updated.",
      "timestamp": "2023-06-01T01:53:16Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 640,
    "fields": {
      "progress": 574,
      "rating": 5,
      "comments": "Support asked for a change and the report was refunded.",
      "timestamp": "2023-07-08T19:37:16Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 641,
    "fields": {
      "progress": 310,
      "rating": 4,
      "comments": "The record was rescheduled following a partial review.",
      "timestamp": "2023-06-10T22:37:33Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 642,
    "fields": {
      "progress": 453,
      "rating": 2,
      "comments": "The payment was processed — partial case, no further action.",
      "timestamp": "2023-07-01T06:07:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 643,
    "fields": {
      "progress": 1,
      "rating": 5,
      "comments": "The courier asked for a change and the transfer was completed.",
      "timestamp": "2023-02-08T15:41:20Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 644,
    "fields": {
      "progress": 594,
      "rating": 5,
      "comments": "Flagged as partial. The team refunded the appointment.",
      "timestamp": "2023-09-14T23:44:27Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 645,
    "fields": {
      "progress": 126,
      "rating": 5,
      "comments": "The courier confirmed the details and the account was refunded.",
      "timestamp": "2023-06-25T19:16:25Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 646,
    "fields": {
      "progress": 405,
      "rating": 2,
      "comments": "The claim was approved following an automatic review.",
      "timestamp": "2023-07-29T01:56:17Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 647,
    "fields": {
      "progress": 270,
      "rating": 1,
      "comments": "The supplier confirmed the details and the shipment was reviewed.",
      "timestamp": "2023-08-26T23:33:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 648,
    "fields": {
      "progress": 557,
      "rating": 5,
      "comments": "The customer confirmed the details and the invoice was processed.",
      "timestamp": "2023-02-12T09:24:39Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 649,
    "fields": {
      "progress": 516,
      "rating": 4,
      "comments": "The team reported a partial issue; the account was reopened.",
      "timestamp": "2023-02-13T09:56:53Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 650,
    "fields": {
      "progress": 288,
      "rating": 5,
      "comments": "The team confirmed the details and the invoice was processed.",
      "timestamp": "2023-08-22T10:57:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 651,
    "fields": {
      "progress": 455,
      "rating": 5,
      "comments": "No response from support, so the booking was cancelled.",
      "timestamp": "2023-06-24T16:36:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 652,
    "fields": {
      "progress": 285,
      "rating": 3,
      "comments": "An operator asked for a change and the document was approved.",
      "timestamp": "2023-04-30T21:39:34Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 653,
    "fields": {
      "progress": 122,
      "rating": 2,
      "comments": "The appointment was delayed — partial case, no further action.",
      "timestamp": "2023-10-03T15:37:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 654,
    "fields": {
      "progress": 449,
      "rating": 3,
      "comments": "A standard report was processed the same day.",
      "timestamp": "2023-09-26T03:23:26Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 655,
    "fields": {
      "progress": 80,
      "rating": 3,
      "comments": "The refund was confirmed — partial case, no further action.",
      "timestamp": "2023-09-27T09:57:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 656,
    "fields": {
      "progress": 574,
      "rating": 4,
      "comments": "The courier reported an unusual issue; the appointment was delayed.",
      "timestamp": "2023-05-26T23:23:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 657,
    "fields": {
      "progress": 111,
      "rating": 5,
      "comments": "The claim was delayed after a partial check.",
      "timestamp": "2023-07-11T04:25:36Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 658,
    "fields": {
      "progress": 199,
      "rating": 1,
      "comments": "The transfer was processed — repeat case, no further action.",
      "timestamp": "2023-10-13T20:30:10Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 659,
    "fields": {
      "progress": 381,
      "rating": 4,
      "comments": "The invoice was completed — duplicate case, no further action.",
      "timestamp": "2023-07-03T00:57:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 660,
    "fields": {
      "progress": 88,
      "rating": 2,
      "comments": "The booking was reviewed following a partial review.",
      "timestamp": "2023-07-27T04:14:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 661,
    "fields": {
      "progress": 87,
      "rating": 5,
      "comments": "Flagged as repeat. The reviewer completed the report.",
      "timestamp": "2023-04-07T08:53:44Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 662,
    "fields": {
      "progress": 164,
      "rating": 3,
      "comments": "The supplier confirmed the details and the claim was completed.",
      "timestamp": "2023-01-07T17:00:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 663,
    "fields": {
      "progress": 38,
      "rating": 5,
      "comments": "Flagged as incomplete. The supplier rescheduled the delivery.",
      "timestamp": "2023-01-02T02:23:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 664,
    "fields": {
      "progress": 460,
      "rating": 4,
      "comments": "A late session was resolved the same day.",
      "timestamp": "2023-07-05T07:44:05Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 665,
    "fields": {
      "progress": 434,
      "rating": 5,
      "comments": "No response from the team, so the claim was processed.",
      "timestamp": "2023-02-09T13:54:17Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 666,
    "fields": {
      "progress": 194,
      "rating": 2,
      "comments": "The courier asked for a change and the item was refunded.",
      "timestamp": "2023-08-23T04:59:08Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 667,
    "fields": {
      "progress": 590,
      "rating": 4,
      "comments": "The supplier confirmed the details and the payment was rejected.",
      "timestamp": "2023-07-13T04:45:37Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 668,
    "fields": {
      "progress": 502,
      "rating": 5,
      "comments": "The request was confirmed — unusual case, no further action.",
      "timestamp": "2023-06-21T04:02:15Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 669,
    "fields": {
      "progress": 568,
      "rating": 4,
      "comments": "The account was processed following an urgent review.",
      "timestamp": "2023-03-10T15:07:51Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 670,
    "fields": {
      "progress": 339,
      "rating": 5,
      "comments": "No response from the reviewer, so the account was approved.",
      "timestamp": "2023-01-21T11:14:46Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 671,
    "fields": {
      "progress": 462,
      "rating": 5,
      "comments": "A partial follow-up: the document was reopened.",
      "timestamp": "2023-05-30T20:09:03Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 672,
    "fields": {
      "progress": 459,
      "rating": 2,
      "comments": "Flagged as late. The account owner cancelled the ticket.",
      "timestamp": "2023-09-04T17:39:43Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 673,
    "fields": {
      "progress": 173,
      "rating": 4,
      "comments": "The request was rescheduled after an urgent check.",
      "timestamp": "2023-08-02T18:05:04Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 674,
    "fields": {
      "progress": 256,
      "rating": 2,
      "comments": "The transfer was cancelled following a repeat review.",
      "timestamp": "2023-03-02T18:34:39Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 675,
    "fields": {
      "progress": 417,
      "rating": 2,
      "comments": "The supplier confirmed the details and the payment was reviewed.",
      "timestamp": "2023-01-02T10:10:39Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 676,
    "fields": {
      "progress": 544,
      "rating": 5,
      "comments": "The appointment was reviewed following a minor review.",
      "timestamp": "2023-08-23T18:17:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 677,
    "fields": {
      "progress": 597,
      "rating": 5,
      "comments": "Support asked for a change and the appointment was rescheduled.",
      "timestamp": "2023-05-05T09:33:09Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 678,
    "fields": {
      "progress": 457,
      "rating": 5,
      "comments": "The supplier asked for a change and the request was closed.",
      "timestamp": "2023-09-28T03:29:18Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 679,
    "fields": {
      "progress": 106,
      "rating": 3,
      "comments": "The request was escalated — minor case, no further action.",
      "timestamp": "2023-06-17T04:35:23Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 680,
    "fields": {
      "progress": 44,
      "rating": 5,
      "comments": "Flagged as routine. The team escalated the transfer.",
      "timestamp": "2023-06-15T04:03:41Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 681,
    "fields": {
      "progress": 359,
      "rating": 2,
      "comments": "An operator confirmed the details and the order was confirmed.",
      "timestamp": "2023-04-27T21:13:23Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 682,
    "fields": {
      "progress": 228,
      "rating": 4,
      "comments": "Support asked for a change and the delivery was reviewed.",
      "timestamp": "2023-07-15T14:22:32Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 683,
    "fields": {
      "progress": 138,
      "rating": 5,
      "comments": "Flagged as incomplete. The customer updated the refund.",
      "timestamp": "2023-01-12T15:50:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 684,
    "fields": {
      "progress": 125,
      "rating": 4,
      "comments": "The team confirmed the details and the session was approved.",
      "timestamp": "2023-01-09T07:45:08Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 685,
    "fields": {
      "progress": 336,
      "rating": 1,
      "comments": "Flagged as partial. Support processed the payment.",
      "timestamp": "2023-04-07T07:22:03Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 686,
    "fields": {
      "progress": 68,
      "rating": 5,
      "comments": "An automatic invoice was refunded the same day.",
      "timestamp": "2023-10-07T21:32:39Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 687,
    "fields": {
      "progress": 22,
      "rating": 5,
      "comments": "No response from support, so the document was rejected.",
      "timestamp": "2023-02-11T09:17:36Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 688,
    "fields": {
      "progress": 290,
      "rating": 5,
      "comments": "The account owner asked for a change and the claim was reviewed.",
      "timestamp": "2023-01-04T21:52:31Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 689,
    "fields": {
      "progress": 418,
      "rating": 4,
      "comments": "Flagged as manual. The courier updated the appointment.",
      "timestamp": "2023-07-12T12:14:06Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 690,
    "fields": {
      "progress": 11,
      "rating": 5,
      "comments": "The invoice was escalated — automatic case, no further action.",
      "timestamp": "2023-01-24T05:29:35Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 691,
    "fields": {
      "progress": 393,
      "rating": 3,
      "comments": "The team confirmed the details and the refund was cancelled.",
      "timestamp": "2023-09-14T00:36:06Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 692,
    "fields": {
      "progress": 500,
      "rating": 5,
      "comments": "The delivery was completed after a duplicate check.",
      "timestamp": "2023-07-02T15:19:57Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 693,
    "fields": {
      "progress": 352,
      "rating": 5,
      "comments": "Flagged as manual. An operator approved the session.",
      "timestamp": "2023-05-02T19:09:38Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 694,
    "fields": {
      "progress": 225,
      "rating": 4,
      "comments": "An operator confirmed the details and the ticket was processed.",
      "timestamp": "2023-04-08T18:30:48Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 695,
    "fields": {
      "progress": 398,
      "rating": 3,
      "comments": "No response from the customer, so the delivery was updated.",
      "timestamp": "2023-07-13T03:34:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 696,
    "fields": {
      "progress": 545,
      "rating": 5,
      "comments": "A manual order was rescheduled the same day.",
      "timestamp": "2023-08-31T07:46:47Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 697,
    "fields": {
      "progress": 231,
      "rating": 5,
      "comments": "No response from the customer, so the document was refunded.",
      "timestamp": "2023-10-28T16:07:44Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 698,
    "fields": {
      "progress": 294,
      "rating": 5,
      "comments": "The item was closed following a repeat review.",
      "timestamp": "2023-04-22T20:03:35Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 699,
    "fields": {
      "progress": 338,
      "rating": 4,
      "comments": "The payment was processed following a routine review.",
      "timestamp": "2023-04-12T08:00:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 700,
    "fields": {
      "progress": 561,
      "rating": 3,
      "comments": "The session was confirmed following an unusual review.",
      "timestamp": "2023-02-16T00:55:57Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 701,
    "fields": {
      "progress": 260,
      "rating": 3,
      "comments": "No response from the customer, so the report was rejected.",
      "timestamp": "2023-09-05T18:07:01Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 702,
    "fields": {
      "progress": 462,
      "rating": 5,
      "comments": "The account owner asked for a change and the session was resolved.",
      "timestamp": "2023-04-09T06:08:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 703,
    "fields": {
      "progress": 333,
      "rating": 1,
      "comments": "A partial shipment was cancelled the same day.",
      "timestamp": "2023-03-01T21:44:50Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 704,
    "fields": {
      "progress": 435,
      "rating": 2,
      "comments": "The refund was completed after an urgent check.",
      "timestamp": "2023-08-09T06:02:52Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 705,
    "fields": {
      "progress": 503,
      "rating": 2,
      "comments": "An operator confirmed the details and the item was confirmed.",
      "timestamp": "2023-03-28T00:48:26Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 706,
    "fields": {
      "progress": 235,
      "rating": 2,
      "comments": "The payment was reopened — late case, no further action.",
      "timestamp": "2023-03-27T07:10:43Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 707,
    "fields": {
      "progress": 237,
      "rating": 4,
      "comments": "The team asked for a change and the claim was refunded.",
      "timestamp": "2023-09-15T05:06:13Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 708,
    "fields": {
      "progress": 48,
      "rating": 4,
      "comments": "Support reported a routine issue; the shipment was reviewed.",
      "timestamp": "2023-02-08T10:58:45Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 709,
    "fields": {
      "progress": 454,
      "rating": 2,
      "comments": "A routine follow-up: the claim was cancelled.",
      "timestamp": "2023-06-22T16:41:27Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 710,
    "fields": {
      "progress": 174,
      "rating": 3,
      "comments": "The record was processed — routine case, no further action.",
      "timestamp": "2023-01-29T18:41:42Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 711,
    "fields": {
      "progress": 210,
      "rating": 4,
      "comments": "The invoice was replaced after a duplicate check.",
      "timestamp": "2023-06-15T18:15:11Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 712,
    "fields": {
      "progress": 421,
      "rating": 4,
      "comments": "A minor follow-up: the report was rejected.",
      "timestamp": "2023-02-11T17:36:26Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 713,
    "fields": {
      "progress": 154,
      "rating": 5,
      "comments": "Support confirmed the details and the ticket was reopened.",
      "timestamp": "2023-10-31T05:09:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 714,
    "fields": {
      "progress": 404,
      "rating": 5,
      "comments": "The reviewer reported a duplicate issue; the report was cancelled.",
      "timestamp": "2023-05-29T01:44:32Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 715,
    "fields": {
      "progress": 416,
      "rating": 1,
      "comments": "A repeat record was rejected the same day.",
      "timestamp": "2023-04-09T03:06:01Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 716,
    "fields": {
      "progress": 140,
      "rating": 4,
      "comments": "No response from the courier, so the report was closed.",
      "timestamp": "2023-04-10T11:55:53Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 717,
    "fields": {
      "progress": 157,
      "rating": 4,
      "comments": "No response from the account owner, so the delivery was escalated.",
      "timestamp": "2023-08-21T08:13:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 718,
    "fields": {
      "progress": 446,
      "rating": 3,
      "comments": "The request was updated — duplicate case, no further action.",
      "timestamp": "2023-10-24T03:15:20Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 719,
    "fields": {
      "progress": 261,
      "rating": 2,
      "comments": "A partial order was rejected the same day.",
      "timestamp": "2023-02-24T14:19:53Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 720,
    "fields": {
      "progress": 550,
      "rating": 4,
      "comments": "A manual follow-up: the ticket was reviewed.",
      "timestamp": "2023-02-04T14:31:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 721,
    "fields": {
      "progress": 440,
      "rating": 3,
      "comments": "The request was replaced after a late check.",
      "timestamp": "2023-08-29T03:11:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 722,
    "fields": {
      "progress": 70,
      "rating": 5,
      "comments": "No response from the reviewer, so the account was reopened.",
      "timestamp": "2023-03-31T21:35:08Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 723,
    "fields": {
      "progress": 43,
      "rating": 3,
      "comments": "The account owner confirmed the details and the booking was closed.",
      "timestamp": "2023-08-27T18:42:21Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 724,
    "fields": {
      "progress": 362,
      "rating": 5,
      "comments": "The appointment was replaced following a partial review.",
      "timestamp": "2023-01-13T23:58:59Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 725,
    "fields": {
      "progress": 394,
      "rating": 5,
      "comments": "The claim was completed — manual case, no further action.",
      "timestamp": "2023-06-03T00:51:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 726,
    "fields": {
      "progress": 373,
      "rating": 5,
      "comments": "The refund was completed following a minor review.",
      "timestamp": "2023-05-19T01:40:25Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 727,
    "fields": {
      "progress": 508,
      "rating": 4,
      "comments": "The claim was completed — repeat case, no further action.",
      "timestamp": "2023-07-30T12:05:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 728,
    "fields": {
      "progress": 220,
      "rating": 4,
      "comments": "A standard transfer was replaced the same day.",
      "timestamp": "2023-07-09T00:53:04Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 729,
    "fields": {
      "progress": 131,
      "rating": 5,
      "comments": "The shipment was rescheduled following an automatic review.",
      "timestamp": "2023-04-08T19:35:43Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 730,
    "fields": {
      "progress": 158,
      "rating": 2,
      "comments": "The team confirmed the details and the claim was cancelled.",
      "timestamp": "2023-07-07T22:33:54Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 731,
    "fields": {
      "progress": 9,
      "rating": 3,
      "comments": "The delivery was completed following an urgent review.",
      "timestamp": "2023-01-26T03:43:10Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 732,
    "fields": {
      "progress": 206,
      "rating": 5,
      "comments": "No response from the supplier, so the ticket was escalated.",
      "timestamp": "2023-01-23T23:23:25Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 733,
    "fields": {
      "progress": 136,
      "rating": 4,
      "comments": "Flagged as incomplete. The courier rescheduled the invoice.",
      "timestamp": "2023-01-02T06:22:06Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 734,
    "fields": {
      "progress": 553,
      "rating": 1,
      "comments": "Support confirmed the details and the appointment was updated.",
      "timestamp": "2023-02-07T19:32:39Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 735,
    "fields": {
      "progress": 329,
      "rating": 5,
      "comments": "An automatic shipment was updated the same day.",
      "timestamp": "2023-01-29T20:25:41Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 736,
    "fields": {
      "progress": 265,
      "rating": 4,
      "comments": "The invoice was rejected after a manual check.",
      "timestamp": "2023-10-29T00:10:57Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 737,
    "fields": {
      "progress": 184,
      "rating": 5,
      "comments": "Support confirmed the details and the invoice was approved.",
      "timestamp": "2023-04-02T01:44:41Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 738,
    "fields": {
      "progress": 42,
      "rating": 3,
      "comments": "The team asked for a change and the claim was reviewed.",
      "timestamp": "2023-03-09T12:10:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 739,
    "fields": {
      "progress": 449,
      "rating": 2,
      "comments": "No response from the customer, so the claim was refunded.",
      "timestamp": "2023-04-02T07:35:55Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 740,
    "fields": {
      "progress": 51,
      "rating": 3,
      "comments": "A late follow-up: the appointment was closed.",
      "timestamp": "2023-07-14T06:33:43Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 741,
    "fields": {
      "progress": 254,
      "rating": 4,
      "comments": "No response from the courier, so the appointment was cancelled.",
      "timestamp": "2023-05-31T18:40:30Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 742,
    "fields": {
      "progress": 500,
      "rating": 4,
      "comments": "No response from an operator, so the claim was confirmed.",
      "timestamp": "2023-10-15T21:45:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 743,
    "fields": {
      "progress": 183,
      "rating": 5,
      "comments": "Flagged as unusual. The reviewer rejected the booking.",
      "timestamp": "2023-05-04T13:50:30Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 744,
    "fields": {
      "progress": 545,
      "rating": 5,
      "comments": "The refund was reopened following a partial review.",
      "timestamp": "2023-04-27T02:45:51Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 745,
    "fields": {
      "progress": 205,
      "rating": 4,
      "comments": "An unusual shipment was resolved the same day.",
      "timestamp": "2023-06-06T22:45:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 746,
    "fields": {
      "progress": 89,
      "rating": 5,
      "comments": "No response from the courier, so the appointment was confirmed.",
      "timestamp": "2023-10-16T13:08:17Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 747,
    "fields": {
      "progress": 306,
      "rating": 3,
      "comments": "The account owner reported a minor issue; the session was rejected.",
      "timestamp": "2023-09-15T18:50:44Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 748,
    "fields": {
      "progress": 426,
      "rating": 1,
      "comments": "An operator confirmed the details and the session was completed.",
      "timestamp": "2023-03-09T13:54:44Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 749,
    "fields": {
      "progress": 448,
      "rating": 1,
      "comments": "The order was rescheduled — manual case, no further action.",
      "timestamp": "2023-01-31T23:14:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 750,
    "fields": {
      "progress": 346,
      "rating": 4,
      "comments": "The courier asked for a change and the delivery was reviewed.",
      "timestamp": "2023-05-10T22:19:46Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 751,
    "fields": {
      "progress": 572,
      "rating": 5,
      "comments": "The record was processed following a duplicate review.",
      "timestamp": "2023-04-06T13:51:10Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 752,
    "fields": {
      "progress": 390,
      "rating": 4,
      "comments": "An automatic delivery was closed the same day.",
      "timestamp": "2023-02-01T18:26:05Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 753,
    "fields": {
      "progress": 458,
      "rating": 5,
      "comments": "The customer asked for a change and the appointment was completed.",
      "timestamp": "2023-08-25T09:06:28Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 754,
    "fields": {
      "progress": 388,
      "rating": 5,
      "comments": "The invoice was completed — incomplete case, no further action.",
      "timestamp": "2023-09-13T20:59:10Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 755,
    "fields": {
      "progress": 383,
      "rating": 4,
      "comments": "An unusual follow-up: the claim was completed.",
      "timestamp": "2023-06-04T00:08:18Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 756,
    "fields": {
      "progress": 215,
      "rating": 2,
      "comments": "The item was refunded following a duplicate review.",
      "timestamp": "2023-10-14T23:39:56Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 757,
    "fields": {
      "progress": 268,
      "rating": 5,
      "comments": "Support asked for a change and the payment was escalated.",
      "timestamp": "2023-07-28T04:34:39Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 758,
    "fields": {
      "progress": 398,
      "rating": 5,
      "comments": "Flagged as partial. The customer replaced the document.",
      "timestamp": "2023-02-20T07:40:38Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 759,
    "fields": {
      "progress": 574,
      "rating": 4,
      "comments": "The account owner reported a routine issue; the account was rescheduled.",
      "timestamp": "2023-02-04T07:26:59Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 760,
    "fields": {
      "progress": 322,
      "rating": 5,
      "comments": "No response from the account owner, so the delivery was resolved.",
      "timestamp": "2023-05-25T17:13:52Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 761,
    "fields": {
      "progress": 65,
      "rating": 1,
      "comments": "The record was delayed after a partial check.",
      "timestamp": "2023-05-13T00:08:59Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 762,
    "fields": {
      "progress": 23,
      "rating": 3,
      "comments": "Flagged as minor. The team escalated the report.",
      "timestamp": "2023-09-21T23:20:18Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 763,
    "fields": {
      "progress": 121,
      "rating": 3,
      "comments": "Flagged as minor. The team reviewed the request.",
      "timestamp": "2023-10-26T08:18:10Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 764,
    "fields": {
      "progress": 148,
      "rating": 3,
      "comments": "No response from the courier, so the request was escalated.",
      "timestamp": "2023-10-22T08:34:58Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 765,
    "fields": {
      "progress": 76,
      "rating": 5,
      "comments": "An urgent shipment was delayed the same day.",
      "timestamp": "2023-01-07T17:33:00Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 766,
    "fields": {
      "progress": 53,
      "rating": 4,
      "comments": "The record was confirmed following a repeat review.",
      "timestamp": "2023-01-10T01:03:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 767,
    "fields": {
      "progress": 13,
      "rating": 3,
      "comments": "The courier asked for a change and the ticket was reopened.",
      "timestamp": "2023-02-20T05:37:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 768,
    "fields": {
      "progress": 336,
      "rating": 3,
      "comments": "The delivery was rejected — partial case, no further action.",
      "timestamp": "2023-10-18T00:24:06Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 769,
    "fields": {
      "progress": 56,
      "rating": 5,
      "comments": "The reviewer asked for a change and the record was reviewed.",
      "timestamp": "2023-09-13T15:49:30Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 770,
    "fields": {
      "progress": 553,
      "rating": 5,
      "comments": "The document was cancelled after a late check.",
      "timestamp": "2023-02-27T07:44:05Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 771,
    "fields": {
      "progress": 279,
      "rating": 1,
      "comments": "The delivery was processed — manual case, no further action.",
      "timestamp": "2023-09-25T06:11:30Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 772,
    "fields": {
      "progress": 184,
      "rating": 5,
      "comments": "The booking was resolved — repeat case, no further action.",
      "timestamp": "2023-08-02T10:42:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 773,
    "fields": {
      "progress": 425,
      "rating": 5,
      "comments": "Flagged as partial. The reviewer updated the invoice.",
      "timestamp": "2023-01-12T22:54:30Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 774,
    "fields": {
      "progress": 524,
      "rating": 5,
      "comments": "A standard follow-up: the account was reviewed.",
      "timestamp": "2023-01-15T10:26:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 775,
    "fields": {
      "progress": 522,
      "rating": 5,
      "comments": "The booking was refunded after a manual check.",
      "timestamp": "2023-02-15T06:09:09Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 776,
    "fields": {
      "progress": 550,
      "rating": 1,
      "comments": "No response from the courier, so the document was delayed.",
      "timestamp": "2023-02-24T23:44:50Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 777,
    "fields": {
      "progress": 51,
      "rating": 5,
      "comments": "No response from the courier, so the ticket was approved.",
      "timestamp": "2023-04-14T16:22:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 778,
    "fields": {
      "progress": 566,
      "rating": 2,
      "comments": "An operator reported a late issue; the document was closed.",
      "timestamp": "2023-08-24T08:33:29Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 779,
    "fields": {
      "progress": 19,
      "rating": 5,
      "comments": "Flagged as late. Support closed the report.",
      "timestamp": "2023-05-22T15:42:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 780,
    "fields": {
      "progress": 552,
      "rating": 4,
      "comments": "The report was processed — standard case, no further action.",
      "timestamp": "2023-03-07T04:39:27Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 781,
    "fields": {
      "progress": 152,
      "rating": 4,
      "comments": "The booking was resolved following a partial review.",
      "timestamp": "2023-07-06T07:46:17Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 782,
    "fields": {
      "progress": 386,
      "rating": 3,
      "comments": "No response from support, so the session was approved.",
      "timestamp": "2023-03-18T21:12:43Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 783,
    "fields": {
      "progress": 183,
      "rating": 2,
      "comments": "The account owner asked for a change and the invoice was escalated.",
      "timestamp": "2023-07-12T11:18:40Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 784,
    "fields": {
      "progress": 113,
      "rating": 2,
      "comments": "The document was reopened — standard case, no further action.",
      "timestamp": "2023-08-16T11:15:53Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 785,
    "fields": {
      "progress": 555,
      "rating": 5,
      "comments": "The invoice was replaced — unusual case, no further action.",
      "timestamp": "2023-03-13T13:46:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 786,
    "fields": {
      "progress": 565,
      "rating": 3,
      "comments": "Support confirmed the details and the appointment was approved.",
      "timestamp": "2023-08-18T23:17:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 787,
    "fields": {
      "progress": 272,
      "rating": 5,
      "comments": "An operator reported a manual issue; the refund was delayed.",
      "timestamp": "2023-05-10T07:53:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 788,
    "fields": {
      "progress": 28,
      "rating": 5,
      "comments": "An operator confirmed the details and the payment was completed.",
      "timestamp": "2023-07-24T16:28:38Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 789,
    "fields": {
      "progress": 278,
      "rating": 5,
      "comments": "The supplier reported a manual issue; the account was rescheduled.",
      "timestamp": "2023-08-21T19:03:51Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 790,
    "fields": {
      "progress": 427,
      "rating": 5,
      "comments": "The item was escalated after an urgent check.",
      "timestamp": "2023-04-03T17:42:35Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 791,
    "fields": {
      "progress": 521,
      "rating": 4,
      "comments": "Flagged as urgent. The supplier processed the request.",
      "timestamp": "2023-04-08T23:36:39Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 792,
    "fields": {
      "progress": 501,
      "rating": 4,
      "comments": "A standard follow-up: the ticket was cancelled.",
      "timestamp": "2023-10-15T16:34:05Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 793,
    "fields": {
      "progress": 41,
      "rating": 1,
      "comments": "The customer asked for a change and the record was resolved.",
      "timestamp": "2023-05-04T23:55:09Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 794,
    "fields": {
      "progress": 267,
      "rating": 4,
      "comments": "No response from the account owner, so the transfer was rejected.",
      "timestamp": "2023-10-27T16:57:07Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 795,
    "fields": {
      "progress": 375,
      "rating": 3,
      "comments": "The transfer was delayed — unusual case, no further action.",
      "timestamp": "2023-05-08T05:43:26Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 796,
    "fields": {
      "progress": 111,
      "rating": 5,
      "comments": "No response from an operator, so the report was confirmed.",
      "timestamp": "2023-05-02T18:16:37Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 797,
    "fields": {
      "progress": 522,
      "rating": 3,
      "comments": "The customer confirmed the details and the record was rescheduled.",
      "timestamp": "2023-07-26T17:05:16Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 798,
    "fields": {
      "progress": 402,
      "rating": 4,
      "comments": "No response from the team, so the order was escalated.",
      "timestamp": "2023-01-23T17:45:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 799,
    "fields": {
      "progress": 284,
      "rating": 5,
      "comments": "The courier asked for a change and the shipment was approved.",
      "timestamp": "2023-01-01T11:10:32Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 800,
    "fields": {
      "progress": 484,
      "rating": 2,
      "comments": "The supplier confirmed the details and the payment was approved.",
      "timestamp": "2023-03-07T17:49:39Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 801,
    "fields": {
      "progress": 89,
      "rating": 5,
      "comments": "No response from the team, so the report was updated.",
      "timestamp": "2023-03-19T23:13:09Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 802,
    "fields": {
      "progress": 466,
      "rating": 5,
      "comments": "The customer reported a late issue; the request was processed.",
      "timestamp": "2023-10-23T10:02:16Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 803,
    "fields": {
      "progress": 505,
      "rating": 2,
      "comments": "Flagged as unusual. The courier closed the refund.",
      "timestamp": "2023-05-18T10:58:39Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 804,
    "fields": {
      "progress": 178,
      "rating": 3,
      "comments": "The customer confirmed the details and the appointment was delayed.",
      "timestamp": "2023-08-19T11:29:56Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 805,
    "fields": {
      "progress": 256,
      "rating": 4,
      "comments": "The order was reviewed after a manual check.",
      "timestamp": "2023-03-27T15:04:06Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 806,
    "fields": {
      "progress": 189,
      "rating": 2,
      "comments": "The order was cancelled after a repeat check.",
      "timestamp": "2023-07-13T15:48:51Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 807,
    "fields": {
      "progress": 213,
      "rating": 3,
      "comments": "The account owner asked for a change and the booking was rescheduled.",
      "timestamp": "2023-04-27T20:18:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 808,
    "fields": {
      "progress": 224,
      "rating": 2,
      "comments": "The courier asked for a change and the request was reopened.",
      "timestamp": "2023-04-14T16:16:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 809,
    "fields": {
      "progress": 573,
      "rating": 2,
      "comments": "Support asked for a change and the item was delayed.",
      "timestamp": "2023-09-06T07:01:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 810,
    "fields": {
      "progress": 339,
      "rating": 4,
      "comments": "The appointment was updated — duplicate case, no further action.",
      "timestamp": "2023-04-11T15:58:27Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 811,
    "fields": {
      "progress": 324,
      "rating": 5,
      "comments": "No response from the account owner, so the request was replaced.",
      "timestamp": "2023-06-29T21:44:34Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 812,
    "fields": {
      "progress": 39,
      "rating": 5,
      "comments": "Flagged as unusual. The courier approved the claim.",
      "timestamp": "2023-02-28T13:12:13Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 813,
    "fields": {
      "progress": 58,
      "rating": 3,
      "comments": "No response from the courier, so the order was escalated.",
      "timestamp": "2023-01-28T00:31:25Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 814,
    "fields": {
      "progress": 90,
      "rating": 5,
      "comments": "The supplier reported a partial issue; the refund was approved.",
      "timestamp": "2023-09-21T03:22:18Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 815,
    "fields": {
      "progress": 102,
      "rating": 4,
      "comments": "The supplier asked for a change and the claim was reviewed.",
      "timestamp": "2023-07-15T14:45:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 816,
    "fields": {
      "progress": 409,
      "rating": 4,
      "comments": "The transfer was closed following an urgent review.",
      "timestamp": "2023-05-28T02:50:58Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 817,
    "fields": {
      "progress": 266,
      "rating": 4,
      "comments": "The payment was cancelled following a routine review.",
      "timestamp": "2023-09-05T15:58:19Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 818,
    "fields": {
      "progress": 519,
      "rating": 1,
      "comments": "An automatic follow-up: the delivery was delayed.",
      "timestamp": "2023-04-07T13:48:19Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 819,
    "fields": {
      "progress": 61,
      "rating": 3,
      "comments": "The account owner reported an automatic issue; the record was confirmed.",
      "timestamp": "2023-09-29T11:55:39Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 820,
    "fields": {
      "progress": 490,
      "rating": 5,
      "comments": "The claim was confirmed following a duplicate review.",
      "timestamp": "2023-08-08T13:43:30Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 821,
    "fields": {
      "progress": 548,
      "rating": 5,
      "comments": "Flagged as unusual. Support approved the record.",
      "timestamp": "2023-06-30T09:46:07Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 822,
    "fields": {
      "progress": 281,
      "rating": 5,
      "comments": "An operator confirmed the details and the payment was rescheduled.",
      "timestamp": "2023-01-08T18:06:33Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 823,
    "fields": {
      "progress": 75,
      "rating": 4,
      "comments": "Flagged as automatic. The courier completed the ticket.",
      "timestamp": "2023-07-03T13:15:30Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 824,
    "fields": {
      "progress": 416,
      "rating": 4,
      "comments": "The order was completed — manual case, no further action.",
      "timestamp": "2023-10-21T01:19:01Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 825,
    "fields": {
      "progress": 165,
      "rating": 4,
      "comments": "An operator confirmed the details and the record was rescheduled.",
      "timestamp": "2023-04-10T00:01:17Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 826,
    "fields": {
      "progress": 20,
      "rating": 5,
      "comments": "An operator asked for a change and the item was delayed.",
      "timestamp": "2023-04-28T12:46:43Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 827,
    "fields": {
      "progress": 307,
      "rating": 4,
      "comments": "The refund was processed — repeat case, no further action.",
      "timestamp": "2023-03-12T20:51:14Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 828,
    "fields": {
      "progress": 542,
      "rating": 3,
      "comments": "The report was rescheduled — duplicate case, no further action.",
      "timestamp": "2023-07-15T11:52:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 829,
    "fields": {
      "progress": 491,
      "rating": 2,
      "comments": "No response from the reviewer, so the account was refunded.",
      "timestamp": "2023-05-31T12:32:00Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 830,
    "fields": {
      "progress": 222,
      "rating": 3,
      "comments": "The payment was rejected — partial case, no further action.",
      "timestamp": "2023-07-11T22:22:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 831,
    "fields": {
      "progress": 479,
      "rating": 5,
      "comments": "An operator reported a standard issue; the session was resolved.",
      "timestamp": "2023-03-16T12:11:32Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 832,
    "fields": {
      "progress": 523,
      "rating": 4,
      "comments": "The refund was escalated — routine case, no further action.",
      "timestamp": "2023-10-22T12:42:17Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 833,
    "fields": {
      "progress": 507,
      "rating": 3,
      "comments": "The ticket was processed following an automatic review.",
      "timestamp": "2023-07-04T06:12:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 834,
    "fields": {
      "progress": 75,
      "rating": 3,
      "comments": "The account owner reported an automatic issue; the payment was reopened.",
      "timestamp": "2023-05-30T12:14:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 835,
    "fields": {
      "progress": 332,
      "rating": 3,
      "comments": "The supplier reported a duplicate issue; the transfer was closed.",
      "timestamp": "2023-07-28T23:54:52Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 836,
    "fields": {
      "progress": 73,
      "rating": 5,
      "comments": "The refund was reviewed following a minor review.",
      "timestamp": "2023-03-15T01:34:57Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 837,
    "fields": {
      "progress": 325,
      "rating": 3,
      "comments": "The appointment was completed — repeat case, no further action.",
      "timestamp": "2023-05-07T18:35:55Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 838,
    "fields": {
      "progress": 525,
      "rating": 4,
      "comments": "The order was cancelled — duplicate case, no further action.",
      "timestamp": "2023-05-17T22:48:11Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 839,
    "fields": {
      "progress": 67,
      "rating": 5,
      "comments": "Flagged as standard. The account owner resolved the session.",
      "timestamp": "2023-08-05T05:16:37Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 840,
    "fields": {
      "progress": 571,
      "rating": 4,
      "comments": "The order was confirmed — automatic case, no further action.",
      "timestamp": "2023-05-06T16:34:21Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 841,
    "fields": {
      "progress": 328,
      "rating": 5,
      "comments": "An operator confirmed the details and the ticket was closed.",
      "timestamp": "2023-09-13T01:05:01Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 842,
    "fields": {
      "progress": 341,
      "rating": 4,
      "comments": "The courier reported an automatic issue; the delivery was rescheduled.",
      "timestamp": "2023-01-31T07:58:05Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 843,
    "fields": {
      "progress": 110,
      "rating": 4,
      "comments": "No response from the courier, so the claim was completed.",
      "timestamp": "2023-07-19T05:14:36Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 844,
    "fields": {
      "progress": 307,
      "rating": 3,
      "comments": "A standard follow-up: the session was delayed.",
      "timestamp": "2023-04-21T06:05:42Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 845,
    "fields": {
      "progress": 598,
      "rating": 4,
      "comments": "No response from the account owner, so the account was cancelled.",
      "timestamp": "2023-08-11T08:27:25Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 846,
    "fields": {
      "progress": 596,
      "rating": 2,
      "comments": "The invoice was replaced following a late review.",
      "timestamp": "2023-01-25T05:39:24Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 847,
    "fields": {
      "progress": 427,
      "rating": 1,
      "comments": "The ticket was resolved after an automatic check.",
      "timestamp": "2023-04-19T16:47:12Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 848,
    "fields": {
      "progress": 83,
      "rating": 5,
      "comments": "An unusual claim was completed the same day.",
      "timestamp": "2023-10-14T16:59:16Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 849,
    "fields": {
      "progress": 367,
      "rating": 5,
      "comments": "The ticket was refunded after a standard check.",
      "timestamp": "2023-08-27T01:52:41Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 850,
    "fields": {
      "progress": 304,
      "rating": 2,
      "comments": "The item was confirmed — repeat case, no further action.",
      "timestamp": "2023-04-05T09:52:38Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 851,
    "fields": {
      "progress": 86,
      "rating": 1,
      "comments": "The customer asked for a change and the appointment was resolved.",
      "timestamp": "2023-04-20T00:55:02Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 852,
    "fields": {
      "progress": 378,
      "rating": 3,
      "comments": "The account owner asked for a change and the session was closed.",
      "timestamp": "2023-03-03T18:20:49Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 853,
    "fields": {
      "progress": 585,
      "rating": 5,
      "comments": "The session was refunded after a duplicate check.",
      "timestamp": "2023-03-09T19:12:50Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 854,
    "fields": {
      "progress": 98,
      "rating": 3,
      "comments": "The refund was confirmed following a late review.",
      "timestamp": "2023-03-28T22:56:47Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 855,
    "fields": {
      "progress": 269,
      "rating": 4,
      "comments": "Flagged as standard. The account owner resolved the invoice.",
      "timestamp": "2023-01-07T20:19:57Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 856,
    "fields": {
      "progress": 25,
      "rating": 2,
      "comments": "An unusual follow-up: the report was approved.",
      "timestamp": "2023-01-31T21:54:16Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 857,
    "fields": {
      "progress": 14,
      "rating": 3,
      "comments": "The courier reported a late issue; the booking was closed.",
      "timestamp": "2023-04-22T16:51:01Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 858,
    "fields": {
      "progress": 470,
      "rating": 5,
      "comments": "A routine order was replaced the same day.",
      "timestamp": "2023-10-06T18:55:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 859,
    "fields": {
      "progress": 217,
      "rating": 2,
      "comments": "The courier asked for a change and the record was updated.",
      "timestamp": "2023-06-16T20:32:01Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 860,
    "fields": {
      "progress": 264,
      "rating": 5,
      "comments": "The payment was updated following a manual review.",
      "timestamp": "2023-03-27T18:39:28Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 861,
    "fields": {
      "progress": 372,
      "rating": 4,
      "comments": "The ticket was refunded after an urgent check.",
      "timestamp": "2023-07-09T06:45:17Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 862,
    "fields": {
      "progress": 224,
      "rating": 3,
      "comments": "An operator confirmed the details and the document was rescheduled.",
      "timestamp": "2023-10-30T16:59:27Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 863,
    "fields": {
      "progress": 420,
      "rating": 4,
      "comments": "The transfer was updated following an urgent review.",
      "timestamp": "2023-08-14T21:01:20Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 864,
    "fields": {
      "progress": 444,
      "rating": 5,
      "comments": "An operator asked for a change and the record was rescheduled.",
      "timestamp": "2023-05-09T02:33:23Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 865,
    "fields": {
      "progress": 520,
      "rating": 5,
      "comments": "The document was approved after a routine check.",
      "timestamp": "2023-09-02T02:11:25Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 866,
    "fields": {
      "progress": 38,
      "rating": 5,
      "comments": "The refund was rescheduled — automatic case, no further action.",
      "timestamp": "2023-05-14T00:19:52Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 867,
    "fields": {
      "progress": 354,
      "rating": 4,
      "comments": "Flagged as repeat. Support replaced the ticket.",
      "timestamp": "2023-02-10T09:05:38Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 868,
    "fields": {
      "progress": 567,
      "rating": 4,
      "comments": "The delivery was escalated — automatic case, no further action.",
      "timestamp": "2023-09-08T16:02:32Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 869,
    "fields": {
      "progress": 34,
      "rating": 3,
      "comments": "The courier confirmed the details and the session was rejected.",
      "timestamp": "2023-05-21T19:17:50Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 870,
    "fields": {
      "progress": 202,
      "rating": 5,
      "comments": "The booking was confirmed — repeat case, no further action.",
      "timestamp": "2023-01-02T12:51:38Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 871,
    "fields": {
      "progress": 301,
      "rating": 1,
      "comments": "A manual transfer was reviewed the same day.",
      "timestamp": "2023-10-16T10:42:56Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 872,
    "fields": {
      "progress": 255,
      "rating": 4,
      "comments": "No response from the reviewer, so the payment was closed.",
      "timestamp": "2023-09-28T00:38:45Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 873,
    "fields": {
      "progress": 233,
      "rating": 2,
      "comments": "The account owner reported an urgent issue; the transfer was approved.",
      "timestamp": "2023-08-29T05:48:54Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 874,
    "fields": {
      "progress": 117,
      "rating": 3,
      "comments": "Flagged as routine. The customer delayed the refund.",
      "timestamp": "2023-08-12T02:53:08Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 875,
    "fields": {
      "progress": 308,
      "rating": 2,
      "comments": "The item was cancelled — automatic case, no further action.",
      "timestamp": "2023-10-26T12:58:42Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 876,
    "fields": {
      "progress": 187,
      "rating": 5,
      "comments": "The report was updated after a standard check.",
      "timestamp": "2023-02-08T04:18:18Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 877,
    "fields": {
      "progress": 299,
      "rating": 3,
      "comments": "The supplier reported a partial issue; the booking was delayed.",
      "timestamp": "2023-09-01T11:57:37Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 878,
    "fields": {
      "progress": 358,
      "rating": 4,
      "comments": "Flagged as repeat. The customer reopened the document.",
      "timestamp": "2023-01-25T01:44:00Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 879,
    "fields": {
      "progress": 349,
      "rating": 5,
      "comments": "No response from the reviewer, so the claim was closed.",
      "timestamp": "2023-06-28T06:22:15Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 880,
    "fields": {
      "progress": 29,
      "rating": 4,
      "comments": "The request was resolved following an unusual review.",
      "timestamp": "2023-03-26T04:37:53Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 881,
    "fields": {
      "progress": 475,
      "rating": 2,
      "comments": "Flagged as routine. Support rejected the session.",
      "timestamp": "2023-10-13T03:16:11Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 882,
    "fields": {
      "progress": 420,
      "rating": 1,
      "comments": "The account was processed — partial case, no further action.",
      "timestamp": "2023-05-19T01:36:26Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 883,
    "fields": {
      "progress": 8,
      "rating": 5,
      "comments": "A manual follow-up: the delivery was processed.",
      "timestamp": "2023-08-24T05:09:06Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 884,
    "fields": {
      "progress": 504,
      "rating": 5,
      "comments": "An urgent order was reviewed the same day.",
      "timestamp": "2023-07-03T12:33:07Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 885,
    "fields": {
      "progress": 267,
      "rating": 4,
      "comments": "No response from the courier, so the document was replaced.",
      "timestamp": "2023-01-04T05:34:33Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 886,
    "fields": {
      "progress": 355,
      "rating": 5,
      "comments": "The report was replaced following a manual review.",
      "timestamp": "2023-04-09T12:46:19Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 887,
    "fields": {
      "progress": 280,
      "rating": 1,
      "comments": "Flagged as standard. The reviewer reviewed the order.",
      "timestamp": "2023-04-22T07:40:21Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 888,
    "fields": {
      "progress": 227,
      "rating": 2,
      "comments": "The payment was completed after a standard check.",
      "timestamp": "2023-10-23T00:45:18Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 889,
    "fields": {
      "progress": 258,
      "rating": 3,
      "comments": "The document was closed after a minor check.",
      "timestamp": "2023-07-14T05:45:23Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 890,
    "fields": {
      "progress": 366,
      "rating": 3,
      "comments": "Support confirmed the details and the shipment was rescheduled.",
      "timestamp": "2023-07-08T23:59:28Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 891,
    "fields": {
      "progress": 50,
      "rating": 5,
      "comments": "The transfer was closed after a repeat check.",
      "timestamp": "2023-07-09T19:19:09Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 892,
    "fields": {
      "progress": 64,
      "rating": 5,
      "comments": "The team reported a partial issue; the document was reopened.",
      "timestamp": "2023-02-24T02:16:09Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 893,
    "fields": {
      "progress": 448,
      "rating": 3,
      "comments": "The refund was updated — late case, no further action.",
      "timestamp": "2023-07-07T17:30:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 894,
    "fields": {
      "progress": 439,
      "rating": 2,
      "comments": "The account was processed — manual case, no further action.",
      "timestamp": "2023-02-27T03:35:43Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 895,
    "fields": {
      "progress": 548,
      "rating": 4,
      "comments": "The record was refunded after an automatic check.",
      "timestamp": "2023-10-05T05:15:24Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 896,
    "fields": {
      "progress": 146,
      "rating": 5,
      "comments": "Support confirmed the details and the delivery was confirmed.",
      "timestamp": "2023-01-05T18:48:50Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 897,
    "fields": {
      "progress": 299,
      "rating": 4,
      "comments": "The team reported a late issue; the shipment was closed.",
      "timestamp": "2023-10-16T23:28:42Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 898,
    "fields": {
      "progress": 286,
      "rating": 3,
      "comments": "The shipment was updated following a standard review.",
      "timestamp": "2023-03-02T10:35:53Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 899,
    "fields": {
      "progress": 370,
      "rating": 2,
      "comments": "The team asked for a change and the session was completed.",
      "timestamp": "2023-07-18T14:40:13Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 900,
    "fields": {
      "progress": 1,
      "rating": 5,
      "comments": "No response from the courier, so the booking was rejected.",
      "timestamp": "2023-06-16T04:12:10Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 901,
    "fields": {
      "progress": 223,
      "rating": 2,
      "comments": "The request was confirmed after an automatic check.",
      "timestamp": "2023-06-16T21:51:39Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 902,
    "fields": {
      "progress": 398,
      "rating": 1,
      "comments": "The courier confirmed the details and the payment was rejected.",
      "timestamp": "2023-06-02T17:23:17Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 903,
    "fields": {
      "progress": 287,
      "rating": 4,
      "comments": "The account owner asked for a change and the session was confirmed.",
      "timestamp": "2023-10-30T17:56:24Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 904,
    "fields": {
      "progress": 389,
      "rating": 4,
      "comments": "The courier confirmed the details and the request was refunded.",
      "timestamp": "2023-01-11T21:34:28Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 905,
    "fields": {
      "progress": 473,
      "rating": 5,
      "comments": "Support reported an automatic issue; the account was confirmed.",
      "timestamp": "2023-08-29T09:22:23Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 906,
    "fields": {
      "progress": 487,
      "rating": 5,
      "comments": "No response from the courier, so the booking was rejected.",
      "timestamp": "2023-10-23T04:39:11Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 907,
    "fields": {
      "progress": 79,
      "rating": 3,
      "comments": "The item was updated following a duplicate review.",
      "timestamp": "2023-08-21T20:27:51Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 908,
    "fields": {
      "progress": 231,
      "rating": 2,
      "comments": "The transfer was refunded following an incomplete review.",
      "timestamp": "2023-06-15T09:13:59Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 909,
    "fields": {
      "progress": 314,
      "rating": 5,
      "comments": "The appointment was updated following a routine review.",
      "timestamp": "2023-02-12T08:44:27Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 910,
    "fields": {
      "progress": 149,
      "rating": 5,
      "comments": "A manual document was closed the same day.",
      "timestamp": "2023-07-30T23:04:08Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 911,
    "fields": {
      "progress": 238,
      "rating": 5,
      "comments": "A partial follow-up: the appointment was cancelled.",
      "timestamp": "2023-06-11T14:12:05Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 912,
    "fields": {
      "progress": 241,
      "rating": 4,
      "comments": "The account owner confirmed the details and the item was approved.",
      "timestamp": "2023-02-02T20:58:40Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 913,
    "fields": {
      "progress": 364,
      "rating": 4,
      "comments": "The courier confirmed the details and the account was confirmed.",
      "timestamp": "2023-02-26T09:18:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 914,
    "fields": {
      "progress": 84,
      "rating": 5,
      "comments": "A repeat follow-up: the report was updated.",
      "timestamp": "2023-01-06T00:41:53Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 915,
    "fields": {
      "progress": 549,
      "rating": 2,
      "comments": "No response from the team, so the ticket was delayed.",
      "timestamp": "2023-06-08T05:33:58Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 916,
    "fields": {
      "progress": 474,
      "rating": 3,
      "comments": "A late follow-up: the refund was completed.",
      "timestamp": "2023-01-01T15:25:36Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 917,
    "fields": {
      "progress": 569,
      "rating": 2,
      "comments": "The session was cancelled — repeat case, no further action.",
      "timestamp": "2023-10-06T15:16:50Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 918,
    "fields": {
      "progress": 513,
      "rating": 5,
      "comments": "The customer asked for a change and the record was closed.",
      "timestamp": "2023-03-21T10:17:28Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 919,
    "fields": {
      "progress": 489,
      "rating": 4,
      "comments": "The reviewer confirmed the details and the account was resolved.",
      "timestamp": "2023-01-14T22:19:31Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 920,
    "fields": {
      "progress": 506,
      "rating": 4,
      "comments": "No response from the team, so the claim was refunded.",
      "timestamp": "2023-07-06T23:57:30Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 921,
    "fields": {
      "progress": 69,
      "rating": 3,
      "comments": "The shipment was reviewed — routine case, no further action.",
      "timestamp": "2023-09-17T07:57:12Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 922,
    "fields": {
      "progress": 437,
      "rating": 4,
      "comments": "The account was resolved after an urgent check.",
      "timestamp": "2023-04-12T08:04:19Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 923,
    "fields": {
      "progress": 229,
      "rating": 2,
      "comments": "An incomplete request was approved the same day.",
      "timestamp": "2023-05-07T09:29:14Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 924,
    "fields": {
      "progress": 376,
      "rating": 4,
      "comments": "The account owner confirmed the details and the order was refunded.",
      "timestamp": "2023-07-23T16:58:00Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 925,
    "fields": {
      "progress": 535,
      "rating": 3,
      "comments": "No response from the team, so the record was escalated.",
      "timestamp": "2023-03-10T21:37:16Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 926,
    "fields": {
      "progress": 104,
      "rating": 2,
      "comments": "The document was approved following an incomplete review.",
      "timestamp": "2023-02-21T01:12:27Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 927,
    "fields": {
      "progress": 244,
      "rating": 4,
      "comments": "Flagged as duplicate. The supplier delayed the document.",
      "timestamp": "2023-08-31T19:23:22Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 928,
    "fields": {
      "progress": 391,
      "rating": 5,
      "comments": "The transfer was processed after a repeat check.",
      "timestamp": "2023-02-23T17:03:32Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 929,
    "fields": {
      "progress": 93,
      "rating": 2,
      "comments": "The invoice was approved following a routine review.",
      "timestamp": "2023-10-14T12:19:33Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 930,
    "fields": {
      "progress": 79,
      "rating": 4,
      "comments": "The customer asked for a change and the report was refunded.",
      "timestamp": "2023-05-27T13:01:06Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 931,
    "fields": {
      "progress": 71,
      "rating": 5,
      "comments": "The invoice was completed — duplicate case, no further action.",
      "timestamp": "2023-07-23T02:30:04Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 932,
    "fields": {
      "progress": 259,
      "rating": 4,
      "comments": "No response from an operator, so the ticket was completed.",
      "timestamp": "2023-04-14T08:32:30Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 933,
    "fields": {
      "progress": 149,
      "rating": 5,
      "comments": "The payment was rescheduled after a standard check.",
      "timestamp": "2023-06-11T14:30:29Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 934,
    "fields": {
      "progress": 100,
      "rating": 3,
      "comments": "A duplicate document was replaced the same day.",
      "timestamp": "2023-05-29T21:08:46Z",
      "helpfulness_score": 2
    }
  },
  {
    "model": "app.feedback",
    "pk": 935,
    "fields": {
      "progress": 167,
      "rating": 5,
      "comments": "No response from the account owner, so the request was cancelled.",
      "timestamp": "2023-06-14T16:06:13Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 936,
    "fields": {
      "progress": 182,
      "rating": 4,
      "comments": "A repeat follow-up: the session was rejected.",
      "timestamp": "2023-04-24T08:44:08Z",
      "helpfulness_score": 3
    }
  },
  {
    "model": "app.feedback",
    "pk": 937,
    "fields": {
      "progress": 176,
      "rating": 4,
      "comments": "The account owner asked for a change and the account was confirmed.",
      "timestamp": "2023-06-28T15:33:50Z",
      "helpfulness_score": 1
    }
  },
  {
    "model": "app.feedback",
    "pk": 938,
    "fields": {
      "progress": 506,
      "rating": 3,
      "comments": "Flagged as urgent. The reviewer delayed the ticket.",
      "timestamp": "2023-04-26T16:57:55Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 939,
    "fields": {
      "progress": 502,
      "rating": 2,
      "comments": "An operator asked for a change and the account was refunded.",
      "timestamp": "2023-05-14T01:42:52Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 940,
    "fields": {
      "progress": 347,
      "rating": 4,
      "comments": "The request was delayed — incomplete case, no further action.",
      "timestamp": "2023-08-17T07:00:17Z",
      "helpfulness_score": 5
    }
  },
  {
    "model": "app.feedback",
    "pk": 941,
    "fields": {
      "progress": 246,
      "rating": 5,
      "comments": "The courier asked for a change and the record was delayed.",
      "timestamp": "2023-05-24T13:18:45Z",
      "helpfulness_score": 4
    }
  },
  {
    "model": "app.feedback",
    "pk": 942,
    "fields": {
      "progress": 382,
      "rating": 2,
      "comments": "A duplicate follow-up: the claim was escalated.",
      "timestamp": "2023-05-13T11:13:56Z",
      "helpfulness_score": 2
    }
  }
]
