It would be very useful to support the following: ``` #[derive(CandidType, Deserialize, Storable, BoundedStorable)] struct UserProfile { token0_balance: u64, token1_balance: u64, } ```