products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0X9WMT2ENM60"
This data as json, CSV (advanced)
Suggested facets: listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_07R54AVXG9A0 | CNT_05XV4G8GABZ0 | Gente CNT_0X9WMT2ENM60 | CNT_0X9WMT2ENM60 | 2 | 1 | 1 | Volume 3 | [] | Gente, Vol. 3 | For the final course of Gente, a senator pondering a political maneuver arrives at an unexpected conclusion over a delicious meal at Casetta dell'Orso. A notorious playboy finds himself enthralled by the sophisticated Savina, a Cassetta regular. Lorenzo finally reaches the point in life where he needs glasses, and silent Gigi accepts an invitation from a young lady. Enjoy the dolce conclusion to this charming story. | 01KGBSPHDBSZXMS9S306D1AMB4 | 3.0 | 2025-08-01T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1MP5F77DVBZG | Gente, Vol. 3 | GENTE © 2007-2009 NATSUME ONO/OHTA PUBLISHING CO. | 2025-08-01T07:00:00.000Z | 0 | 0 | |||||
| PRD_15B3E81TRGG0 | CNT_0V5X0Z14C210 | Gente CNT_0X9WMT2ENM60 | CNT_0X9WMT2ENM60 | 2 | 1 | 1 | Volume 2 | [] | Gente, Vol. 2 | In this volume, Claudio reminisces about when he was a young, insecure waiter just getting his feet wet. Vanna gets to the bottom of why Teo's stubborn lack of ambition prevents him from living up to his full potential in the kitchen. A woman running a streak of bad luck finds cheer when Gabriella introduces her to the magical ambience of Casetta dell'Orso. And finally, a mysterious young woman arrives with an important message for Lorenzo. | 01KGBSP4RG90F53B8931EFVYN6 | 2.0 | 2025-08-01T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1MP5F77DVBZG | Gente, Vol. 2 | GENTE © 2007-2009 NATSUME ONO/OHTA PUBLISHING CO. | 2025-08-01T07:00:00.000Z | 0 | 0 | |||||
| PRD_373RNZPNTG0G | CNT_3VG6GP607JHG | Gente CNT_0X9WMT2ENM60 | CNT_0X9WMT2ENM60 | 2 | 1 | 1 | Volume 1 | [] | Gente, Vol. 1 | Buona sera! Welcome to Casetta dell'Orso, a quaint little restaurant in the heart of Rome. The food's delicious, but the handsome staff of bespectacled gentlemen is the real draw. Follow these dashing men home and witness their romances, heartaches, hopes and dreams in this delightfully whimsical continuation of Natsume Ono's beloved Ristorante Paradiso.Go back to the beginning, when the owner Lorenzo was just opening Casetta dell'Orso. His wife Olga's particular preference for a certain bartender inspires Lorenzo to hire an entire staff of gentlemen in glasses. Watch the cranky-but-kind Luciano juggle babysitting duty and the advances of an amorous customer. Witness handsome playboy Vito meet a healthy young college student who will eventually become his wife. All this and more awaits you, just beyond that discreet restaurant door... | 01KGBSFWT68SY2WX0AN11GVAAE | 1.0 | 2025-08-01T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1MP5F77DVBZG | Gente, Vol. 1 | GENTE © 2007-2009 NATSUME ONO/OHTA PUBLISHING CO. | 2025-08-01T07:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);