package com.tutego.ch_06.read;

public record ShortProfile(String nickname, short maneLength) { }