The design intends this usage, but it should be explicitly mentioned for new users who are not familiar with the ecosystem. ```julia results = mcmc_with_warmup(Random.GLOBAL_RNG, ∇ℓ, 1000) posterior = StructArray(transform.(transformation, results.chain)) posterior.some_parameter ```