Named
@Serializable(with = HandleSerializers.Named::class )
Represents a reference to another resource in the API by name and URL. This matches the "named resource" object pattern in the PokeAPI documentation. See: https://pokeapi.co/docs/v2#namedapiresource
Parameters
name
The (unique) name of the referenced resource.