Patch Changes
-
#7049
f36f0a6cca47013365d32c261416e8558d41b265
Thanks @alicanerdurmaz! - fix:getMany
method now returns the complete response bodyPreviously,
getMany
method was returningbody.records
which assumed a specific response structure. Now it returns the complete response body directly, providing more flexibility for different API response formats.