Structure
Folder
public struct Folder: Codable
Relationships
Conforms To
Codable
Properties
id
public let id: String?
title
public let title: String?
username
public let username: String?
created
@Immutable @OptionalCoding<MillisecondsSince1970DateCoding>
public var created: Date?