Is there a way to only return (n) number of tags?
We deploy `tags` to production, and over time you can imagine we have `0.1.0` all the way to `0.24.4`.
We also may have X number of open features branches as well. We currently filter tag's by tagFilter, for the current Major Version number, anything more specific than that would be really difficult to manage.