I am listing videos using the YouTube Data API:https://developers.google.com/youtube/v3/docs/videos/list
In the documentation it states that this call incurs 1 unit of quota.It also states that the "id" field is a comma-separated list of video IDs.
How many video IDs can be put in the "id" field?Is the quota cost still just 1 no matter how many video IDs is in the "id" field?