pub const HARD_CAP: usize = 10_000;Expand description
Per-call upper bound on FilesApi::search_all, even when the caller
passes limit = 0.
Mirrors crate::gmail::messages_api::HARD_CAP verbatim — same safety
rationale, no Drive-specific derivation.