**BREAKING CHANGE** Dropped support for mapping protocol, i.e. accessing response models properties with `object['key']` will not work anymore. Migrate to `dataclasses.asdict(object)['key']`.
Features
- [dataclasses](https://docs.python.org/3/library/dataclasses.html) support implemented for response objects (#11)
- search results (`SearchResults`) pagination methods (14)
- fetching full item details (`Item`) from seller profile listing (`Items/SellerItem`)