include/rocksky@generated@types_FollowAccountOutput.hrl
-record(follow_account_output, {
subject :: rocksky@generated@types:actor_profile_view_basic(),
followers :: list(rocksky@generated@types:actor_profile_view_basic()),
cursor :: gleam@option:option(binary())
}).