$searchFirst

Retrieve first data from the table based on the provided conditions.

For example:

var firstMember = await Member.$searchFirst();

Last updated