Getter
The getter uses a query builder for your request. You can do a simple get /${id} to get the corresponding item,
or without parameters, to get everything, with a default limit of 50.
Setter
You can create or update one or multiple entry(ies) at once, using the QueryBuilder in the same query. If the primary key is present, it will be considered as an update, if not, the entry(ies) will be created.
Query builder
For more extensive query on your model, the query builder is the best way to get the exact data you require.