📄️ <Detail>
The page-level component for displaying a single record. It fetches the record by ID and renders a `` by default, which organizes fields into a header, scalar key-value section, and collection sections.
📄️ <DetailHub>
The default layout component rendered by `. It automatically separates scalar fields (text, numbers, dates, etc.) from collection fields (like `), rendering them in distinct sections:
📄️ <KeyValuePairs>
Renders record fields as a labeled key-value grid using the Cloudscape KeyValuePairs component. Used by default inside `, and also usable inside ` card layouts.