maxPreviews top-level constant
int
const maxPreviews
Apple takes up to three previews per PreviewType per locale.
Three, where a screenshot slot takes ten — stated in Apple's own sample code for uploading previews ("Each set includes up to three previews") and on the specifications page. A fourth is refused at reservation, after the first three have already been uploaded.
Implementation
const maxPreviews = 3;