GET /services/catalog/products?format=api&page=74134
Response information
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "links": {
        "first": "https://redshelf.com/services/catalog/products?format=api&page=1",
        "last": "https://redshelf.com/services/catalog/products?format=api&page=78497",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=74135",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=74133"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000307750",
            "attributes": {
                "name": "Learning ArcGIS Pro",
                "subtitle": "",
                "description": "Create, analyze, maintain, and share 2D and 3D maps with the powerful tools of ArcGIS Pro\n\nAbout This Book\n\n* Visualize GIS data in 2D and 3D maps\n* Create GIS projects for quick and easy access to data, maps, and analysis tools\n* A practical guide that helps to import maps, globes, and scenes from ArcMap, ArcScene, or ArcGlobe\n\nWho This Book Is For\n\nThis book is for anyone wishing to learn how ArcGIS Pro can be used to create maps and perform geospatial analysis. It will be especially helpful for those that have used ArcMap and ArcCatalog in the past and are looking to migrate to Esri's newest desktop GIS solution. Though previous GIS experience is not required, you must have a solid foundation using Microsoft Windows. It is also helpful if you understand how to manage folders and files within the Microsoft Windows environment.\n\nWhat You Will Learn\n\n* Install ArcGIS Pro and assign Licenses to users in your organization\n* Navigate and use the ArcGIS Pro ribbon interface to create maps and perform analysis\n* Create and manage ArcGIS Pro GIS Projects\n* Create 2D and 3D maps to visualize and analyze data\n* Author map layouts using cartographic tools and best practices to show off the results of your analysis and maps\n* Import existing map documents, scenes, and globes into your new ArcGIS Pro projects quickly\n* Create standardized workflows using Tasks\n* Automate analysis and processes using ModelBuilder and Python\n\nIn Detail\n\nArcGIS Pro is Esri's newest desktop GIS application with powerful tools for visualizing, maintaining, and analyzing data. ArcGIS Pro makes use of the modern ribbon interface and 64-bit processing to increase the speed and efficiency of using GIS. It allows users to create amazing maps in both 2D and 3D quickly and easily.\nThis book will take you from software installation to performing geospatial analysis. It is packed with how-to's for a host of commonly-performed tasks. You will start by learning how to download and install the software including hardware limitations and recommendations. Then you are exposed to the new Ribbon interface and how its smart design can make finding tools easier.\nAfter you are exposed to the new interface, you are walked through the steps to create a new GIS Project to provide quick access to project resources. With a project created, you will learn how to construct 2D and 3D maps including how to add layers, adjust symbology, and control labeling. Next you will learn how to access and use analysis tools to help you answer real-world questions.\nLastly, you will learn how processes can be automated and standardized in ArcGIS Pro using Tasks, Models, and Python Scripts.\nThis book will provide an invaluable resource for all those seeking to use ArcGIS Pro as their primary GIS application or for those looking to migrate from ArcMap and ArcCatalog.\n\nStyle and approach\n\nThis book includes detailed explanations of the GIS functionality and workflows in ArcGIS Pro. These are supported by easy-to-follow exercises that will help you gain an understanding of how to use ArcGIS Pro to perform a range of tasks.",
                "author": "Tripp Corbin, GISP",
                "slug": "learning-arcgis-pro-307750-9781785289880-tripp-corbin-gisp",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781785284496.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307750",
                "product_url": "/app/ecom/book/307750/learning-arcgis-pro-307750-9781785289880-tripp-corbin-gisp",
                "bisac_codes": [
                    "COM060090"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781785284496",
                    "EISBN13": "9781785289880"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067608"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307749",
            "attributes": {
                "name": "JavaScript Unlocked",
                "subtitle": "",
                "description": "Improve your code maintainability, performance, and security through practical expert insights and unlock the full potential of JavaScript\n\nAbout This Book\n\n* Improve your JavaScript code for better maintainability and performance\n* Discover how to implement scalable application architecture with JavaScript\n* Learn to use JavaScript behind the browser, including its command-line tools, desktop apps, and native mobile apps \n\nWho This Book Is For\n\nJavaScript Unlocked is for those JS developers who want to see just how far they can push their favourite language through practical insight and techniques. \n\nWhat You Will Learn\n\n* Make your code readable and expressive by using simple syntax of JavaScript\n* Grasp existing JavaScript collections such as arrays and array-like objects\n* Develop abstract data types in most effective way to extend JavaScript into a more flexible and powerful programming language\n* Examine the pros and cons of JavaScript by implementing real-time code examples\n* Flourish real-time mini-projects by using JavaScript on server side to develop desktop as well as mobile applications\n* Work on parallel tasks with asynchronous JavaScript\n* Improve code maintainability and readability and boost apps performance through JavaScript\n\nIn Detail\n\nJavaScript stands bestride the world like a colossus. Having conquered web development, it now advances into new areas such as server scripting, desktop and mobile development, game scripting, and more. One of the most essential languages for any modern developer, the fully-engaged JavaScript programmer need to know the tricks, non-documented features, quirks, and best practices of this powerful, adaptive language.\nThis all-practical guide is stuffed with code recipes and keys to help you unlock the full potential of JavaScript. Start by diving right into the core of JavaScript, with power user techniques for getting better maintainability and performance from the basic building blocks of your code. Get to grips with modular programming to bring real power to the browser, master client-side JavaScript scripting without jQuery or other frameworks, and discover the full potential of asynchronous coding. Do great things with HTML5 APIs, including building your first web component, tackle the essential requirements of writing large-scale applications, and optimize JavaScript's performance behind the browser. Wrap up with in-depth advice and best practice for debugging and keeping your JavaScript maintainable for scaling, long-term projects. With every task demonstrated in both classic ES5 JavaScript and next generation ES6-7 versions of the language, Whether read cover-to-cover or dipped into for specific keys and recipes, JavaScript Unlocked is your essential guide for pushing JavaScript to its limits. \n\nStyle and approach\n\nThis practice-oriented cookbook is packed full of code examples put in the form: problem, classical solution, and methods to optimize webpage in both JavaScript ES5 and ES6 language editions. But this thorough guide is best-suited to those who like to \"learn by doing\" as the topics are covered using real-life examples and tutorials.",
                "author": "Dmitry Sheiko",
                "slug": "javascript-unlocked-307749-9781785885068-dmitry-sheiko",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781785881572.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307749",
                "product_url": "/app/ecom/book/307749/javascript-unlocked-307749-9781785885068-dmitry-sheiko",
                "bisac_codes": [
                    "COM051260"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781785881572",
                    "EISBN13": "9781785885068"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067756"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307748",
            "attributes": {
                "name": "Packet Analysis with Wireshark",
                "subtitle": "",
                "description": "Leverage the power of Wireshark to troubleshoot your networking issues by using effective packet analysis techniques and performing improved protocol analysis\n\nAbout This Book\n\n* Gain hands-on experience of troubleshooting errors in TCP/IP and SSL protocols through practical use cases\n* Identify and overcome security flaws in your network to get a deeper insight into security analysis\n* This is a fast-paced book that focuses on quick and effective packet captures through practical examples and exercises\n\nWho This Book Is For\n\nIf you are a network or system administrator who wants to effectively capture packets, a security consultant who wants to audit packet flows, or a white hat hacker who wants to view sensitive information and remediate it, this book is for you. This book requires decoding skills and a basic understanding of networking.\n\nWhat You Will Learn\n\n* Utilize Wireshark's advanced features to analyze packet captures\n* Locate the vulnerabilities in an application server\n* Get to know more about protocols such as DHCPv6, DHCP, DNS, SNMP, and HTTP with Wireshark\n* Capture network packets with tcpdump and snoop with examples\n* Find out about security aspects such as OS-level ARP scanning\n* Set up 802.11 WLAN captures and discover more about the WAN protocol\n* Enhance your troubleshooting skills by understanding practical TCP/IP handshake and state diagrams\n\nIn Detail\n\nWireshark provides a very useful way to decode an RFC and examine it. The packet captures displayed in Wireshark give you an insight into the security and flaws of different protocols, which will help you perform the security research and protocol debugging.\nThe book starts by introducing you to various packet analyzers and helping you find out which one best suits your needs. You will learn how to use the command line and the Wireshark GUI to capture packets by employing filters. Moving on, you will acquire knowledge about TCP/IP communication and its use cases. You will then get an understanding of the SSL/TLS flow with Wireshark and tackle the associated problems with it. Next, you will perform analysis on application-related protocols. We follow this with some best practices to analyze wireless traffic. By the end of the book, you will have developed the skills needed for you to identify packets for malicious attacks, intrusions, and other malware attacks.\n\nStyle and approach\n\nThis is an easy-to-follow guide packed with illustrations and equipped with lab exercises to help you reproduce scenarios using a sample program and command lines.",
                "author": "Anish Nath",
                "slug": "packet-analysis-with-wireshark-307748-9781785885846-anish-nath",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781785887819.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307748",
                "product_url": "/app/ecom/book/307748/packet-analysis-with-wireshark-307748-9781785885846-anish-nath",
                "bisac_codes": [
                    "COM043000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9781785885846"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067803"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307747",
            "attributes": {
                "name": "SQL Server 2014 with PowerShell v5 Cookbook",
                "subtitle": "",
                "description": "Over 150 real-world recipes to simplify database management, automate repetitive tasks, and enhance your productivity\n\nAbout This Book\n\n* This book helps you build a strong foundation to get you comfortable using PowerShell with SQL Server, empowering you to create more complex scripts for your day-to-day job\n* The book provides numerous guidelines, tips, and explanations on how and when to use PowerShell cmdlets, WMI, SMO, .NET classes, or other components\n* It offers easy-to-follow, practical recipes to help you get the most out of SQL Server and PowerShell\n\nWho This Book Is For\n\nIf you are a SQL Server database professional (DBA, developer, or BI developer) who wants to use PowerShell to automate, integrate, and simplify database tasks, this books is for you. Prior knowledge of scripting would be helpful, but it is not necessary.\n\nWhat You Will Learn\n\n* Explore database objects and execute queries on multiple servers\n* Manage and monitor the running of SQL Server services and accounts\n* Back up and restore databases\n* Create an inventory of database properties and server configuration settings\n* Maintain permissions and security for users\n* Work with CLR assemblies, XML, and BLOB objects in SQL\n* Manage and deploy SSIS packages and SSRS reports\n\nIn Detail\n\nPowerShell can be leveraged when automating and streamlining SQL Server tasks. PowerShell comes with a rich set of cmdlets, and integrates tightly with the .NET framework. Its scripting capabilities are robust and flexible, allowing you to simplify automation and integration across different Microsoft applications and components.\nThe book starts with an introduction to the new features in SQL Server 2014 and PowerShell v5 and the installation of SQL Server. You will learn about basic SQL Server administration tasks and then get to know about some security-related topics such as the authentication mode and assigning permissions. Moving on, you will explore different methods to back up and restore your databases and perform advanced administration tasks such as working with Policies, Filetables, and SQL audits. The next part of the book covers more advanced HADR tasks such as log shipping and data mirroring, and then shows you how to develop your server to work with BLOB, XML, and JSON.\nFollowing on from that, you will learn about SQL Server's BI stack, which includes SSRS reports, the SSIS package, and the SSAS cmdlet and database. Snippets not specific to SQL Server will help you perform tasks quickly on SQL servers. Towards the end of the book, you will find some useful information, which includes a PowerShell tutorial for novice users, some commonly-used PowerShell and SQL Server syntax, and a few online resources. Finally, you will create your own SQL Server Sandbox VMs. All these concepts will help you to efficiently manage your administration tasks.\n\nStyle and approach\n\nSQL Server 2014 with PowerShell v5 Cookbook is an example-focused book that provides step-by-step instructions on how to accomplish specific SQL Server tasks using PowerShell. Each recipe is followed by an analysis of the steps or design decisions taken and additional information about the task at hand. Working scripts are provided for all examples so that you can dive in right away.\nYou can read this book sequentially by chapter or you can pick and choose which topics you need right away.",
                "author": "Donabel Santos",
                "slug": "sql-server-2014-with-powershell-v5-cookbook-307747-9781785283611-donabel-santos",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781785283321.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307747",
                "product_url": "/app/ecom/book/307747/sql-server-2014-with-powershell-v5-cookbook-307747-9781785283611-donabel-santos",
                "bisac_codes": [
                    "COM005030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781785283321",
                    "EISBN13": "9781785283611"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067588"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307738",
            "attributes": {
                "name": "The Cosmic Web",
                "subtitle": "Mysterious Architecture of the Universe",
                "description": "<p>A gripping first-person account of how scientists came to understand our universe's mysterious structure<br><br>J. Richard Gott was among the first cosmologists to propose that the structure of our universe is like a sponge made up of clusters of galaxies intricately connected by filaments of galaxiesa magnificent structure now called the \"cosmic web\" and mapped extensively by teams of astronomers. Here is his gripping insider's account of how a generation of undaunted theorists and observers solved the mystery of the architecture of our cosmos.<br><br>The Cosmic Web begins with modern pioneers of extragalactic astronomy, such as Edwin Hubble and Fritz Zwicky. It goes on to describe how, during the Cold War, the American school of cosmology favored a model of the universe where galaxies resided in isolated clusters, whereas the Soviet school favored a honeycomb pattern of galaxies punctuated by giant, isolated voids. Gott tells the stories of how his own path to a solution began with a high-school science project when he was eighteen, and how he and astronomer Mario Juric measured the Sloan Great Wall of Galaxies, a filament of galaxies that, at 1.37 billion light-years in length, is one of the largest structures in the universe.<br><br>Drawing on Gotts own experiences working at the frontiers of science with many of todays leading cosmologists, The Cosmic Web shows how ambitious telescope surveys such as the Sloan Digital Sky Survey are transforming our understanding of the cosmos, and how the cosmic web holds vital clues to the origins of the universe and the next trillion years that lie ahead.</p>",
                "author": "J. Richard Gott",
                "slug": "the-cosmic-web-307738-9781400873289-j-richard-gott",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781400873289.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307738",
                "product_url": "/app/ecom/book/307738/the-cosmic-web-307738-9781400873289-j-richard-gott",
                "bisac_codes": [
                    "SCI005000",
                    "PHVB"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780691157269",
                    "EISBN13": "9781400873289",
                    "EISBN10": "1400873282"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010033831233"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307733",
            "attributes": {
                "name": "A History of Modern Britain",
                "subtitle": "1714 to the Present",
                "description": "Now available in a fully-revised and updated second edition, A History of Modern Britain: 1714 to the Present provides a comprehensive survey of the social, political, economic and cultural history of Great Britain from the Hanoverian succession to the present day.  Places Britain in a global context, charting the rise and fall of the British empire and the influence of imperialism on the social, economic, and political developments of the home country Includes revised sections on imperialism and the industrial revolution that have been updated to reflect recent scholarship, a more reflective view on New Labour since its demise, and an all new section on the performance of the Conservative  Lib/Dem coalition that came into office in 2010 Features illustrations, maps, an up-to-date bibliography, a full list of Prime Ministers, a genealogy of the royal family, and a comprehensive glossary explaining uniquely British terms, acronyms, and famous figures Spans topics as diverse as the slave trade, the novels of Charles Dickens, the Irish Potato Famine, the legalization of homosexuality, coalmines in South Wales, Antarctic exploration, and the invention of the computer Includes extensive reference to historiography",
                "author": "Ellis Wasson",
                "slug": "a-history-of-modern-britain-307733-9781118868980-ellis-wasson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118868980.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307733",
                "product_url": "/app/ecom/book/307733/a-history-of-modern-britain-307733-9781118868980-ellis-wasson",
                "bisac_codes": [
                    "HIS037060",
                    "9555"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781118869017",
                    "EISBN13": "9781118868980"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010037822877"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307732",
            "attributes": {
                "name": "Fixing Feedback",
                "subtitle": "",
                "description": "Feedback is broken  here's how to fix it to create a highly engaged workplace with high performing leaders and employees Fixing Feedback is not just another management book  it's a smart, refreshing, practical guide to feedback in the workplace. Everyone already knows how important feedback is, and we all know we should be giving it and receiving it regularly  yet we still do it poorly or avoid it entirely. This book shows you how to do it right. You'll learn what exactly constitutes useful feedback, how to deliver it effectively, how to receive it gracefully and how to use it to strengthen yourself, your team and your business. You'll learn critical communication skills that you can put into practice today, and get on track to building a \"feedback culture\" that results in highly engaged, highly productive employees. The way you communicate dictates how you build relationships and make decisions. It's the difference between being remarkable and being a d!ck. Poor communication is a major force driving feedback into the ground, and it can be extremely costly for the company as a whole. This book shows you how to turn the ship around by making feedback a meaningful  and welcome  part of your everyday workflow and overall company culture.  Understand \"remarkable feedback\", and how it changes people and workplaces Self-assess your communication style and gauge the impact it has on others Deliver meaningful feedback using a set of pragmatic tools and techniques Confront the personal issues that prevent you from effectively receiving feedback Learn what organisations need to drive to create a 'feedback culture'  When organisations fail to grasp the importance of investing in their people effectively, employees disengage. Building a meaningful feedback culture, on the other hand, makes your organisation a place where people want to work, want to achieve and want to be the best. It's all about effective communication. Fixing Feedback provides no-nonsense guidance toward equipping your people to succeed.",
                "author": "Georgia Murch",
                "slug": "fixing-feedback-307732-9780730327486-georgia-murch",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780730327486.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307732",
                "product_url": "/app/ecom/book/307732/fixing-feedback-307732-9780730327486-georgia-murch",
                "bisac_codes": [
                    "BUS007000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780730327462",
                    "EISBN13": "9780730327486"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010000546666"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307731",
            "attributes": {
                "name": "Introducing Social Research Methods",
                "subtitle": "Essentials for Getting the Edge",
                "description": "Introducing Social Research Methods: Essentials for Getting the Edge is a concise and student-friendly introduction to research methods that uses examples from around the world to illustrate the centrality of social science research in our everyday lives.  Explains complex, multi-faceted concepts and methodologies in straightforward prose Designed for students who are new to or skeptical of social science research methods as useful tools for approaching real-world challenges Persuasively argues that social scientific proficiency unlocks an array of personal and professional opportunities beyond the realms of academia A supplementary website features a glossary, test bank, Power Point presentations, a comprehensive list of web resources, a guide to relevant TED lectures and much more",
                "author": "Janet M. Ruane",
                "slug": "introducing-social-research-methods-307731-9781118874202-janet-m-ruane",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118874202.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307731",
                "product_url": "/app/ecom/book/307731/introducing-social-research-methods-307731-9781118874202-janet-m-ruane",
                "bisac_codes": [
                    "SOC019000",
                    "9723"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781118874257",
                    "EISBN13": "9781118874202"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010032513860"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307721",
            "attributes": {
                "name": "The Return of Lanny Budd",
                "subtitle": "",
                "description": "From the Pulitzer Prizewinning historical saga, an American spy during WWII is called back into action in post-war Germany as the Cold War begins.\nFrom the Paris Peace Conference to the Battle of the Bulge, Lanny Budd has played key roles in the extraordinary events of his age. Now Presidential Agent 103 is coming out of retirement to serve his countryand the free worldonce more.\nA counterfeiting conspiracy hatched by unrepentant neo-Nazis threatens to gravely damage America's efforts to rebuild and stabilize a divided Germany. Lanny's previous experience, as well as his unexpected connection to one of the chief conspirators, makes him the ideal operative to foil the sinister plot. But when he infiltrates the Russian-controlled sector, what Lanny sees makes his blood run cold. Communist leader and former US ally Joseph Stalin has twisted the socialist ideals he holds dear into weapons of tyranny, oppression, and terror. With the onset of a shadow war between two world superpowers, Lanny realizes that his mission is far from over.\nThe Return of Lanny Budd is the final volume of Upton Sinclair's Pulitzer Prizewinning dramatization of 20th century world history.\nPraise for the Lanny Budd Novels\n\"Remarkably shrewd and often prescient.\" The New York Times\n\"Few works of fiction are more fun to read; fewer still make history half as clear, or as human.\" Time\n\"When people ask me what has happened in my long lifetime, I do not refer them to the newspaper files and to the authorities, but to [Sinclair's] novels.\" George Bernard Shaw\n\"[The] most faithful portrait of that period that has been done or will likely be done.\" H. G. Wells",
                "author": "Upton Sinclair",
                "slug": "the-return-of-lanny-budd-307721-9781504026550-upton-sinclair",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781504026550.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307721",
                "product_url": "/app/ecom/book/307721/the-return-of-lanny-budd-307721-9781504026550-upton-sinclair",
                "bisac_codes": [
                    "FIC004000",
                    "FIC014000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9781504026550"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010037519854"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307711",
            "attributes": {
                "name": "Women's Folklore, Women's Culture",
                "subtitle": "",
                "description": "<p>The essays in Women's Folklore, Women's Culture focus on women performers of folklore and on women's genre of folklore. Long ignored, women's folklore is often collaborative and frequently is enacted in the privacy of the domestic sphere. This book provides insights balancing traditional folklore scholarship. All of the authors also explore the relationship between make and female views and worlds.<br><br>The book begins with the private world of women, performances within the intimacy of family and fields; it then studies women's folklore in the public arena; finally, the book looks at the interrelationships between public and private arenas and between male and female activities.<br><br>By turning our attention to previously ignored women's realms, these essays provide a new perspective from which to view human culture as a whole and make Women's Folklore, Women's Culture a significant addition to folklore scholarship</p>",
                "author": "Rosan A. Jordan, Susan J. Kalcik",
                "slug": "womens-folklore-womens-culture-307711-9780812293388",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780812293388.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307711",
                "product_url": "/app/ecom/book/307711/womens-folklore-womens-culture-307711-9780812293388",
                "bisac_codes": [
                    "SOC011000",
                    "SOC028000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780812212068",
                    "EISBN13": "9780812293388",
                    "EISBN10": "081229338X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010018360921"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307707",
            "attributes": {
                "name": "The King in Yellow",
                "subtitle": "and Other Stories",
                "description": "I remembered Camillas agonized scream and the awful words echoing through the dim streets of Carcosa. They were the last lines in the first act, and I dared not think of what followeddared not, even in the spring sunshine, there in my own room, surrounded with familiar objects, reassured by the bustle from the street and the voices of the servants in the hallway outside. For those poisoned words had dropped slowly into my heart, as death-sweat drops upon a bed-sheet and is absorbed.\n\n \n\nThe elusive, mysterious play The King in Yellow, weaves through several of the stories in this collection, which blends a variety of genres showcasing Chambers vast literary talent.\n\n\nHighly acclaimed at the time of publication in 1895, and for many years afterward, The King in Yellow became the touchstone and inspiration of many generations of writers, including H. P. Lovecraft, Stephen King, Karl Edward Wagner, Marion Zimmer Bradley, Robert Heinlein, and many others.\nIt was Chambers ability to integrate dread suspense, while alluding to supernatural events, that became influential in defining the tone of  20th century horror and fantasy, and helped define a literary movement often referred to as Weird Fiction.",
                "author": "Robert W Chambers",
                "slug": "the-king-in-yellow-307707-9781609440978-robert-w-chambers",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781609440978.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307707",
                "product_url": "/app/ecom/book/307707/the-king-in-yellow-307707-9781609440978-robert-w-chambers",
                "bisac_codes": [
                    "FIC009040",
                    "FIC009050"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781609440961",
                    "EISBN13": "9781609440978",
                    "EISBN10": "1609440978"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010014994562"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307705",
            "attributes": {
                "name": "The Gaze of Mercy",
                "subtitle": "A Commentary on Divine and Human Mercy",
                "description": "",
                "author": "Fr. Raniero Cantalamessa, OFM Cap",
                "slug": "the-gaze-of-mercy-307705-9781593254773-fr-raniero-cantalamessa-ofm-cap",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781593254773.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307705",
                "product_url": "/app/ecom/book/307705/the-gaze-of-mercy-307705-9781593254773-fr-raniero-cantalamessa-ofm-cap",
                "bisac_codes": [
                    "REL010000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9781593254773",
                    "EISBN10": "1593254776"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015104915"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307699",
            "attributes": {
                "name": "Dart Programming Language, The",
                "subtitle": "",
                "description": "Dart is a class-based, object-oriented language that simplifies the development of structured modern apps, scales from small scripts to large applications, and can be compiled to JavaScript for use in any modern browser. In this rigorous but readable introductory text, Dart specification lead Gilad Bracha fully explains both the language and the ideas that have shaped it.</p>  </p> The Dart Programming Language offers an authoritative description of Dart for programmers, computer science students, and other well-qualified professionals. The text illuminates key programming constructs with significant examples, focusing on principles of the language, such as optional typing and pure object-orientation.</p>  </p> Bracha thoroughly explains reflection in Dart, showing how it is evolving into a form that programmers can easily apply without creating excessively large programs. He also shares valuable insights into Darts actor-style model for concurrency and asynchronous programming. Throughout, he covers both language semantics and the rationale for key features, helping you understand not just what Dart does, but why it works the way it does.</p>  </p> You will learn about</p>          Darts object model, in which everything is an object, even numbers and Boolean values            How Dart programs are organized into modular libraries            How Dart functions are structured, stored in variables, passed as parameters, and returned as results            Darts innovative approach to optional typing            How Dart handles expressions and statements            How to use Darts implementation of reflection to introspect on libraries, classes, functions, and objects            Isolates and other Dart features that support concurrency and distribution      Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.</p>",
                "author": "Gilad Bracha",
                "slug": "dart-programming-language-the-307699-9780133430004-gilad-bracha",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780133430004.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307699",
                "product_url": "/app/ecom/book/307699/dart-programming-language-the-307699-9780133430004-gilad-bracha",
                "bisac_codes": [
                    "COM051260",
                    "COM051010"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780321927705",
                    "ISBN10": "0321927702",
                    "EISBN13": "9780133430004",
                    "EISBN10": "0133430006"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010023970138"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307698",
            "attributes": {
                "name": "C++ Without Fear",
                "subtitle": "A Beginner's Guide That Makes You Feel Smart",
                "description": "Learning C++ Doesnt Have to Be Difficult!</p>  </p> Have you ever wanted to learn programming? Have you ever wanted to learn the C++ language behind many of todays hottest games, business programs, and even advanced spacecraft? C++ Without Fear, Third Edition, is the ideal way to get started. Now updated for the newest C++14 standard and the free Microsoft Visual C++ Community Edition, it will quickly make you productive with C++ even if youve never written a line of code!</p>  </p> Brian Overland has earned rave reviews for this books approach to teaching C++. He starts with short, simple examples you can easily enter and run. Within a couple of chapters, youll be creating useful utilities, playing games, and solving puzzles. Everythings simplified to its essentials, patiently explained, and clearly illustrated with practical examples and exercises that help you make progress quickly.</p>  </p> Overland reveals the whys and tricks behind each C++ language feature. And youll never get bogged down in complex or pointless examples: He keeps you 100% focused on learning what works and what matterswhile having fun!</p>  </p> This new and improved edition</p>          Covers installing and using the free Microsoft Visual C++ Community Edition    but you can use any version of C++            Explains valuable improvements in the new C++14 standard            Modularizes C++14 coverage so its easy to write code that works with older versions            Teaches with even more puzzles, games, and relevant exercises            Offers more why and how-to coverage of object orientation, todays #1 approach to programming            Presents more ways to use Standard Template Library (STL) code to save time and get more done            Contains an expanded reference section for all your day-to-day programming     Whether you want to learn C++ programming for pleasure or youre considering a career in programming, this book is an outstanding choice.</p>",
                "author": "Brian Overland",
                "slug": "c-without-fear-307698-9780134318974-brian-overland",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780134318974.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307698",
                "product_url": "/app/ecom/book/307698/c-without-fear-307698-9780134318974-brian-overland",
                "bisac_codes": [
                    "COM051070"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780134314303",
                    "ISBN10": "0134314301",
                    "EISBN13": "9780134318974",
                    "EISBN10": "0134318978"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010023978416"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307697",
            "attributes": {
                "name": "Design for How People Learn",
                "subtitle": "",
                "description": "Products, technologies, and workplaces change so quickly today that everyone is continually learning. Many of us are also teaching, even when it's not in our job descriptions. Whether it's giving a presentation, writing documentation, or creating a website or blog, we need and want to share our knowledge with other people. But if you've ever fallen asleep over a boring textbook, or fast-forwarded through a tedious e-learning exercise, you know that creating a great learning experience is harder than it seems.</p>  </p> In Design For How People Learn, Second Edition, you'll discover how to use the key principles behind learning, memory, and attention to create materials that enable your audience to both gain and retain the knowledge and skills you're sharing. Updated to cover new insights and research into how we learn and remember, this new edition includes new techniques for using social media for learning as well as two brand new chapters on designing for habit and best practices for evaluating learning, such as how and when to use tests. Using accessible visual metaphors and concrete methods and examples, Design For How People Learn, Second Edition will teach you how to leverage the fundamental concepts of instructional design both to improve your own learning and to engage your audience.",
                "author": "Julie Dirksen",
                "slug": "design-for-how-people-learn-307697-9780134210087-julie-dirksen",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780134210087.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307697",
                "product_url": "/app/ecom/book/307697/design-for-how-people-learn-307697-9780134210087-julie-dirksen",
                "bisac_codes": [
                    "EDU039000",
                    "COM022000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9780134210087",
                    "EISBN10": "0134210085"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010023979345"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307675",
            "attributes": {
                "name": "Digital Project Management",
                "subtitle": "The Complete Step-by-Step Guide to a Successful Launch",
                "description": "The digital world is growing and changing at a rate that can seem overwhelming to those project managers who have to keep up with it to build customer-facing solutions and applications. It's rare for project managers working in this field to be provided with much direction or a process by which to carry out a project, and there has been almost nothing available specific to these types of projects in the literary marketplace. Digital Project Management: The Complete Step-by-Step Guide to a Successful Launch was developed to fill this gap by providing the knowledge, best practices, and proven steps to successfully manage digital projects from end-to-end and was created to be easily adaptable to different project types and technological advances.",
                "author": "Taylor Olson",
                "slug": "digital-project-management-307675-9781604277678-taylor-olson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781604277678.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307675",
                "product_url": "/app/ecom/book/307675/digital-project-management-307675-9781604277678-taylor-olson",
                "bisac_codes": [
                    "BUS101000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9781604277678"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010032589262"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307674",
            "attributes": {
                "name": "Family Law in the World Community",
                "subtitle": "Cases, Materials, and Problems in Comparative and International Family Law, Third Edition",
                "description": "The third edition of this casebook covers a variety of private international law issues, including child abduction, international adoption, child support enforcement, and recognition of foreign marriages and divorces. The book also explores the impact of public international law on both domestic and international regulation of the family, focusing on topics such as family violence, mail-order marriages, the human rights of children, and same-sex couples. Finally, the book uses comparative law materials to examine traditional family law topics, such as the regulation of marriage, LGBTQ relationships, adoption, reproductive freedom, child custody, financial support of children (both public and private), and corporal punishment. ",
                "author": "Barbara Stark, and Solangel Maldonado, D. Marianne Blair, Merle H. Weiner",
                "slug": "family-law-in-the-world-community-307674-9781531005832-d-marianne-blair-merle-h-weiner-barbara-stark-and-solangel-maldonado",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781611634587-1.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307674",
                "product_url": "/app/ecom/book/307674/family-law-in-the-world-community-307674-9781531005832-d-marianne-blair-merle-h-weiner-barbara-stark-and-solangel-maldonado",
                "bisac_codes": [],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781611634587",
                    "ISBN10": "161163458X",
                    "EISBN13": "9781531005832",
                    "EISBN10": "1531005837"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010000546606"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307668",
            "attributes": {
                "name": "The Weaver's Lament",
                "subtitle": "The Final Adventure in The Symphony of Ages",
                "description": "<p>Acclaimed author Elizabeth Haydon returns with a heartbreaking tale of love and valor in The Weavers Lament, the ninth and final installment of her USA Today bestselling Symphony of Ages series that began with Rhapsody. <br><br>For a thousand years, the lands ruled by the Cymrian Alliance have been at peace. When the brutal death of a dear friend catapults the kingdom to the brink of civil war, Rhapsody finds herself in an impossible situation: forced to choose between her beloved husband, Ashe, and her two oldest friends, Grunthor and Achmed. Choosing her husband will mean the death of thousands of innocents. Siding against him will cost Rhapsody the other half of her soul, both in this life and the next.<br><br> In The Weaver's Lament, the lines between the past and future are irrevocably blurred, and the strength of true love is tested in unthinkable ways. Bestselling author Elizabeth Haydon has delivered a spectacular conclusion to the Symphony of Ages.<br><br>\"A full-scale tale of warfare and political intrigue that high-fantasy fans will enjoy. Fans of the series will be satisfied, and newcomers will find themselves welcome.\" Booklist on The Hollow Queen<br><br>At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.</p>",
                "author": "Elizabeth Haydon",
                "slug": "the-weavers-lament-307668-9781429949224-elizabeth-haydon",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/no-materials-cover.svg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307668",
                "product_url": "/app/ecom/book/307668/the-weavers-lament-307668-9781429949224-elizabeth-haydon",
                "bisac_codes": [
                    "FIC009000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780765360328",
                    "EISBN13": "9781429949224",
                    "EISBN10": "1429949228"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010035414201"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307666",
            "attributes": {
                "name": "Warriors 2",
                "subtitle": "",
                "description": "<p>Embark on a thrilling journey through the pages of Warriors 2, where the greatest storytellers of our time weave unforgettable tales of bravery, sacrifice, and honor.<br><br>From George R. R. Martin's Introduction to Warriors:<br><br>\"People have been telling stories about warriors for as long as they have been telling stories. Since Homer first sang the wrath of Achilles and the ancient Sumerians set down their tales of Gilgamesh, warriors, soldiers, and fighters have fascinated us; they are a part of every culture, every literary tradition, every genre. All Quiet on the Western Front, From Here to Eternity, and The Red Badge of Courage have become part of our literary canon, taught in classrooms all around the country and the world. Our contributors make up an all-star lineup of award-winning and bestselling writers, representing a dozen different publishers and as many genres.\"<br><br>In this second volume, you'll find captivating stories from Naomi Novik, Peter S. Beagle, S. M. Stirling, David Ball, Gardner Dozois, Howard Waldrop, and David Weber. From historical fantasy to science fiction, these tales span across time and worlds, each one a masterpiece of speculative genre fiction.<br><br>Together, these bestselling authors and master storytellers make Warriors 2 a volume of unforgettable reading that will keep you on the edge of your seat.<br><br>At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.</p>",
                "author": "George R. R. Martin, Gardner Dozois",
                "slug": "warriors-2-307666-9780765391100",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/no-materials-cover.svg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307666",
                "product_url": "/app/ecom/book/307666/warriors-2-307666-9780765391100",
                "bisac_codes": [
                    "FIC009040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780765360274",
                    "EISBN13": "9780765391100",
                    "EISBN10": "0765391104"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010016773443"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000307665",
            "attributes": {
                "name": "Stranger At My Door",
                "subtitle": "",
                "description": "<p>The only thing standing between her and disaster is a man she can't trust...<br><br>As far as Dinah Pittman is concerned, men can't be trusted. Especially cops. Her own father was a former cop and a convicted felon who stole a small fortune before dying in prison. The best part? No one knows where the money is...and someone is willing to kill off everyone who knows anything about it.  <br><br>And Dinah is next.  <br><br>Rafe Morales left the Dallas police force to settle down to a simpler life in the small Texas town of El Royo. Instead, he finds himself protecting an infuriating, tough-as-nails, oh-so-sexy victimand driving himself crazy with a thoroughly unprofessional desire.  <br><br>But as the body count rises, Rafe and Dinah must find a way to trust each other...before they both end up dead.</p>",
                "author": "Mari Manning",
                "slug": "stranger-at-my-door-307665-9781633754126-mari-manning",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/b2b973c2e2e756984674c8dcde8a9e0d3d9500a8af05bdc08973d7c00d981b54_kugilvlucv.jpeg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "307665",
                "product_url": "/app/ecom/book/307665/stranger-at-my-door-307665-9781633754126-mari-manning",
                "bisac_codes": [
                    "FIC027000",
                    "FIC027110"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9781633754126",
                    "EISBN10": "163375412X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010016396331"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 74134,
            "pages": 78497,
            "count": 1569934
        }
    }
}

Response Info

Default: None