We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
views
video
searchVideo
Currently views from searchVideo will be formatted to 1.2M but views from video will be a whole number, e.g. 475000
1.2M
475000
Consider providing two new fields to align the type and format
viewCount
viewCountFormatted
And we can drop views in the next major version
Reference: #68 (comment) #68 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
views
fromsearchVideo
will be formatted to1.2M
but
views
fromvideo
will be a whole number, e.g.475000
Consider providing two new fields to align the type and format
viewCount
: number. e.g.475000
viewCountFormatted
: string. e.g.1.2M
And we can drop views in the next major version
Reference: #68 (comment) #68 (comment)
The text was updated successfully, but these errors were encountered: