It would be great for the api to filter only necessary parameters.
Describe the solution you'd like
Just like the official paapi :
items_response = amazon.get_items(asin_list, resources=[RESOURCES LIST])
Example:
items_response = amazon.get_items(asin_list, resources=[Images.Primary.Medium, ItemInfo.ContentInfo, ItemInfo.Title])
Why:
This would significatly decrease the response payload, turning the process of data parse and network consume more lightweight