pub type Response = Response;
Controller actions return this type. It wraps an axum response so we can add helpers later.
pub struct Response { /* private fields */ }