/// Re-exports of the builder traits commonly imported from user code.
///
/// `use strava_wrapper::prelude::*;` brings `Sendable` plus the typed
/// builder traits (`ID`, `Page`, `PerPage`, …) into scope so that
/// `api.activities().get().id(123).send().await` compiles without a dozen
/// individual imports.