We could generate feature tests for queries and types automatically. Perhaps something like: ``` foreach ($model) { if (exists query $model) { add method for queryItem; } if (exists query plural($model)) { add method for queryList; } } ```