We noticed a discrepancy between what data the web API https://your-bynder-domain/api/v4/media/? returns vs the Java Bynder SDK method getMediaInfo.
Bynder Web API returns custom metaproperties in the following format property_NAME and attaches each of the properties to the response.
However, the Java Bynder SDK seems to not return those custom properties. Is there something we might be missing?