3.9.0
Force eager loading
However, Laravel Restify provides eager loading based on the query related
property,
you may want to force eager load a relationship in terms of using it in fields, or whatever else:
// UserRepository.php
public static $with = ['posts'];