CUE's API is designed to return all expected fields in every record, even when values are empty — appearing as empty quotes rather than omitting the field entirely. This consistent structure makes it easier to build reliable data ingestion processes since you can count on the same fields appearing in every record. If you encounter situations where fields seem to be missing rather than returning empty values, please report this to CUE as it would be considered a bug. Consistent field structure is essential for automated data processing, and CUE is committed to maintaining predictable output formats.
