Ensuring options are specified

we’re spoken of the ‘options’ that are part of calls like find() [loopback], and how important it is to always pass options, even if there aren’t any specific options to pass (i.e. a behavior has options always, but in a method on a page you don’t have any)
Can you list the different types of calls that we should ensure have options specified?

  1. Business object queries (find, findOne, etc.)
  2. Behaviors (app and BO)
    ?