1/// Controller actions return this type. 2/// It wraps an axum response so we can add helpers later. 3pub type Response = crate::axum::response::Response;