package com.aiteacher.book; public record FigureResponse( String figureId, String label, String caption, String figureType, int page, String imageUrl, String sectionId, String sectionTitle ) {}