products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1Q57Y4EN6JPG"
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_1NX6QNVNB3QG | CNT_0DD004Y4TXTG | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference CNT_1Q57Y4EN6JPG | CNT_1Q57Y4EN6JPG | 2 | 1 | 1 | Volume 3 | [] | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference Volume 3 | "I think my body just knows now how good those fingers make me feel..." Big toned muscles... melting away with a younger hunk who's forward with his affection, full of sweet words, and is sensual in bed!! Akari's been working in her company as the manager of a Judo team, and is currently dating the MVP of the team, Iwashiro. The two are slowly figuring out how to get past their size difference, and are having the time of their life! However, it seems Akari's ex and Iwashiro will have to work together on a new project...?! And now Akari and Iwashiro will have to make changes in their lives as well...?! An exciting finale to the spicy, passionate story of two people and their size difference! *This volume compiles ch. 15-21 of "My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference" | 01KP2EY55C7MZG07270CMTNKSH | 3.0 | 2025-10-10T00:00:00.000Z | C'moA Comics LAB_3MR5B2FJ9BEG | GEO_1PKAG51AEAQG | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference -Volume Edition, Volume 3 | (C) SAWA KURONO/C'moA Comics | 2026-03-09T07:00:00.000Z | 0 | 0 | |||||
| PRD_1RKH18NZQ2PG | CNT_2CQX3PMD9WVG | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference CNT_1Q57Y4EN6JPG | CNT_1Q57Y4EN6JPG | 2 | 1 | 1 | Volume 1 | [] | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference Volume 1 | "There's no way that can fit..." Akari has been working in her company as the manager of a Judo team. One night, Akari is introduced to one of the team members, Iwashiro, during an evening outing, but things take a sudden turn when Iwashiro has a few too many drinks and Akari finds herself in his arms... and spending the night together?! Being wrapped in toned muscles and being whispered sweet words, having him all over her even with the insecurities she has...! As things get hot and heavy, he's earnest and communicative with his feelings. All of this is enough to make anyone melt!! *This volume compiles ch. 1-7 of "My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference" | 01KP2EY384D9NG1VGNGPV2RV9X | 1.0 | 2025-10-10T00:00:00.000Z | C'moA Comics LAB_3MR5B2FJ9BEG | GEO_1PKAG51AEAQG | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference -Volume Edition, Volume 1 | (C) SAWA KURONO/C'moA Comics | 2026-03-09T07:00:00.000Z | 0 | 0 | |||||
| PRD_3TA98YAT9270 | CNT_1D26GDS93DA0 | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference CNT_1Q57Y4EN6JPG | CNT_1Q57Y4EN6JPG | 2 | 1 | 1 | Volume 2 | [] | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference Volume 2 | "You... should only let me do this to you..." Toned muscles and sweet words, melting away with a younger hunk who's forward with his affection and great with communication! Akari's been working in her company as the manager of a Judo team. Iwashiro, the MVP of the team, has confessed his feelings for Akari... but the two of them can't really have sex with their size difference... but Akari's feelings for Iwashiro only grow stronger with his compassionate expression of affection and careful, sensual foreplay. As things seem to slowly move forward, suddenly Akari's ex-boyfriend shows up...?! *This volume compiles ch. 8-14 of "My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference" | 01KP2EY44QW31FDD0WTEFW3EM5 | 2.0 | 2025-10-10T00:00:00.000Z | C'moA Comics LAB_3MR5B2FJ9BEG | GEO_1PKAG51AEAQG | My Young Medalist Lover is a Devoted Beast: Learning to Love Each Other Despite our Size Difference -Volume Edition, Volume 2 | (C) SAWA KURONO/C'moA Comics | 2026-03-09T07: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);