I have a data class which mirrors the database model,
@dataclass class Profile(object): uid: str interests: Tuple[str]
Each profile h