/** * @inheritDoc */ protected static function baseQuery($userId) { return parent::baseQuery($userId)->with(['newMessages', 'contact.profile']); }