Should the Id field always be included in my query?
Answer.
No, you don't need to explicitly include the Id field in your configuration; the plugin includes it automatically.
For example, the query SELECT Name FROM Account (which does not explicitly include the Id field) is still valid.