- 
                  
                  DeclarationSwift static let schema: String
- 
                  
                  The ID of the pivot. DeclarationSwift @ID var id: UUID?
- 
                  
                  The highest postID that the user has read in the forum.. DeclarationSwift @Field var lastPostReadID: Int?
- 
                  
                  TRUE if this forum is favorited by this user. DeclarationSwift @Field var isFavorite: Bool
- 
                  
                  True if the user has muted this forum and does not want any notifications. Otherwise this field should be NIL, never FALSE. This rule makes searches for forums with no reader pivot (because the user has never read the forum) appear equal to forums the user has read (and created a pivot) but not muted. DeclarationSwift @Field var isMuted: Bool?
- 
                  
                  Timestamp of the model’s creation, set automatically. DeclarationSwift @Timestamp var createdAt: Date?
- 
                  
                  Timestamp of the model’s last update, set automatically. DeclarationSwift @Timestamp var updatedAt: Date?
- 
                  
                  DeclarationSwift init()
- 
                  
                  Initializes a new ForumReaderspivot. The pivot’s readCount gets initialized to 0.DeclarationSwift init(_ userID: UUID, _ forum: Forum) throws
 View on GitHub
            View on GitHub
           ForumReaders Class Reference
      ForumReaders Class Reference