interface AuthorSerializedInterface extends AuthorInterface { names: number[]; workAuthors: number[]; }