Returns the value unchanged; this model has no nested structs to deserialize.
@type t() :: %XApiEx.Model.FollowAUserId200ResponseData{ following: boolean() | nil, pending_follow: boolean() | nil }
@spec decode(map()) :: t()