GET /services/catalog/products?format=api&page=75588
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=78420",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=75589",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=75587"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000261334",
            "attributes": {
                "name": "Meditations on First Philosophy",
                "subtitle": "",
                "description": "Descartes's Meditations on First Philosophy, the fundamental and originating work of the modern era in Western philosophy, is presented here in Donald Cress's completely revised edition of his well-established translation, bringing this version even closer to Descartes's original, while maintaining its clear and accessible style.",
                "author": "René Descartes, Donald A. Cress",
                "slug": "meditations-on-first-philosophy-261334-9781603844819-rene-descartes",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781603844819.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261334",
                "product_url": "/app/ecom/book/261334/meditations-on-first-philosophy-261334-9781603844819-rene-descartes",
                "bisac_codes": [
                    "PHI016000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780872201927",
                    "EISBN13": "9781603844819",
                    "EISBN10": "1603844813"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010000345338"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261333",
            "attributes": {
                "name": "Ensenanzas que transformaron el mundo",
                "subtitle": "Un llamado a despertar para la iglesia en Latino America.",
                "description": "Tanto la iglesia evangelica como las naciones mas desarrolladas fueron resultado de la Reforma Protestante. un periodo en la historia en el cual Dios levanto a hombres comprometidos con aplicar las verdades reveladas en las Escrituras a todas las areas de la vida. Las ensenanzas que estos hombres enfatizaron y sus implicaciones para el diario vivir resultaron en la transformacion del mundo conocido. Desafortunadamente la iglesia de habla hispana no ha experimentado esta reforma, y los efectos que el Cristianismo tuvo en Europa y EE.UU. nunca alcanzo a America Latina. En este libro, el Dr. Nunez busca presentar las ensenanzas clave de las Escrituras que transformaron el mundo, y sus implicaciones para la iglesia Latinoamericana. Si la iglesia va a ser efectiva en transformar el mundo que les rodea, tendra que aprender de su historia seguir su ejemplo. The Evangelical church and the developed nations both resulted from the Protestant Reformation. A period in which God raised men committed to applying the truths revealed in Scriptures to all areas of life. The teachings that these men emphasized and their implications on everyday life led to the transformation of the known world. Unfortunately the Spanish speaking church has not experienced this reformation, and the effects Christianity had on Europe and the United States never reached Latin America. In this book, Dr. Nunez seeks to present the key teachings of Scriptures that transformed the world and their implications for the Latin American church. If the church is going to be effective in transforming the world around them, it will have to learn from its history and follow their example.",
                "author": "Miguel Núñez",
                "slug": "ensenanzas-que-transformaron-el-mundo-261333-9781433688355-miguel-nunez",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781433688355.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261333",
                "product_url": "/app/ecom/book/261333/ensenanzas-que-transformaron-el-mundo-261333-9781433688355-miguel-nunez",
                "bisac_codes": [
                    "REL012000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781433688379",
                    "EISBN13": "9781433688355",
                    "EISBN10": "1433688352"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010036106546"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261327",
            "attributes": {
                "name": "Extending Unity with Editor Scripting",
                "subtitle": "",
                "description": "Put Unity to use for your video games by creating your own custom tools with editor scripting\n\nAbout This Book\n\n* Acquire a good understanding of extending Unity's editor capabilities for a platformer game by using Gizmos, custom inspectors, editor windows, scriptable objects, and more\n* Learn to configure and get control over your asset import pipeline using asset preprocessors\n* A step-by-step, comprehensible guide to creating and customizing a build pipeline that fits the necessities of your video game development team\n\nWho This Book Is For\n\nThis book is for anyone who has a basic knowledge of Unity programming using C# and wants to learn how to extend and create custom tools using Unity editor scripting to improve the development workflow and make video game development easier.\n\nWhat You Will Learn\n\n* Use Gizmos to create visual aids for debugging\n* Extend the editor capabilities using custom inspectors, property and decorator drawers, editor windows, and handles\n* Save your video game data in a persistent way using scriptable objects\n* Improve the look and feel of your custom tools using GUIStyles and GUISkins\n* Configure and control the asset import pipeline\n* Improve the build creation pipeline\n* Distribute the custom tools in your team or publish them in the Asset Store\n\nIn Detail\n\nOne of Unity's most powerful features is the extensible editor it has. With editor scripting, it is possible to extend or create functionalities to make video game development easier. For a Unity developer, this is an important topic to know and understand because adapting Unity editor scripting to video games saves a great deal of time and resources.\nThis book is designed to cover all the basic concepts of Unity editor scripting using a functional platformer video game that requires workflow improvement.\nYou will commence with the basics of editor scripting, exploring its implementation with the help of an example project, a level editor, before moving on to the usage of visual cues for debugging with Gizmos in the scene view. Next, you will learn how to create custom inspectors and editor windows and implement custom GUI. Furthermore, you will discover how to change the look and feel of the editor using editor GUIStyles and editor GUISkins. You will then explore the usage of editor scripting in order to improve the development pipeline of a video game in Unity by designing ad hoc editor tools, customizing the way the editor imports assets, and getting control over the build creation process. Step by step, you will use and learn all the key concepts while creating and developing a pipeline for a simple platform video game. As a bonus, the final chapter will help you to understand how to share content in the Asset Store that shows the creation of custom tools as a possible new business. By the end of the book, you will easily be able to extend all the concepts to other projects.\n\nStyle and approach\n\nThis book uses a step-by-step approach that will help you finish with a level editor tool, a custom configuration for the asset import pipeline, and a build pipeline totally adjusted to the video game.",
                "author": "Angelo Tadres",
                "slug": "extending-unity-with-editor-scripting-261327-9781785285660-angelo-tadres",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781785281853.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261327",
                "product_url": "/app/ecom/book/261327/extending-unity-with-editor-scripting-261327-9781785285660-angelo-tadres",
                "bisac_codes": [
                    "COM012040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781785281853",
                    "EISBN13": "9781785285660"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067641"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261315",
            "attributes": {
                "name": "Family Trouble",
                "subtitle": "Middle-Class Parents, Children's Problems, and the Disruption of Everyday Life",
                "description": "Our children mean the world to us. They are so central to our hopes and dreams that we will do almost anything to keep them healthy, happy, and safe. What happens, then, when a child has serious problems? In Family Trouble, a compelling portrait of upheaval in family life, sociologist Ara Francis tells the stories of middle-class men and women whose children face significant medical, psychological, and social challenges.    Francis interviewed the mothers and fathers of children with such problems as depression, bi-polar disorder, autism, learning disabilities, drug addiction, alcoholism, fetal alcohol syndrome, and cerebral palsy. Childrens problems, she finds, profoundly upset the foundations of parents everyday lives, overturning taken-for-granted expectations, daily routines, and personal relationships. Indeed, these problems initiated a chain of disruption that moved through parents lives in domino-like fashion, culminating in a crisis characterized by uncertainty, loneliness, guilt, grief, and anxiety. Francis looks at how mothers and fathers often differ in their interpretation of a childs condition, discusses the gendered nature of child rearing, and describes how parents struggle to find effective treatments and to successfully navigate medical and educational bureaucracies. But above all, Family Trouble examines how childrens problems disrupt middle-class dreams of the normal family. It captures how childrens problems radiate and spill over into other areas of parents lives, wreaking havoc even on their identities, leading them to reevaluate deeply held assumptions about their own sense of self and what it means to achieve the good life.   Engagingly written, Family Trouble offers insight to professionals and solace to parents. The book offers a clear message to anyone in the throes of family trouble: you are in good company, and you are not as different as you might feel...",
                "author": "Ara Francis",
                "slug": "family-trouble-261315-9780813570549-ara-francis",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780813570549.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261315",
                "product_url": "/app/ecom/book/261315/family-trouble-261315-9780813570549-ara-francis",
                "bisac_codes": [
                    "FAM012000",
                    "SOC047000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780813570532",
                    "ISBN10": "813570530",
                    "EISBN13": "9780813570549",
                    "EISBN10": "0813570549"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010002064784"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261316",
            "attributes": {
                "name": "Producing Excellence",
                "subtitle": "The Making of Virtuosos",
                "description": "Driven by a passion for music, for excellence, and for fame, violin soloists are immersed from early childhood in high-pressure competitions, regular public appearances, and arduous daily practice. An in-depth study of nearly one hundred such children, Producing Excellence illuminates the process these young violinists undergo to become elite international soloists.   A musician and a parent of a young violinist, sociologist Izabela Wagner offers an inside look at how her young subjects set out on the long road to becoming a soloist. The remarkable research she conductedat rehearsals, lessons, and in other educational settingsenabled her to gain deep insight into what distinguishes these talented prodigies and their training. She notes, for instance, the importance of a family culture steeped in the values of the musical world. Indeed, more than half of these students come from a family of professional musicians and were raised in an atmosphere marked by the importance of instrumental practice, the vitality of music as a vocation, and especially the veneration of famous artists. Wagner also highlights the highly structured, rigorous training system of identifying, nurturing, and rewarding talent, even as she underscores the social, economic, and cultural factors that make success in this system possible.   Offering an intimate portrait of the students, their parents, and their instructors, Producing Excellence sheds new light on the development of exceptional musical talent, as well as draw much larger conclusions as to producing prodigy in other competition-prone areas, such as sports, sciences, the professions, and other arts. Wagners insights make this book valuable for academics interested in the study of occupations, and her clear, lively writing is perfect for general readers curious about the ins and outs of training to be a violin soloist.",
                "author": "Izabela Wagner",
                "slug": "producing-excellence-261316-9780813570075-izabela-wagner",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780813570075.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261316",
                "product_url": "/app/ecom/book/261316/producing-excellence-261316-9780813570075-izabela-wagner",
                "bisac_codes": [
                    "SOC047000",
                    "MUS022000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780813570068",
                    "ISBN10": "813570069",
                    "EISBN13": "9780813570075",
                    "EISBN10": "0813570077"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010000345313"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261314",
            "attributes": {
                "name": "Into Africa",
                "subtitle": "A Transnational History of Catholic Medical Missions and Social Change",
                "description": "Winner of the 2016 Lavinia Dock Award from the American Association for the History of Nursing  Awarded first place in the 2016 American Journal of Nursing Book of the Year Award in the History and Public Policy category The most dramatic growth of Christianity in the late twentieth century has occurred in Africa, where Catholic missions have played major roles. But these missions did more than simply convert Africans. Catholic sisters became heavily involved in the Churchs health services and eventually in relief and social justice efforts. In Into Africa, Barbra Mann Wall offers a transnational history that reveals how Catholic medical and nursing sisters established relationships between local and international groups, sparking an exchange of ideas that crossed national, religious, gender, and political boundaries.   Both a nurse and a historian, Wall explores this intersection of religion, medicine, gender, race, and politics in sub-Saharan Africa, focusing on the years following World War II, a period when European colonial rule was ending and Africans were building new governments, health care institutions, and education systems. She focuses specifically on hospitals, clinics, and schools of nursing in Ghana and Uganda run by the Medical Mission Sisters of Philadelphia; in Nigeria and Uganda by the Irish Medical Missionaries of Mary; in Tanzania by the Maryknoll Sisters of New York; and in Nigeria by a local Nigerian congregation. Wall shows how, although initially somewhat ethnocentric, the sisters gradually developed a deeper understanding of the diverse populations they served. In the process, their medical and nursing work intersected with critical social, political, and cultural debates that continue in Africa today: debates about the role of women in their local societies, the relationship of women to the nursing and medical professions and to the Catholic Church, the obligations countries have to provide care for their citizens, and the role of women in human rights.   A groundbreaking contribution to the study of globalization and medicine, Into Africa highlights the importance of transnational partnerships, using the stories of these nuns to enhance the understanding of medical mission work and global change.",
                "author": "Barbra Mann Wall",
                "slug": "into-africa-261314-9780813566238-barbra-mann-wall",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780813566238.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261314",
                "product_url": "/app/ecom/book/261314/into-africa-261314-9780813566238-barbra-mann-wall",
                "bisac_codes": [
                    "MED039000",
                    "SOC039000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780813566221",
                    "ISBN10": "813566223",
                    "EISBN13": "9780813566238",
                    "EISBN10": "0813566231"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010002316656"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261312",
            "attributes": {
                "name": "Stranger",
                "subtitle": "Savants, Servants, and Single Parents",
                "description": "What do a therapist, a wunderkind, and a hostel manager have in common? All have to come out swinging when life throws the first punch. In these five short stories, the world may change but human nature stays the same as averageand not-so-averagepeople find themselves facing both the fantastic and the familiar in these stranger-than-life tales.",
                "author": "C. R. Halbert",
                "slug": "stranger-261312-9781631118302-c-r-halbert",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781631118302.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261312",
                "product_url": "/app/ecom/book/261312/stranger-261312-9781631118302-c-r-halbert",
                "bisac_codes": [
                    "FIC000000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781631118302",
                    "EISBN13": "9781631118302",
                    "EISBN10": "1631118307"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015155577"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261311",
            "attributes": {
                "name": "Perilous Partners",
                "subtitle": "The Benefits and Pitfalls of America's Alliances with Authoritarian Regimes",
                "description": "American leaders have cooperated with regimes around the world that are, to varying degrees, repressive or corrupt. Such cooperation is said to serve the national interest. But these partnerships also contravene the nations commitments to democratic governance, civil liberties, and free markets.\nDuring the Cold War, policymakers were casual about sacrificing important values for less-than-compelling strategic rationales. Since the 9/11 attacks, similar ethical compromises have taken place, although policymakers now seem more selective than their Cold Warera counterparts. Americans want a foreign policy that pursues national interests while observing American values. How might that reconciliation of interest and morality be accomplished?\nIn Perilous Partners, authors Ted Galen Carpenter and Malou Innocent provide a strategy for resolving the ethical dilemmas between interests and values faced by Washington.  They propose maintaining an arms-length relationship with authoritarian regimes, emphasizing that the United States must not operate internationally in ways that routinely pollute American values.  It is a strategy based on ethical pragmatism, which is the best way to reconcile Americas strategic interests and its fundamental values. Perilous Partners creates a strategy for conducting an effective U.S. foreign policy without betraying fundamental American values.",
                "author": "Ted Galen Carpenter, Malou Innocent",
                "slug": "perilous-partners-261311-9781939709714-ted-galen-carpenter-malou-innocent",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781939709714.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261311",
                "product_url": "/app/ecom/book/261311/perilous-partners-261311-9781939709714-ted-galen-carpenter-malou-innocent",
                "bisac_codes": [
                    "POL011010"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781939709707",
                    "EISBN13": "9781939709714",
                    "EISBN10": "1939709717"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015182770"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261310",
            "attributes": {
                "name": "The Sydney Handbook of Anxiety Disorders",
                "subtitle": "A Guide to the Symptoms, Causes and Treatments of Anxiety Disorders",
                "description": "Anxiety disorders are common psychiatric conditions with a devastating effect on quality of life that is often underestimated. Unfortunately, anxiety is as misunderstood among patients and health practitioners as it is common. While more than 14 percent of Australians exhibit symptoms of anxiety disorders, only half seek treatment. Of great concern is the fact that 40 percent of those who do seek treatment receive misguided advice.\n\nDespite this alarming news, there is hope. The Australian mental health community, particularly the faculty of the University of Sydney, is rallying around anxiety research and clinical treatment. The Sydney Handbook of Anxiety Disorders presents the latest and most comprehensive information on the diagnosis and treatment of anxiety.\n\nThis guide clearly lays out a biopsychosocial model for understanding anxiety that involves biological activity of the brain, psychological theories on attachment, conditioning, cognition and recognition of social triggers. New and traditional psychological and pharmacological treatment options are meticulously analysed in simple language, while case studies give real-life examples of diagnosis and treatment plans.\n\nThe Sydney Handbook of Anxiety Disorders shares the experience and expertise of the best medical doctors and mental health specialists in Australia. The result is a must-read manual for anxiety sufferers and those who treat them.\n\nFrom the Back Cover:\n\nWhen it comes to anxiety disorders, Australians are struggling. More than 14 percent of Australians exhibit symptoms of debilitating anxiety. Anxiety is now more common than depression, but its symptoms, diagnosis, and treatments are less widely understood. The Sydney Handbook of Anxiety Disorders fills a significant knowledge gap with the latest information about anxiety, compiled by top researchers and clinicians at the University of Sydney.  \n\nRather than focusing on a single facet of anxiety, this guide presents a comprehensive biopsychosocial model to diagnosis and treatment that includes brain activity, psychological theory and cognitive behavioural therapy, and various pharmacological treatment options. Written in clear language, respectful of Australias multicultural society, and filled with personal case studies and real-life anecdotes, its designed to educate both patients and health practitioners. \n\nAnxiety disorders arent going away. Its time to recognise and understand this growing mental health crisis.\n\nTable of Contents:\n\nPart I: What is Anxiety\n\nPart II: Physiology of the Normal Stress Response\n\nPart III: Genetics and Gene-Environment Interaction\n\nPart IV: Developmental Antecedents of Anxiety\n\nPart V: Neurobiology of Anxiety Disorders\n\nPart VI: Cognitive Theory\n\nPart VII: Assessment of Anxiety Disorders\n\nPart VIII: Behaviour Therapy\n\nPart IX: Cognitive Therapy\n\nPart X: Cognitive Behavioural Therapy\n\nPart XI: Pharmacotherapy\n\nPart XII: Review and Putting It All Together",
                "author": "Juliette Drobny, Philip Boyce, Anthony Harris",
                "slug": "the-sydney-handbook-of-anxiety-disorders-261310-9780994214539",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780994214539.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261310",
                "product_url": "/app/ecom/book/261310/the-sydney-handbook-of-anxiety-disorders-261310-9780994214539",
                "bisac_codes": [
                    "MED058130",
                    "PSY007000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9780994214539",
                    "EISBN10": "0994214537"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015167569"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261285",
            "attributes": {
                "name": "The Creative Journal",
                "subtitle": "The Art of Finding Yourself: 35th Anniversary Edition",
                "description": "<p>Originally released in 1980, Lucia Capacchiones The Creative Journal has become a classic in the fields of art therapy, memoir and creative writing, art journaling, and creativity development. Using more than fifty prompts and vibrantly illustrated examples, Capacchione guides readers through drawing and writing exercises to release feelings, explore dreams, and solve problems creatively. Topics include emotional expression, healing the past, exploring relationships, self-inventory, health, life goals, and more. The Creative Journal introduced the world to Capacchiones groundbreaking technique of writing with the nondominant hand for brain balancing, finding innate wisdom, and developing creative potential.<br>This thirty-fifth anniversary edition includes a new introduction and an appendix listing the many venues that have adopted Capacchiones methods, including public schools, recovery programs, illness support groups, spiritual retreats, and prisons. The Creative Journal has become a mainstay text for college courses in psychology, art therapy, and creative writing. It has proven useful for journal keepers, counselors, and teachers. Through doodles, scribbles, written inner dialogues, and letters, people of all ages have discovered vast inner resources.</p>",
                "author": "Lucia Capacchione",
                "slug": "the-creative-journal-261285-9780804040679-lucia-capacchione",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780804040679.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261285",
                "product_url": "/app/ecom/book/261285/the-creative-journal-261285-9780804040679-lucia-capacchione",
                "bisac_codes": [
                    "BIO026000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780804011648",
                    "EISBN13": "9780804040679",
                    "EISBN10": "0804040672"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010014961985"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261284",
            "attributes": {
                "name": "Row by Row",
                "subtitle": "Talking with Kentucky Gardeners",
                "description": "<p>For two and a half years, Katherine J. Black crisscrossed Kentucky, interviewing home vegetable gardeners from a rich variety of backgrounds. Row by Row: Talking with Kentucky Gardeners is the result, a powerful compilation of testimonies on the connections between land, people, culture, and home.<br>The people profiled here share a Kentucky backdrop, but their life stories, as well as their gardens, have as many colors, shapes, and tastes as heirloom tomatoes do. Black interviewed those who grow in city backyards, who carve out gardens from farmland, and who have sprawling plots in creek bottoms and former pastures. Many of the gardeners in Row by Row speak eloquently about our industrialized food systems injuries to the land, water, and health of people. But more often they talk about what they are doing in their gardens to reverse this course.<br>Row by Row is as sure to appeal to historians, food studies scholars, and sustainability advocates as it is to gardeners and local food enthusiasts. These eloquent portraits, drawn from oral histories and supplemented by Deirdre Scaggs color photographs, form a meditation on how gardeners make sense of their lives through what they grow and how they grow it.</p>",
                "author": "Katherine J. Black",
                "slug": "row-by-row-261284-9780804040662-katherine-j-black",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780804040662.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261284",
                "product_url": "/app/ecom/book/261284/row-by-row-261284-9780804040662-katherine-j-black",
                "bisac_codes": [
                    "NAT000000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780804011624",
                    "EISBN13": "9780804040662",
                    "EISBN10": "0804040664"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015141074"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261283",
            "attributes": {
                "name": "The Mary Smokes Boys",
                "subtitle": "A Novel",
                "description": "A novel about horse thieves, broken promises, love and regret. Patrick Holland captures the fragility and grace of small town life and how one fateful moment can forever alter the course of our lives.\n\nThe Mary Smokes Boys is a gem. The writing is absolutely terrific and the characters distinct and deftly revealed. And the story is a heart wrecker. \nBarry Lopez, Winner of the American Book Award\n\n\none of those straight to the heart, life-changing books. Krissy Kneen\n\na dark, gorgeously written and emotionally resonant tale of family tragedy. Adelaide Advertiser \n\nPatrick Holland's beautiful, beautiful second novel, The Mary Smokes Boys, is a tale that transports you through its realisation of place and its genuinely affecting story of love (for brothers, sisters, mothers, fathers). And yes, for a language as pure and magical as I have read in a long time. Holland is out on his own when it comes to his descriptions of the flora and fauna of the region's natural world  this surely stands as some of the best nature writing this country has produced. Martin Shaw Readings Newsletter, August 2010.",
                "author": "Patrick Holland",
                "slug": "the-mary-smokes-boys-261283-9780980846294-patrick-holland",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780980846294.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261283",
                "product_url": "/app/ecom/book/261283/the-mary-smokes-boys-261283-9780980846294-patrick-holland",
                "bisac_codes": [
                    "FIC000000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781921924132",
                    "EISBN13": "9780980846294",
                    "EISBN10": "0980846293"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015239597"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261250",
            "attributes": {
                "name": "Racial Reconstruction",
                "subtitle": "Black Inclusion, Chinese Exclusion, and the Fictions of Citizenship",
                "description": "<p>The end of slavery and the Atlantic slave trade triggered wide-scale labor shortages across the U.S. and Caribbean. Planters looked to China as a source for labor replenishment, importing indentured laborers in what became known as coolieism. From heated Senate floor debates to Supreme Court test cases brought by Chinese activists, public anxieties over major shifts in the U.S. industrial landscape and class relations became displaced onto the figure of the Chinese labor immigrant who struggled for inclusion at a time when black freedmen were fighting to redefine citizenship.<br><br>Racial Reconstruction demonstrates that U.S. racial formations should be studied in different registers and through comparative and transpacific approaches. It draws on political cartoons, immigration case files, plantation diaries, and sensationalized invasion fiction to explore the radical reconstruction of U.S. citizenship, race and labor relations, and imperial geopolitics that led to the Chinese Exclusion Act, Americas first racialized immigration ban. By charting the complex circulation of people, property, and print from the Pacific Rim to the Black Atlantic, Racial Reconstruction sheds new light on comparative racialization in America, and illuminates how slavery and Reconstruction influenced the histories of Chinese immigration to the West.</p>",
                "author": "Edlie L. Wong",
                "slug": "racial-reconstruction-261250-9781479856572-edlie-l-wong",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781479856572.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261250",
                "product_url": "/app/ecom/book/261250/racial-reconstruction-261250-9781479856572-edlie-l-wong",
                "bisac_codes": [
                    "SOC031000",
                    "HIS029000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781479817962",
                    "EISBN13": "9781479856572",
                    "EISBN10": "1479856576"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010035085831"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261249",
            "attributes": {
                "name": "Modernity's Ear",
                "subtitle": "Listening to Race and Gender in World Music",
                "description": "<p>Inside the global music industry and the racialized and gendered assumptions we make about what we hear <br><br>Fearing the rapid disappearance of indigenous cultures, twentieth-century American ethnographers turned to the phonograph to salvage native languages and musical practices.  Prominent among these early songcatchers were white women of comfortable class standing, similar to the female consumers targeted by the music industry as the gramophone became increasingly present in bourgeois homes. Through these simultaneous movements, listening became constructed as a feminized practice, one that craved exotic sounds and mythologized the other that made them.<br><br>In Modernitys Ear, Roshanak Kheshti examines the ways in which racialized and gendered sounds became fetishized and, in turn, capitalized on by an emergent American world music industry through the promotion of an economy of desire. Taking a mixed-methods approach that draws on anthropology and sound studies, Kheshti locates sound as both representative  and constitutive of culture and power. Through analyses of film, photography, recordings, and radio, as well as ethnographic fieldwork at a San Francisco-based world music company, Kheshti politicizes the feminine in the contemporary world music industry.  Deploying critical theory to read the fantasy of the feminized listener and feminized organ of the ear, Modernitys Ear ultimately explores the importance of pleasure in constituting the listening self.</p>",
                "author": "Roshanak Kheshti",
                "slug": "modernitys-ear-261249-9781479819935-roshanak-kheshti",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781479819935.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261249",
                "product_url": "/app/ecom/book/261249/modernitys-ear-261249-9781479819935-roshanak-kheshti",
                "bisac_codes": [
                    "SOC032000",
                    "MUS014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781479817863",
                    "EISBN13": "9781479819935",
                    "EISBN10": "147981993X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010035085346"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261215",
            "attributes": {
                "name": "Philosophy before the Greeks",
                "subtitle": "The Pursuit of Truth in Ancient Babylonia",
                "description": "<p>There is a growing recognition that philosophy isn't unique to the West, that it didn't begin only with the classical Greeks, and that Greek philosophy was influenced by Near Eastern traditions. Yet even today there is a widespread assumption that what came before the Greeks was \"before philosophy.\" In Philosophy before the Greeks, Marc Van De Mieroop, an acclaimed historian of the ancient Near East, presents a groundbreaking argument that, for three millennia before the Greeks, one Near Eastern people had a rich and sophisticated tradition of philosophy fully worthy of the name.<br><br>In the first century BC, the Greek historian Diodorus of Sicily praised the Babylonians for their devotion to philosophy. Showing the justice of Diodorus's comment, this is the first book to argue that there were Babylonian philosophers and that they studied knowledge systematically using a coherent system of logic rooted in the practices of cuneiform script. Van De Mieroop uncovers Babylonian approaches to knowledge in three areas: the study of language, which in its analysis of the written word formed the basis of all logic; the art of divination, which interpreted communications between gods and humans; and the rules of law, which confirmed that royal justice was founded on truth.<br><br>The result is an innovative intellectual history of the ancient Near Eastern world during the many centuries in which Babylonian philosophers inspired scholars throughout the regionuntil the first millennium BC, when the breakdown of this cosmopolitan system enabled others, including the Greeks, to develop alternative methods of philosophical reasoning.</p>",
                "author": "Marc Van De Mieroop",
                "slug": "philosophy-before-the-greeks-261215-9781400874118-marc-van-de-mieroop",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781400874118.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261215",
                "product_url": "/app/ecom/book/261215/philosophy-before-the-greeks-261215-9781400874118-marc-van-de-mieroop",
                "bisac_codes": [
                    "HIS002000",
                    "NHC"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780691176352",
                    "EISBN13": "9781400874118",
                    "EISBN10": "1400874114"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010030539195"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261214",
            "attributes": {
                "name": "Site Reading",
                "subtitle": "Fiction, Art, Social Form",
                "description": "<p>Site Reading offers a new method of literary and cultural interpretation and a new theory of narrative setting by examining five sitessupermarkets, dumps, roads, ruins, and asylumsthat have been crucial to American literature and visual art since the mid-twentieth century. Against the traditional understanding of setting as a static background for narrative action and character development, David Alworth argues that sites figure in novels as social agents. Engaging a wide range of social and cultural theorists, especially Bruno Latour and Erving Goffman, Site Reading examines how the literary figuration of real, material environments reorients our sense of social relations. To read the sites of fiction, Alworth demonstrates, is to reveal literature as a profound sociological resource, one that simultaneously models and theorizes collective life.<br><br>Each chapter identifies a particular site as a point of contact for writers and artiststhe supermarket for Don DeLillo and Andy Warhol; the dump for William Burroughs and Mierle Laderman Ukeles; the road for Jack Kerouac, Joan Didion, and John Chamberlain; the ruin for Thomas Pynchon and Robert Smithson; and the asylum for Ralph Ellison, Gordon Parks, and Jeff Walland shows how this site mediates complex interactions among humans and nonhumans. The result is an interdisciplinary study of American culture that brings together literature, visual art, and social theory to develop a new sociology of literature that emphasizes the sociology in literature.</p>",
                "author": "David J. Alworth",
                "slug": "site-reading-261214-9781400873807-david-j-alworth",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781400873807.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261214",
                "product_url": "/app/ecom/book/261214/site-reading-261214-9781400873807-david-j-alworth",
                "bisac_codes": [
                    "LIT006000",
                    "DSA"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780691164496",
                    "EISBN13": "9781400873807",
                    "EISBN10": "1400873800"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010030539231"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261213",
            "attributes": {
                "name": "The Love of God",
                "subtitle": "Divine Gift, Human Gratitude, and Mutual Faithfulness in Judaism",
                "description": "<p>The love of God is perhaps the most essential element in Judaismbut also one of the most confounding. In biblical and rabbinic literature, the obligation to love God appears as a formal commandment. Yet most people today think of love as a feeling. How can an emotion be commanded? How could one ever fulfill such a requirement? The Love of God places these scholarly and existential questions in a new light.<br><br>Jon Levenson traces the origins of the concept to the ancient institution of covenant, showing how covenantal love is a matter neither of sentiment nor of dry legalism. The love of God is instead a deeply personal two-way relationship that finds expression in God's mysterious love for the people of Israel, who in turn observe Gods laws out of profound gratitude for his acts of deliverance. Levenson explores how this bond has survived episodes in which Gods love appears to be painfully absentas in the brutal persecutions of Talmudic timesand describes the intensely erotic portrayals of the relationship by biblical prophets and rabbinic interpreters of the Song of Songs. He examines the love of God as a spiritual discipline in the Middle Ages as well as efforts by two influential modern Jewish thinkersMartin Buber and Franz Rosenzweigto recover this vital but endangered aspect of their tradition.<br><br>A breathtaking work of scholarship and spirituality alike that is certain to provoke debate, The Love of God develops fascinating insights into the foundations of religious life in the classical Jewish tradition.</p>",
                "author": "Jon D. Levenson",
                "slug": "the-love-of-god-261213-9781400873395-jon-d-levenson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781400873395.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261213",
                "product_url": "/app/ecom/book/261213/the-love-of-god-261213-9781400873395-jon-d-levenson",
                "bisac_codes": [
                    "SOC049000",
                    "JBSR"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780691164298",
                    "EISBN13": "9781400873395",
                    "EISBN10": "1400873398"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010030536132"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261202",
            "attributes": {
                "name": "The Secret of Our Success",
                "subtitle": "How Culture Is Driving Human Evolution, Domesticating Our Species, and Making Us Smarter",
                "description": "<p>How our collective intelligence has helped us to evolve and prosper<br><br>Humans are a puzzling species. On the one hand, we struggle to survive on our own in the wild, often failing to overcome even basic challenges, like obtaining food, building shelters, or avoiding predators. On the other hand, human groups have produced ingenious technologies, sophisticated languages, and complex institutions that have permitted us to successfully expand into a vast range of diverse environments. What has enabled us to dominate the globe, more than any other species, while remaining virtually helpless as lone individuals? This book shows that the secret of our success lies not in our innate intelligence, but in our collective brainson the ability of human groups to socially interconnect and learn from one another over generations.<br><br><br>Drawing insights from lost European explorers, clever chimpanzees, mobile hunter-gatherers, neuroscientific findings, ancient bones, and the human genome, Joseph Henrich demonstrates how our collective brains have propelled our species' genetic evolution and shaped our biology. Our early capacities for learning from others produced many cultural innovations, such as fire, cooking, water containers, plant knowledge, and projectile weapons, which in turn drove the expansion of our brains and altered our physiology, anatomy, and psychology in crucial ways. Later on, some collective brains generated and recombined powerful concepts, such as the lever, wheel, screw, and writing, while also creating the institutions that continue to alter our motivations and perceptions. Henrich shows how our genetics and biology are inextricably interwoven with cultural evolution, and how culture-gene interactions launched our species on an extraordinary evolutionary trajectory.<br><br><br>Tracking clues from our ancient past to the present, The Secret of Our Success explores how the evolution of both our cultural and social natures produce a collective intelligence that explains both our species' immense success and the origins of human uniqueness.</p>",
                "author": "Joseph Henrich",
                "slug": "the-secret-of-our-success-261202-9781400873296-joseph-henrich",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781400873296.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261202",
                "product_url": "/app/ecom/book/261202/the-secret-of-our-success-261202-9781400873296-joseph-henrich",
                "bisac_codes": [
                    "SCI090000",
                    "GTK"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780691178431",
                    "EISBN13": "9781400873296",
                    "EISBN10": "1400873290"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010030539853"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261199",
            "attributes": {
                "name": "Why Minsky Matters",
                "subtitle": "An Introduction to the Work of a Maverick Economist",
                "description": "<p>Perhaps no economist was more vindicated by the global financial crisis than Hyman P. Minsky (191996). Although a handful of economists raised alarms as early as 2000, Minsky's warnings began a half-century earlier, with writings that set out a compelling theory of financial instability. Yet even today he remains largely outside mainstream economics; few people have a good grasp of his writings, and fewer still understand their full importance. Why Minsky Matters makes the maverick economists critically valuable insights accessible to general readers for the first time. L. Randall Wray shows that by understanding Minsky we will not only see the next crisis coming but we might be able to act quickly enough to prevent it.<br><br>As Wray explains, Minskys most important idea is that \"stability is destabilizing\": to the degree that the economy achieves what looks to be robust and stable growth, it is setting up the conditions in which a crash becomes ever more likely. Before the financial crisis, mainstream economists pointed to much evidence that the economy was more stable, but their predictions were completely wrong because they disregarded Minskys insight. Wray also introduces Minskys significant work on money and banking, poverty and unemployment, and the evolution of capitalism, as well as his proposals for reforming the financial system and promoting economic stability.<br><br>A much-needed introduction to an economist whose ideas are more relevant than ever, Why Minsky Matters is essential reading for anyone who wants to understand why economic crises are becoming more frequent and severeand what we can do about it.</p>",
                "author": "Larry Randall Wray",
                "slug": "why-minsky-matters-261199-9781400873494-larry-randall-wray",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781400873494.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261199",
                "product_url": "/app/ecom/book/261199/why-minsky-matters-261199-9781400873494-larry-randall-wray",
                "bisac_codes": [
                    "BUS023000",
                    "KCZ"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780691178400",
                    "EISBN13": "9781400873494",
                    "EISBN10": "1400873495"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010030543974"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000261195",
            "attributes": {
                "name": "The Power of the Next Small Step : What's the Best That Could Happen?",
                "subtitle": "",
                "description": "The Power of the Next Small Step is a self-help book which grew out of Rayya Ghuls practice and training courses in Solution Focused coaching and therapy. The book presents Solution Focused ideas in a conversational and accessible way so that anyone interested in taking control of their future can make use of them. The book is designed for ordinary people with the kinds of challenges which can face all of us; difficulty dealing with co-workers, being stuck in a conflict with a teenager, losing confidence after redundancy or deep sadness at the loss of a loved one. This book doesnt provide specific solutions to these problems, rather it gives you the power to generate your own route to move towards your personal goals using the skills, knowledge and resources you already have (but may have forgotten).",
                "author": "Rayya Ghul",
                "slug": "the-power-of-the-next-small-step-whats-the-best-that-could-happen-261195-9780578162775-rayya-ghul",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780578162775.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "261195",
                "product_url": "/app/ecom/book/261195/the-power-of-the-next-small-step-whats-the-best-that-could-happen-261195-9780578162775-rayya-ghul",
                "bisac_codes": [
                    "SEL000000"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9780578162775",
                    "EISBN10": "0578162776"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010015240853"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 75588,
            "pages": 78420,
            "count": 1568382
        }
    }
}

Response Info

Default: None