refactor(dataset): remove NumVersions
#267
Labels
refactor
A code change that neither fixes a bug nor adds a feature
NumVersions
#267
The
NumVersions
field was added in #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.The text was updated successfully, but these errors were encountered: