@type t() :: %Bonfire.Data.Social.Replied{
__meta__: Ecto.Schema.Metadata.t(),
activities: term(),
activity: term(),
boost_count: term(),
controlled: term(),
direct_replies: term(),
direct_replies_count: term(),
id: Needle.UID.t() | nil,
like_count: term(),
nested_replies_count: term(),
path: term(),
path_sorter: term(),
pinned: term(),
pointer: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil,
post: term(),
post_content: term(),
reply_to: term(),
reply_to_created: term(),
reply_to_id: term(),
reply_to_post: term(),
reply_to_post_content: term(),
replying_to: term(),
thread: term(),
thread_id: term(),
thread_post: term(),
thread_post_content: term(),
thread_replies: term(),
total_replies_count: term()
}