keepa.models.backend.Video# pydantic model keepa.models.backend.Video# Backend Video model generated from the Keepa Java schema. Fields: title (str | None) image (str | None) duration (int | None) creator (keepa.models.backend.VideoCreatorType | None) name (str | None) url (str | None) field creator: VideoCreatorType | None = None# field duration: int | None = None# in seconds field image: str | None = None# Full Amazon image path: https://m.media-amazon.com/images/I/image field name: str | None = None# field title: str | None = None# field url: str | None = None#