use Moo; sub endpoint_data { return { map { $_ => $_[0]->$_ } qw/only these fields/ }; }