DelayedSamples with arbitrary delayed attributes
I think it is often required that we load some attributes of sample in a lazy manner.
We do this using our DelayedSample class but the problem with that is that it can only delay loading of data
.
We need a generic implementation that delays the loading of everything like sample.annotations
.