Documents are boards?

I am making the following query, and apparently documents are being returned as boards:
image
image

image
Is this correct? Are these also boards that can contain different columns and multiple items? I ran a query against a document “boards” and it seem to return only 1 item.

Documents are board entities but the board.type is document instead of board.

There is an API for working with documents though, if you access them as docs{} rather than boards{}

Its odd, but I think they needed a top-level entity type. There is also subitem boards and custom objects as other types of top-level entities.

Thank you @codyfrisch,

@EricM you can check out the API article here :grin:

Cheers,
Matias