# `PhoenixKitCatalogue.Schemas.Folder`
[🔗](https://github.com/BeamLabEU/phoenix_kit_catalogue/blob/0.8.0/lib/phoenix_kit_catalogue/schemas/cat_folder.ex#L1)

Schema for catalogue folders — a nesting layer for organizing catalogues
on the admin index. Folders are module-global (not scoped to a catalogue)
and are unrelated to the media-folder system.

# `t`

```elixir
@type t() :: %PhoenixKitCatalogue.Schemas.Folder{
  __meta__: term(),
  catalogues: term(),
  children: term(),
  data: term(),
  inserted_at: term(),
  name: term(),
  parent: term(),
  parent_uuid: term(),
  position: term(),
  status: term(),
  updated_at: term(),
  uuid: term()
}
```

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
