use QueryResult;
use crateQueryResultView;
/**
* View for the result of a login user query.
* This view is used to return the number of users logged in.
* It implements the QueryResultView trait.
* It contains a single field `user_id` which is the ID of the user that has logged in.
*/