/// Kind of logical node returned by lockbox listing and stat APIs.
/// Metadata returned by lockbox listing and stat APIs.
///
/// This type contains only metadata stored in the table of contents. Symlink
/// targets are stored in symlink page objects, so callers that need a target
/// should call `Lockbox::get_symlink_target` for symlink entries.
use crateLockboxPath;