Extracting warmup samples in turing.jl

Hello,

Im running inference for my model in turing.jl. Im using NUTS() sampler where I give some warmup. I was wondering that if I can extract these warmup samples ? rather than getting chain plot with just samples after warmup.

Thank you