keepa.models.backend.BuyBoxStatsObject# pydantic model keepa.models.backend.BuyBoxStatsObject# Backend BuyBoxStatsObject model generated from the Keepa Java schema. Fields: percentageWon (float | None) avgPrice (int | None) avgNewOfferCount (int | None) isFBA (bool | None) lastSeen (int | None) field avgNewOfferCount: int | None = None# avg. “New” offer count during the time the seller held the Buy Box * field avgPrice: int | None = None# avg. price of the Buy Box offer of this seller * field isFBA: bool | None = None# whether or not this offer is fulfilled by Amazon * field lastSeen: int | None = None# last time the seller won the buy box * field percentageWon: float | None = None# an approximation of the percentage the seller won the buy box *