AlertWordPivot

final class AlertWordPivot : Model

Properties

  • id

    The pivot’s ID.

    Declaration

    Swift

    @ID
    var id: UUID?
  • The number of Twarrts that this user has viewed

    Declaration

    Swift

    @Field
    var twarrtCount: Int
  • The number of ForumPosts containing this alertword that this user has viewed

    Declaration

    Swift

    @Field
    var postCount: Int

Relations

Initialization