keepa.models.backend.Competitors# pydantic model keepa.models.backend.Competitors# Backend Competitors model generated from the Keepa Java schema. Fields: sellerId (str | None) percent (int | None) field percent: int | None = None# The percentage of listings this competitor shares with the seller. field sellerId: str | None = None# The sellerId of the competitor, in lowercase.