export class TagsState {
  items: string[] = [];

  constructor(
    @IApiService private readonly api: IApiService,