A stable public author projection used by editorial post reads.
@type t() :: %BlogEngine.Posts.AuthorSummary{ active: boolean(), avatar_url: String.t() | nil, bio: String.t() | nil, id: Ecto.UUID.t(), name: String.t(), slug: String.t(), title: String.t() | nil }