keepa.models.backend.ReviewObject#
- pydantic model keepa.models.backend.ReviewObject#
Backend
ReviewObjectmodel generated from the Keepa Java schema.- Fields:
- field lastUpdate: int | None = None#
The last time the information was updated, in Keepa Time minutes.
Use KeepaTime.keepaMinuteToUnixInMillis(int) (long) to get an uncompressed timestamp (Unix epoch time).
- field ratingCount: list[int | None] | None = None#
Contains historical values of the ratingCount field. null if it has no value. The most recent value is at the end of the array. The first value is the oldest. Data points alternate in this pattern: [ keepaTime, ratingCount, … ] The ratingCount history has not been updated since April 9th 2025 as that data point was removed by Amazon.