В
а страницы о юзере?
Size: a a a
В
ДБ
type Page = {
Owner: User
Image: Base64
Title: string
Description: string
Comments: ResizeArray<Comment>
}type User = {
Name: string
Avatar: Base64
}ДБ
ДБ
VS
VS
ДБ
Г
type Page = {
Owner: User
Image: Base64
Title: string
Description: string
Comments: ResizeArray<Comment>
}type User = {
Name: string
Avatar: Base64
}Comments: ResizeArray<Comment>VS
ДБ
Comments: ResizeArray<Comment>VS
SN