The NumVersions field was added in https://github.com/qri-io/dataset/pull/177 to compensate for the fact that we, at that point, had no other reliable way to cache the number of versions a dataset has.
Now, with the advent of collection, we do! There is no reason to keep NumVersions on the dataset model any longer.
The
NumVersions
field was added in https://github.com/qri-io/dataset/pull/177 to compensate for the fact that we, at that point, had no other reliable way to cache the number of versions a dataset has.Now, with the advent of
collection
, we do! There is no reason to keepNumVersions
on the dataset model any longer.