-record(entry, { id :: binary(), title :: binary(), updated :: gleam@time@timestamp:timestamp(), content :: gleam@option:option(atomb:content()), summary :: gleam@option:option(atomb:text_content()), categories :: list(atomb:category()), links :: list(atomb:link()), authors :: list(atomb:person()), contributors :: list(atomb:person()), published :: gleam@option:option(gleam@time@timestamp:timestamp()), rights :: gleam@option:option(binary()) }).