#[derive(InertiaProps)]
Derive macro for generating Serialize implementation for Inertia props
Serialize
#[derive(InertiaProps)] struct HomeProps { title: String, user: User, }