user { id username avatar } user { id username avatar email updatedAt }
getUser({ select: ["id", "avatar", "username"], orderBy: "ASC" })