I want to fetch the list of all videos linked to my brightcove account and this list should be sorted based on size of the videos.
While going through brightcove API docs I came across this reference: https://apis.support.brightcove.com/cms/references/reference.html#tag/Videos/operation/GetVideos. As you can see over here, there’s no size based sort supported as a query param.
Is there a way to achieve this fetch or should I fetch the list of videos and sort it based on size info provided in the Digital master field?