use Deserialize;
use crateUploadthingFileStatus;
/// A representation of an uploaded file within the system.
///
/// This struct is used to deserialize information about files that have been
/// uploaded, including their key, unique identifier, and current status.
/// A response structure containing a list of `UploadthingFile` objects.
///
/// This is typically used to send a collection of uploaded file information
/// back to a client, encapsulating the data in a single struct for convenience.