Field identifiers simply are strings that identify a column in the context of a collection.
Projections are mainly used to fetch partial records and automatically fetch linked records.
Projections simply are an array of fields.
["id", "title", "author:firstName"] // for books