About collections with the Data API
Collections store documents in databases. Collections are best for cases where your data isn’t fully structured, or where you don’t want to use a fixed schema. If your data is fully structured and you want to use a fixed schema, use tables instead.